Google Autocomplete Scraper avatar

Google Autocomplete Scraper

Pricing

$0.05 / 1,000 saved suggestions

Go to Apify Store
Google Autocomplete Scraper

Google Autocomplete Scraper

Collect live Google Search Autocomplete suggestions for seed keywords with language, country, expansion and run summary details.

Pricing

$0.05 / 1,000 saved suggestions

Rating

0.0

(0)

Developer

Cliqto Media

Cliqto Media

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Collect live Google Search Autocomplete suggestions for one or more seed keywords. Choose the language, country and expansion modes, then get a clean table with each suggestion, the Google query that produced it and a JSON run summary.

Use this Actor for keyword research when you need live Google Autocomplete suggestions. It gives you the suggestion text, the seed keyword, the Google query, the country, the language and the rank returned by Google.

What It Does

  • accepts one or more seed keywords;
  • supports Unicode keywords;
  • sends direct Google Autocomplete requests for the selected language and country;
  • can expand seeds with exact, alphabet, number and question queries;
  • saves one row per unique useful suggestion;
  • writes RUN_SUMMARY with counts, empty responses, failures and stop reasons.
  • includes deterministic suggestion/request IDs and a redacted source URL for provenance.

What It Does Not Do

  • no Google Search result pages, ranks or page content;
  • no search volume, CPC, competition or Google Ads Keyword Planner data;
  • no AI keyword generation, clustering or scoring;
  • no Google account, API key, browser automation, proxy routing or CAPTCHA bypass;
  • no claim that results are complete or stable over time.

Google Autocomplete is dynamic. One run shows the ranked suggestions returned for the exact queries, language, country and client used during that run.

Input

Important fields:

  • keywords: seed keywords, for example coffee;
  • language: Google hl value, for example en;
  • country: Google gl value, for example us;
  • expansionModes: exact, alphabet, numbers, questions;
  • maxGeneratedQueries, maxResults, maxConcurrency and maxChargeUsd: safety limits.

The default input is small and should finish quickly:

{
"keywords": ["coffee"],
"language": "en",
"country": "us",
"client": "chrome",
"expansionModes": ["exact"],
"maxGeneratedQueries": 50,
"maxResults": 100,
"maxConcurrency": 4
}

Output

Dataset rows include:

  • suggestion;
  • seed;
  • generatedQuery;
  • expansionMode;
  • language;
  • country;
  • client;
  • googleRank;
  • id;
  • safe metadata when Google returns it.

RUN_SUMMARY explains the run status and why any input or generated request returned no row.

Limits

  • The Actor accepts up to 100 seed keywords.
  • The Actor can plan up to 500 Google Autocomplete requests.
  • The Actor can save up to 5,000 suggestion rows.
  • The default input is small and cheap to run.

Set maxChargeUsd when you want the Actor to stop before the estimated charge goes above your limit.

Troubleshooting

  • Empty Dataset with RUN_SUMMARY.status set to succeeded: Google returned a valid empty suggestion list for the executed query.
  • partial: at least one input or Google request did not produce useful rows.
  • stopped: the Actor reached a configured result, query, charge or time limit.
  • failed: the run failed before useful suggestions could be saved.

Disclaimer

This Actor is not affiliated with, endorsed by, or sponsored by Google. It uses public Google Autocomplete responses and keeps traffic bounded by user-visible limits.