Google Autocomplete Keyword Scraper avatar

Google Autocomplete Keyword Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Google Autocomplete Keyword Scraper

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

Technical Dost Solutions

Maintained by Community

Actor 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 (az) and digit (09), 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

FieldTypeDefaultDescription
seedKeywordsstring array['best crm software'] prefillOne or more keywords to expand.
languagestringenGoogle interface language code.
countrystringusTwo-letter country code for localized suggestions.
expandbooleantrueQuery a–z, 0–9, and question/comparison prefixes in addition to each seed.
maxKeywordsinteger300Maximum 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.