Pricing
from $0.50 / 1,000 results
Google Autocomplete Keyword Scraper
Scrape Google Autocomplete suggestions from seed keywords for SEO, PPC, YouTube, local SEO, and eCommerce keyword research. No API key needed.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Harvest hundreds of real Google Autocomplete suggestions from a handful of seed keywords โ no API key required.
Drop in your seeds, pick your expansion strategies, and get back the long-tail keywords people are actually typing into Google: questions, modifiers, comparisons, and "alphabet soup" variations. Perfect for SEO content planning, PPC keyword discovery, and finding the exact phrasing your audience uses.
โก Works out of the box โ uses Google's public autocomplete endpoint over HTTP. No SerpApi key, no proxy needed for normal volumes.
What it does
For each seed keyword, the Actor sends a set of expanded queries to Google Autocomplete and collects every suggestion:
| Strategy | Example queries for seed coffee | Finds |
|---|---|---|
questions | how coffee, what coffee, why coffeeโฆ | Informational / intent keywords |
prepositions | coffee for, coffee with, coffee alternativeโฆ | Modifier / commercial keywords |
alphabet | coffee a, coffee b โฆ coffee z | Broad "alphabet soup" coverage |
numbers | coffee 0 โฆ coffee 9 | Model numbers, years, lists |
comparisons | coffee vs, coffee or | Competitor / alternative discovery |
Output is one row per suggestion, tagged with the seed and the modifier that surfaced it, plus a deduplicated flat keyword list ready to paste into other tools.
Who it's for
- SEO & content teams โ build topic clusters and find long-tail keywords fast.
- PPC marketers โ discover real query phrasings for ad groups and negative keywords.
- YouTubers & creators โ find the questions people ask about your niche.
- eCommerce sellers โ surface product modifiers and comparison searches.
- Anyone doing keyword research who wants raw Google demand language without a paid SEO suite.
Popular keyword research use cases
- Long-tail SEO keyword research - expand seed terms into Google Autocomplete suggestions.
- Question keyword discovery - find "how", "what", "why", and "best" queries for content briefs.
- Local SEO content ideas - run city/service seeds to uncover real local search phrases.
- eCommerce product modifiers - discover product attributes, alternatives, comparisons, and buying-intent terms.
- YouTube and creator topics - turn niche ideas into video titles and search-led content angles.
- PPC ad group and negative keyword research - collect real phrasing before building campaigns.
Input
| Field | Type | Default | Description |
|---|---|---|---|
keywords | string[] | โ | Seed keywords |
keywordsText | string | โ | Seeds as text (one per line / comma-separated) |
expansions | string[] | ["questions","prepositions","alphabet"] | Which expansions to run |
geo | string | "US" | Google country code (gl) |
language | string | "en" | Language code (hl) |
maxKeywords | integer | 100 | Max seeds to process |
maxSuggestionsPerQuery | integer | 10 | Cap per query |
dedupe | boolean | true | Keep only first occurrence of each suggestion |
fetchMode | enum | "http" | http (no key) or serpapi (BYO key) |
serpApiKey | string (secret) | โ | Only for fetchMode: "serpapi" |
requestDelayMs | integer | 300 | Delay between requests |
maxConcurrency | integer | 5 | Parallel requests |
proxyConfiguration | object | โ | Optional, for high volume |
At least one of keywords / keywordsText is required.
Example input
{"keywords":["ai seo tools","content marketing","email newsletter"],"geo":"US","language":"en","expansions":["questions","prepositions","alphabet"]}
More in examples/.
Output
One dataset row per suggestion:
{"seed":"ai seo tools","query":"what ai seo tools","suggestion":"what is ai seo tools","modifier":"what","modifierType":"questions","position":1,"geo":"US","language":"en","source":"google-autocomplete","fetchedAt":"2026-06-14T02:42:49.918Z"}
Key-value store outputs
KEYWORDSโ deduplicated flat list of every suggestion (paste-ready)KEYWORDS_BY_TYPEโ suggestions grouped by expansion typeSUMMARYโ totals, unique count, top seeds by volumeERRORSโ any failed queries
How many keywords will I get?
Roughly seeds ร queries-per-seed ร ~5โ10 suggestions, before dedup. One seed with questions + prepositions + alphabet sends ~51 queries and typically yields 100โ300 raw suggestions. Scale up by adding seeds.
Request math also tells you cost: each query is one HTTP call. 100 seeds ร 51 queries = ~5,100 calls โ keep maxConcurrency modest and requestDelayMs โฅ 200 to stay clean, or enable a proxy.
Pricing
Pay-per-result โ one suggestion row = one billable item. No external API cost in the default http mode.
Limitations & honesty
- Autocomplete reflects what Google suggests, not exact search volume. Pair with a volume tool if you need numbers.
- Suggestions are personalized/localized โ results vary by
geoandlanguage. - Very high volume from one IP can get rate-limited; raise
requestDelayMs, lowermaxConcurrency, or add a proxy.
Related tools
- Google Trends Keyword Monitor โ rank keywords by rising/breakout trend.
- Google Trends Content Calendar Generator โ turn trends into a dated publishing plan.
Changelog
See CHANGELOG.md.
