Google Autocomplete Scraper
Pricing
from $0.02 / 1,000 keyword suggestions
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
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.
- Ecommerce product keyword autocomplete scraper
- Local SEO dentist keyword autocomplete scraper
- SaaS keyword ideas from Google autocomplete
- Google Autocomplete AI Tool Problem Phrases
- Google Autocomplete Marketplace Search Queries
- Google Autocomplete App Store Aso Ideas
- View all ready-to-run examples (33 examples)
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
| Setting | JSON key | What to enter |
|---|---|---|
| Queries | queries | Seed keywords or phrases, one per row. |
| Language | language | Google language code such as en, de, fr, or es. |
| Country | country | Country code such as us, gb, de, or fr. |
| Maximum suggestions per query | maxSuggestionsPerQuery | Number of suggestions to save for each seed query. |
| Client | client | Google autocomplete client type, such as chrome. |
| Request delay | requestDelayMs | Delay between requests. |
| Maximum retries | maxRetries | Retry count for failed autocomplete requests. |
| Use proxy | useProxy | Enables Apify Proxy for requests. |
| Proxy groups | proxyGroups | Optional Apify Proxy groups if your account has access. |
Output fields
| Field | Description |
|---|---|
query | Original seed query. |
suggestion | Google autocomplete suggestion text. |
rank | Suggestion order for the seed query. |
language, country, client | Requested localization and client settings. |
sourceUrl | Google suggest endpoint URL used for the request. |
fetchedAt | ISO timestamp when the suggestion was fetched. |
Pricing
This actor uses pay-per-event pricing.
| Event | When it is charged | Price |
|---|---|---|
| Run started | Once at the start of each run | $0.005 |
| Result extracted | For each suggestion row saved | About $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
maxSuggestionsPerQueryclose to the number you actually need. - Increase
requestDelayMsor 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.
Related actors
- Google Trending Searches Scraper
- Google News Scraper
- Bing Search Results Scraper
- Website Content Crawler Lite
- Google Shopping Results Scraper
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.