Google Autocomplete Keyword Scraper
Pricing
from $1.00 / 1,000 results
Google Autocomplete Keyword Scraper
Expand seed keywords into hundreds of long-tail keyword ideas from Google Autocomplete. Alphabet, number and question expansions. For SEO and PPC research.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Technical Dost Solutions
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Share
Turn a handful of seed phrases into hundreds of real long-tail keyword ideas from Google Autocomplete. This Actor is built for SEO content planning, PPC campaign research, search-intent discovery, and competitor keyword brainstorming—without API keys or paid data providers.
What it does
For every seed keyword, the Actor queries Google's public autocomplete endpoint. With expansion enabled, it also searches the seed followed by every letter (a–z) and digit (0–9), plus how, what, why, best, and vs before the seed. Results are de-duplicated globally and retain their original autocomplete rank and source query.
Input
| Field | Type | Default | Description |
|---|---|---|---|
seedKeywords | string array | ['best crm software'] prefill | One or more keywords to expand. |
language | string | en | Google interface language code. |
country | string | us | Two-letter country code for localized suggestions. |
expand | boolean | true | Query a–z, 0–9, and question/comparison prefixes in addition to each seed. |
maxKeywords | integer | 300 | Maximum unique results to save, from 1 to 1,000. |
Example input
{"seedKeywords": ["best crm software"],"language": "en","country": "us","expand": true,"maxKeywords": 300}
Output
Each dataset item contains the suggested keyword, its original seed, the exact query that produced it, its one-based rank in that response, and the requested locale.
{"keyword": "best crm software for small business","seedKeyword": "best crm software","sourceQuery": "best crm software","position": 1,"language": "en","country": "us"}
The Actor uses a free public endpoint, processes up to five queries concurrently, retries temporary failures, and skips individual failed requests so one error does not stop the run.