Google Autocomplete Keyword Scraper avatar

Google Autocomplete Keyword Scraper

Pricing

from $0.000625 / keyword scraped

Go to Apify Store
Google Autocomplete Keyword Scraper

Google Autocomplete Keyword Scraper

Generate long-tail keyword ideas from Google Autocomplete: alphabet-soup, question and preposition expansions with relevance scores. Fast SEO keyword research, per country and language. Clean, no setup.

Pricing

from $0.000625 / keyword scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

Google Autocomplete Scraper โ€” Long-Tail Keywords, Questions & Relevance Scores

Turn a handful of seed keywords into hundreds of long-tail keyword ideas from Google Autocomplete. This Actor expands each seed with alphabet-soup, question and preposition modifiers, and returns clean, structured JSON, CSV, Excel or XML โ€” deduplicated and sorted by Google's relevance score. No account, no API key โ€” fast and reliable, made for SEO specialists, content marketers and PPC teams.

Google Autocomplete Scraper input โ€” seed keywords, expansion toggles and country/language in the Apify Console

What does the Google Autocomplete Scraper do?

The Google Autocomplete Scraper takes your seed keywords and returns the suggestions Google shows as you type, expanded across the alphabet, question words and prepositions. Every suggestion carries a relevance score and the expansion that produced it โ€” ideal for building long-tail keyword lists, content briefs and PPC term sets at scale.

Features

  • ๐Ÿ”ค Alphabet-soup expansion โ€” with alphabetSoup on, each seed is queried as <seed> aโ€ฆz plus 0โ€“9 to surface long-tail variations.
  • โ“ Question expansion โ€” enable prependQuestions to pull how/what/why/when/where/who/which/are/can/will <seed> โ€” ideal for FAQ and blog content.
  • ๐Ÿ”— Preposition & comparison expansion โ€” enable appendPrepositions for <seed> for/with/without/vs/near/like/to variants.
  • ๐Ÿ“Š Relevance scores โ€” every keyword carries a relevance value, and each seed's results are sorted highest-first.
  • ๐ŸŒ Country & language targeting โ€” set countryCode and languageCode for localized suggestions.
  • ๐Ÿงน Deduplicated & labeled โ€” each row records the expansion that produced it and the seedKeyword.

What you get

Google Autocomplete Scraper output example โ€” keyword suggestions with relevance scores as structured JSON

Each row is one unique keyword suggestion:

{
"keyword": "coffee grinder",
"seedKeyword": "coffee",
"expansion": "alphabet:g",
"relevance": 1250,
"countryCode": "us",
"languageCode": "en"
}

Output schema

FieldTypeDescription
keywordstringThe autocomplete suggestion returned
seedKeywordstringThe seed keyword this suggestion was expanded from
expansionstringThe modifier that produced it, e.g. alphabet:g, question:how, preposition:for
relevanceintegerGoogle's relevance score for the suggestion (higher = more prominent)
countryCodestringTwo-letter country code used for the query
languageCodestringTwo-letter language code used for the query

Input

{
"keywords": ["coffee", "running shoes"],
"alphabetSoup": true,
"prependQuestions": true,
"appendPrepositions": false,
"countryCode": "us",
"languageCode": "en"
}
FieldTypeDescription
keywordsarraySeed keywords to expand into autocomplete suggestions (required).
alphabetSoupbooleanAlso query <seed> aโ€ฆz and 0โ€“9. Default true.
prependQuestionsbooleanAlso query question forms like how <seed>. Default false.
appendPrepositionsbooleanAlso query <seed> for/with/vs/โ€ฆ. Default false.
countryCodestringTwo-letter country code. Default us.
languageCodestringTwo-letter language code. Default en.

Use cases

  • Build long-tail keyword lists for SEO and content briefs.
  • Mine question keywords to answer real user intent in blog posts and FAQs.
  • Find comparison and "near me" terms for local and commercial pages.
  • Prioritize keywords by Google's own relevance ordering.
  • Localize keyword research by country and language.

How to scrape Google Autocomplete keywords

  1. Add the Google Autocomplete Scraper to your Apify account.
  2. Enter your seed keywords.
  3. Toggle alphabetSoup, prependQuestions and appendPrepositions, and set countryCode/languageCode.
  4. Click Run.
  5. Export the dataset as JSON, CSV, Excel or XML, or pull it via the Apify API.

Need more keyword & search data?

FAQ

Do I need an API key or login? No. There's no account, login or API key required โ€” just add your seeds and run.

How many keywords can I generate per run? It depends on your seeds and expansions โ€” with alphabet-soup, questions and prepositions on, a single seed can yield hundreds of suggestions, and you can pass many seeds per run.

How does billing work? You pay only per suggestion you get, so small runs stay cheap. See the Pricing tab for current rates.

What format is the output? Structured JSON โ€” one row per suggestion โ€” exportable as JSON, CSV, Excel or XML. Each row includes the keyword, its seed, the expansion, relevance score and locale.

Can I target a specific country or language? Yes. Set countryCode and languageCode to get suggestions localized to a market.

Is this only public data? Yes. It returns only suggestions Google serves publicly.

Can I connect this to other tools? The Google Autocomplete Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation. Returns only suggestions Google serves publicly; you are responsible for compliance with Google's terms. Not affiliated with, endorsed by, or sponsored by Google. Google is a trademark of its respective owner.