Skip to main content

Node Inputs

Required Fields

Keywords:
A list of keywords to analyze.
Example: ["coffee maker", "espresso machine", "french press"]
Country:
The target country for keyword analysis.
Example: "US"

Optional Fields

Language:
The target language for keyword analysis.
Example: "en"
Default: "en"
Match Type:
The type of keyword matching to use.
Available options:
  • exact: Exact match only
  • phrase: Phrase match
  • broad: Broad match
    Default: exact

Node Output

Keyword Analysis:
Detailed keyword metrics including search volume, competition, and related keywords.
Example Output:
{
  "country": "US",
  "language": "en",
  "keywords": [
    {
      "keyword": "coffee maker",
      "search_volume": 74000,
      "competition": "high",
      "competition_score": 0.78,
      "cpc": 1.89,
      "trend": "stable",
      "related_keywords": [
        "best coffee maker",
        "coffee maker reviews",
        "automatic coffee maker"
      ],
      "keyword_difficulty": 45
    },
    {
      "keyword": "espresso machine",
      "search_volume": 49500,
      "competition": "high",
      "competition_score": 0.82,
      "cpc": 2.45,
      "trend": "rising",
      "related_keywords": [
        "home espresso machine",
        "espresso machine reviews",
        "best espresso machine"
      ],
      "keyword_difficulty": 52
    }
  ]
}

Node Functionality

The Haloscan Keywords node:
  • Analyzes keywords for search volume and competition levels.
  • Provides CPC and keyword difficulty metrics.
  • Identifies related keywords for content expansion.
  • Tracks keyword trends over time.
  • Supports multiple match types for comprehensive analysis.
I