Skip to main content

What does this node do?

Returns comprehensive data about a keyword including volume, difficulty, CPC, and SERP features.

Configuration

keyword
string
required
Keyword to analyze.
database
string
default:"us"
Country database.

Output

{
  "keyword": "content marketing",
  "volume": 22000,
  "difficulty": 72,
  "cpc": 6.50,
  "competition": 0.85,
  "trend": [18000, 19000, 20000, 22000],
  "serp_features": ["featured_snippet", "people_also_ask"]
}