Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.svalync.com/llms.txt

Use this file to discover all available pages before exploring further.

This node analyzes the complexity of keywords, including factors such as high traffic and low, medium competition, outputting only 10 keywords and supporting only English.

Configuration

  • Node Type: action
  • Keyword Language Support: English

Input Fields

Field NameData TypeRequiredDescription
KeywordsTextTrueKeywords to analyze
[
  "recommended keywords 1",
  "recommended keywords 2",
  "recommended keywords 3",
  "recommended keywords 4",
  "recommended keywords 5"
]

Output Fields

Field NameData TypeRequiredDescription
KeywordsArrayTrueAn array of with their complexity
{
  "keywords": [
    {
      "keyword": "recommended keywords 1"
      "difficulty": "MEIDUM",
      "searchVolume": "4.3k",
    },
    {
      "keyword": "recommended keywords 2"
      "difficulty": "LOW",
      "searchVolume": "10.3k",
    },
    {
      "keyword": "recommended keywords 3"
      "difficulty": "LOW",
      "searchVolume": "44.3k",
    }
  ],
  "usage_tokens": {
    "totalTokens": "42"
  }
}