Configuration
- Node Type: action
- Keyword Language Support: English
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Analyze keyword complexity
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| Keywords | Text | True | Keywords to analyze |
[
"recommended keywords 1",
"recommended keywords 2",
"recommended keywords 3",
"recommended keywords 4",
"recommended keywords 5"
]
| Field Name | Data Type | Required | Description |
|---|---|---|---|
| Keywords | Array | True | An 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"
}
}