Google Keyword Expander
Data & Research apifyPulls Google autocomplete + Keyword Planner data from seed words to produce a keyword universe table with search volume, CPC, difficulty, and intent.
Live output preview
A plan is required to view this content
Choose a plan to access input format, sample outputs, and live previews.
View Plans →About the skill
Google Keyword Expander
Starting from a single list of seed words, it pulls Google autocomplete + Keyword Planner data and returns the related keyword universe for each seed, row by row. Each row includes search volume, CPC in USD, competition score, SEO and paid difficulty, search intent (transactional / commercial / informational / navigational), and the trend series for the last 6 months.
When to use it?
- When you want to extract the keyword universe before starting a new SEO or Google Ads campaign.
- When you need to gather long-tail and intent-based variations from a seed word.
- To see which queries are high-volume but low-difficulty (quick-win) when planning a content calendar.
- To feed the first layer of pipelines such as
keyword-traffic-decoder(then forwarded to the SERP fetcher).
Output
A JSON array with consistent keys (each row = one keyword): keyword, country, language, search_volume, cpc_usd, competition, seo_difficulty, paid_difficulty, intent, monthly_trend, seed_origin. Results are sorted descending by search volume, and duplicates across seeds are deduped.
Notes
It supports multiple countries and languages (lowercase ISO codes). It is a FREE tier wrapper for the Apify s-r/google-keywords actor; credentials are taken from the APIFY_API_TOKEN in ~/.claude/.env. Because each seed consumes a separate Apify run, it makes quota-friendly sequential calls.
How do I use this skill?
Upload the google-keywords-apify-fetcher.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).
- Open Settings → Customize → Skills
- Upload → select the
google-keywords-apify-fetcher.zipyou downloaded - Claude reads
SKILL.md; the name + description appear. Ready ✅
Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.