Skip to main content

What does this node do?

Returns all keywords that a specific URL ranks for in organic search.

Configuration

url
string
required
Full URL to analyze.
database
string
default:"us"
Country database.

Output

{
  "url": "https://example.com/guide",
  "keywords": [
    {
      "keyword": "complete guide",
      "position": 5,
      "volume": 8000
    }
  ],
  "total_keywords": 45
}