Expands a seed keyword into dozens of Google autocomplete probes — alphabet soup (seed + a…z), question words, prepositions and comparison modifiers — and returns the distinct suggestions Google serves, each with the probe that surfaced it and Google's own relevance score. Autocomplete is a plain JSON endpoint, so a run never touches a browser. Duplicate suggestions across probes are delivered (and billed) once.
$0.0002 per delivered keyword, up to 500 keywords per run. Nothing delivered means nothing charged.
Inputs
seed (string, required) — The keyword to expand, e.g. "residential proxy".
modes (array) — Which probe families to run (default seed + questions + alphabet).
country (string) — ISO 3166-1 alpha-2 code — proxy exit geo and Google locale (gl). Omit for the default pool.
lang (string) — Interface language (hl), e.g. en, it, de.
max_results (integer) — How many keywords to deliver at most (1–500). You pay only for delivered keywords.
What one keyword looks like
rank (integer) — 1-based delivery order.
keyword (string) — The suggested query.
seed (string) — The seed it was expanded from.
probe (string) — The exact autocomplete probe that surfaced it.
relevance (number, nullable) — Google's relevance score for the suggestion.
type (string, nullable) — Suggestion type as returned (QUERY, NAVIGATION…).
FAQ
What does the Keyword ideas API return?
Expands a seed keyword into dozens of Google autocomplete probes — alphabet soup (seed + a…z), question words, prepositions and comparison modifiers — and returns the distinct suggestions Google serves, each with the probe that surfaced it and Google's own relevance score. Autocomplete is a plain JSON endpoint, so a run never touches a browser. Duplicate suggestions across probes are delivered (and billed) once. Each row carries 7 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: seed are required. One run returns up to 500 keywords.
How much does the Keyword ideas API cost?
$0.0002 per delivered keyword. A run that delivers nothing is not billed, and the
monthly free credit covers about 5,000 keywords here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.