Google Keyword Suggest. Long-Tail Keywords & Autocomplete
Pricing
from $1.80 / 1,000 keyword suggestion delivereds
Google Keyword Suggest. Long-Tail Keywords & Autocomplete
Scrape Google autocomplete for any seed keyword. AβZ expansion, question modifiers, prefix expansion. Hundreds of long-tail keywords per seed, with country and language targeting. No API key.
Pricing
from $1.80 / 1,000 keyword suggestion delivereds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
6
Total users
5
Monthly active users
12 days ago
Last modified
Categories
Share
Google Keyword Suggest β Long-Tail Keywords & Autocomplete
Scrape Google autocomplete for any seed keyword β AβZ expansion, question modifiers, prefix expansion. Hundreds of long-tail keywords per seed, with country and language targeting. No API key.
What you get
- One row per autocomplete suggestion, deduplicated across all expansion queries
- Relevance score for every suggestion (Google's internal ranking, 0β1300+) β sort by this for the most popular long-tails
- Country and language targeting β get suggestions as a US English searcher, a UK searcher, a Brazilian Portuguese searcher, etc.
- Five expansion modes β pick the volume / cost trade-off that fits your task
- Direct export to JSON, CSV, Excel, or Google Sheets
Use cases
- SEO content briefs β feed a seed topic and get a question-keyword cluster ("how does X work", "what is X", β¦) for FAQ sections
- Long-tail keyword research β surface 100s of low-competition phrases per topic without paying $99/mo for Ahrefs or AnswerThePublic
- PPC keyword discovery β find buyer-intent modifiers (
buy X,X near me,X reviews) by running suffix + prefix expansion - Product/feature ideation β pull all autocompletes for your product category to see what users actually ask
- AI/LLM seed data β generate diverse query lists for evals, RAG benchmarks, or prompt-injection tests
- Trend tracking β schedule a daily run and diff today's suggestions vs. yesterday's to spot emerging searches
Expansion modes
| Mode | What it fires | Queries per seed |
|---|---|---|
none | Just the seed | 1 |
suffix-a-z | seed, seed a, seed b, β¦ seed z | 27 |
prefix-a-z | seed, a seed, b seed, β¦ z seed | 27 |
both-a-z | Suffix + prefix combined | 53 |
questions | Seed plus who/what/when/where/why/how/can/are/is/do/does/will/should/which | 15 |
all | Suffix + prefix + questions β maximum coverage | 67 |
Each query returns up to 15 suggestions; deduplication usually leaves 100β300 unique long-tails per seed in all mode.
How to use
- Enter one or more Seed keywords (e.g.
crm software,personal trainer,kubernetes) - Pick an Expansion mode β start with
suffix-a-z(cheap, broad coverage) - Set Country and Language for geo/locale-targeted autocomplete (e.g.
us+en,br+pt,de+de) - Set Max items (0 = no cap) and run
- Sort the dataset by
relevancedescending β top hits are what real users search most
Output format
{"seed":"crm software","query":"crm software for","suggestion":"crm software for small businesses","relevance":560,"type":"QUERY","expansionType":"suffix-a-z","expansionToken":"f","country":"us","language":"en","fetchedAt":"2026-05-18T01:30:00.000Z"}
The query field is the exact string sent to Google (seed + the expansion token); suggestion is what Google returned. relevance is Google's internal ranking β higher = more searched.
Input options
| Field | Type | Description |
|---|---|---|
| Seeds | array | One or more seed keywords |
| Expansion mode | enum | none / suffix-a-z / prefix-a-z / both-a-z / questions / all |
| Country | string | Two-letter country code (us, uk, de, br, in, β¦) |
| Language | string | Two-letter language code (en, es, pt, fr, de, β¦) |
| Max items | integer | Cap on suggestions across all seeds. 0 = no cap |
Notes
- Suggestions are deduplicated per seed (case-insensitive)
typeis Google's classification of the suggestion βQUERYfor normal searches,NAVIGATIONfor site jumps,ENTITYfor known entities- Country and language combinations should be plausible (
gl=br hl=ptworks;gl=br hl=jawill fall back to defaults)
