n8n-nodes-jackpotkeywords
v0.1.0
Published
n8n community node for JackpotKeywords — AI-powered keyword research, SEO audits, and AI-visibility (AEO) scans, backed by real Google Ads Keyword Planner data.
Downloads
223
Maintainers
Readme
n8n-nodes-jackpotkeywords
An n8n community node for JackpotKeywords — AI-powered keyword research, SEO audits, and AI-visibility (AEO) scans, backed by real Google Ads Keyword Planner data.
n8n is a fair-code licensed workflow automation platform.
Operations
| Operation | Endpoint | Cost | Notes |
|---|---|---|---|
| Recommend Keywords | POST /v1/recommend | $0.10 | Ranked keywords by composite Jackpot Score. Provide a URL and/or description. |
| Recommend Keywords (Deep) | POST /v1/recommend-deep | $0.30 | Adds competitor discovery + cluster/category/competitor aggregates. |
| AEO Scan | POST /v1/aeo-scan | $1.00 | AI-visibility scan: is the URL cited/mentioned across 10 buyer-intent AI queries? |
| SEO Audit | POST /v1/audit | $0.50 | Page-quality checks, keyword gaps, recommendations. |
| Get Balance | GET /v1/me | free | Current credit balance for the account. |
The research and scan endpoints run 60–180 seconds. This node sets a 5-minute request timeout to accommodate that. On n8n Cloud, be mindful of your plan's per-execution limit; self-hosted instances have no issue.
Credentials
- Generate an API key at jackpotkeywords.web.app/developers (new accounts ship with $2 of starter credit).
- In n8n, create a JackpotKeywords API credential and paste the
jk_live_…key. - The credential is validated against
GET /v1/me.
Installation
Follow the community nodes installation guide. In a self-hosted n8n, go to Settings → Community Nodes → Install and enter n8n-nodes-jackpotkeywords.
Build from source
npm install
npm run build