Google Autocomplete Scraper avatar

Google Autocomplete Scraper

Pricing

from $0.02 / 1,000 keyword suggestions

Go to Apify Store
Google Autocomplete Scraper

Google Autocomplete Scraper

Collect Google autocomplete keyword suggestions by seed query, language, and country.

Pricing

from $0.02 / 1,000 keyword suggestions

Rating

0.0

(0)

Developer

Hanna Nosova

Hanna Nosova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Export Google autocomplete keyword suggestions by seed query, language, country, and client type.

Use this actor when you need a repeatable CSV, JSON, Excel, or API export of long-tail keyword ideas for SEO research, content planning, PPC research, market analysis, or AI-agent workflows.

At a glance

  • Input: Seed queries, language, country, suggestion limit, Google client, retry settings, and optional proxy.
  • Output: Original query, suggestion, rank, language, country, client, source URL, and fetch timestamp.
  • Localization: Collect suggestions by country and language.
  • Best for: Keyword research, content ideation, autocomplete exports, and Google Suggest API alternative workflows.
  • Low-cost runs: Suggestions are lightweight; start with direct requests before enabling proxy.

Ready-to-run examples

Use these saved Store examples as starting points. Open any example to prefill the Actor input, then adjust URLs, keywords, limits, or filters for your own run.

What can it do?

  • Export Google autocomplete suggestions: Save ranked suggestion rows for each seed query.
  • Find long-tail keywords: Collect phrase variants that users may type into Google.
  • Localize keyword research: Use country and language settings for market-specific suggestions.
  • Support SEO workflows: Feed suggestions into content plans, keyword maps, and search-intent analysis.
  • Use as a Google Autocomplete API alternative: Run from the Apify UI, API, schedules, webhooks, or the official Apify MCP server.

Common workflows

  • SEO keyword research: Build long-tail keyword lists from seed topics.
  • Content planning: Turn autocomplete suggestions into article ideas, FAQs, and page titles.
  • PPC research: Discover wording variations for ad groups and landing pages.
  • Market comparison: Run the same seed terms across countries and languages.
  • AI-agent briefs: Fetch live suggestion rows before asking an agent to cluster or prioritize keywords.

Input example

{
"queries": ["best running shoes", "how to start a podcast"],
"language": "en",
"country": "us",
"maxSuggestionsPerQuery": 10,
"client": "chrome",
"requestDelayMs": 250,
"maxRetries": 3,
"useProxy": false,
"proxyGroups": []
}

Output example

{
"query": "best running shoes",
"suggestion": "best running shoes for flat feet",
"rank": 1,
"language": "en",
"country": "us",
"client": "chrome",
"sourceUrl": "https://suggestqueries.google.com/complete/search?...",
"fetchedAt": "2026-07-03T10:00:00.000Z"
}

Input configuration

SettingJSON keyWhat to enter
QueriesqueriesSeed keywords or phrases, one per row.
LanguagelanguageGoogle language code such as en, de, fr, or es.
CountrycountryCountry code such as us, gb, de, or fr.
Maximum suggestions per querymaxSuggestionsPerQueryNumber of suggestions to save for each seed query.
ClientclientGoogle autocomplete client type, such as chrome.
Request delayrequestDelayMsDelay between requests.
Maximum retriesmaxRetriesRetry count for failed autocomplete requests.
Use proxyuseProxyEnables Apify Proxy for requests.
Proxy groupsproxyGroupsOptional Apify Proxy groups if your account has access.

Output fields

FieldDescription
queryOriginal seed query.
suggestionGoogle autocomplete suggestion text.
rankSuggestion order for the seed query.
language, country, clientRequested localization and client settings.
sourceUrlGoogle suggest endpoint URL used for the request.
fetchedAtISO timestamp when the suggestion was fetched.

Pricing

This actor uses pay-per-event pricing.

EventWhen it is chargedPrice
Run startedOnce at the start of each run$0.005
Result extractedFor each suggestion row savedAbout $0.0242 per 1,000 suggestions on the Bronze tier

Start with a short seed list to confirm localization and suggestion volume.

Tips for best results

  • Use natural seed phrases instead of single generic words.
  • Run separate jobs for different countries and languages.
  • Keep maxSuggestionsPerQuery close to the number you actually need.
  • Increase requestDelayMs or enable proxy if Google throttles requests.
  • Cluster duplicate suggestions downstream when running many related seeds.

Limits and caveats

  • Suggestions vary by country, language, time, Google experiments, and client type.
  • This actor exports autocomplete suggestions only. It does not provide search volume or keyword difficulty.
  • Google can return fewer suggestions than requested.
  • Proxy groups must exist on your Apify account before you use them.

API usage

curl "https://api.apify.com/v2/acts/fetch_cat~google-autocomplete-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"queries": ["best running shoes"],
"language": "en",
"country": "us",
"maxSuggestionsPerQuery": 10
}'

MCP and AI agents

You can run this actor through the official Apify MCP server at https://mcp.apify.com.

For a focused single-actor tool, use:

https://mcp.apify.com?tools=fetch_cat/google-autocomplete-scraper

Agent-friendly inputs are queries, language, country, maxSuggestionsPerQuery, client, requestDelayMs, maxRetries, useProxy, and proxyGroups.

FAQ

Can this export Google autocomplete to CSV or Excel?
Yes. Download the Apify dataset as CSV, Excel, JSON, XML, RSS, or through the Dataset API.

Does it include keyword volume?
No. It exports suggestions, not search volume, CPC, or keyword difficulty.

Can I use this for content briefs?
Yes. Export suggestions and cluster them by intent, topic, or modifier.

Is this an official Google API?
No. It exports public autocomplete suggestions through Apify.

Support

If a run fails, returns no data, or a field looks wrong, open an issue from the Actor page.

Please include the Apify run ID or run URL, input JSON, one example public URL, query, or input item, what you expected, and what the dataset returned. Small reproducible inputs make parsing or site-layout issues much faster to fix.

0.2

  • Clarified input settings, output fields, pricing, API usage, and autocomplete-data limits.

0.1

  • Initial public release.