Skip to main content

Node Inputs

Required Fields

Keywords:
A list of keywords to analyze.
Example: ["coffee maker", "espresso machine", "french press"]
Database:
The regional database to query.
Available options include: us, uk, ca, au, fr, de, es, it, and many more.
Example: "us"

Optional Fields

Export Columns:
Specific data columns to include in the results.
Available options:
  • Ph - Keyword phrase
  • Nq - Search volume
  • Cp - CPC
  • Co - Competition
  • Nr - Number of results
  • Td - Keyword difficulty
  • SERP Features - SERP features present
    Example: ["Ph", "Nq", "Cp", "Co", "Td"]

Node Output

Keyword Overview:
Detailed metrics for each keyword including search volume, competition, CPC, and SERP features.
Example Output:
{
  "database": "us",
  "keywords": [
    {
      "keyword": "coffee maker",
      "search_volume": 74000,
      "cpc": 1.89,
      "competition": 0.67,
      "keyword_difficulty": 45,
      "number_of_results": 425000000,
      "serp_features": ["Shopping", "Video", "People Also Ask"],
      "trend": [
        {"month": "2024-01", "volume": 68000},
        {"month": "2024-02", "volume": 71000}
      ]
    }
  ]
}

Node Functionality

The Semrush Keyword Overview node:
  • Provides comprehensive metrics for keyword research.
  • Analyzes search volume, CPC, and competition levels.
  • Identifies SERP features present for each keyword.
  • Calculates keyword difficulty for ranking assessment.
  • Shows search volume trends over time.
I