Google Autocomplete Scraper - Keyword Suggestions avatar

Google Autocomplete Scraper - Keyword Suggestions

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Google Autocomplete Scraper - Keyword Suggestions

Google Autocomplete Scraper - Keyword Suggestions

Capture everything Google's search box will offer on your topic, not just the ten suggestions you can see. One seed returns hundreds of deduped, ranked, country-specific suggestions with Google's own relevance score on every row.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Blackcube Agency AB

Blackcube Agency AB

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

36 minutes ago

Last modified

Share

Keyword Research Suite  •  9 Actors, one codebase, one keyword billed once
Google Keyword Ideas Scraper
Autocomplete & Long-Tail Tool
Google Autocomplete Scraper
➤ You are here
Keyword Research Tool
11 Engines, One Seed
Long-Tail Keyword Generator
3+ Word Search Terms
Question Keyword Tool
What People Actually Ask
YouTube Keyword Research Tool
Video Topic Finder
Amazon Keyword Research Tool
Listing & PPC Terms
Search Suggestions Scraper
Every Engine, One Run
Bing Keyword Research Tool
Microsoft Ads Terms

More from this account: YouTube Transcript Suite · Website Contact & Email Suite · Career Site & ATS Jobs Suite · Google News Suite · Shopify Store Intelligence Suite · eBay Data Suite · Amazon Reviews Suite · Reddit · Meta Ad Library · Vinted

Capture everything Google's search box will offer on your topic, not just the ten suggestions you can see. One seed returns hundreds of deduped, ranked, country-specific suggestions with Google's own relevance score on every row.

Pay per keyword. Duplicates are free, failed lookups are free, and a run that finds nothing costs nothing. There is no run-start fee.

What it does

Google's search box only ever shows you ten suggestions. This asks it 101 different ways per seed - every letter of the alphabet in front of and behind your term, plus question, comparison and preposition modifiers - and merges the answers into one deduplicated list. Measured on the seed coffee maker: 1,233 unique suggestions where a single lookup returns 15.

Press Start and it runs on Google with a preset built for exactly this job. Change the seed, or open the engine and expansion lists to go wider.

Why one lookup is not keyword research

Most keyword scrapers send your seed to the engine once and return the ten suggestions the box happens to show. This one asks a different question for every letter of the alphabet, every question word, every comparison and every preposition — 101 distinct lookups per seed per engine — then merges and deduplicates the answers.

Measured on the seed coffee maker: 1,233 unique keywords from Google alone, 3,024 across all 11 engines, in under seven seconds.

Every keyword comes back with

FieldWhat it is
keywordthe suggestion itself
seed / expansion / modifierwhich seed and which prefix surfaced it
source / sourceLabelwhich engine returned it
rankits position in that engine's suggestion list
relevanceGoogle's own suggestion-relevance score — a real ordering signal, not invented volume
isQuestion / isLongTail / wordCountready-made filters for content and PPC work
country / languagethe market it was pulled from

All filled on 100% of rows. Where an engine does not publish a signal the field is null, never a guess.

No fake search volume

Real search volume comes from Google Ads Keyword Planner or a paid clickstream feed. Tools that have neither and still print a "volume" number are inventing it.

This actor returns no volume and no CPC. What it returns instead is real: Google's own suggestion-relevance score, labelled as exactly that. Pair it with a Keyword Planner tool if you need traffic estimates — this one is the idea engine.

Pricing

Per keyword, by your Apify plan:

Plan tierPer 1,000 keywords
Free$5.00
Bronze$4.50
Silver$3.30
Gold$2.50
Platinum$2.30
Diamond$2.20

Duplicates, filtered-out keywords, failed lookups, error rows and empty runs are all free, and platform compute is included rather than billed on top. Two ceilings are on by default — maxKeywords at 200 and maxCostUsd at $5.00 — and the run stops at whichever binds first, saying which in the free diagnostics row.

Use it from anywhere

curl -X POST "https://api.apify.com/v2/acts/vonsensey~google-autocomplete-keyword-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' -d '{"seeds":["coffee maker"],"maxKeywords":200}'
from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("vonsensey/google-autocomplete-keyword-scraper").call(run_input={"seeds": ["coffee maker"]})
for row in client.dataset(run["defaultDatasetId"]).iterate_items():
if row.get("type") == "keyword":
print(row["relevance"], row["keyword"])

Also available through the Apify integrations for n8n, Make and Zapier, and via MCP for AI agents.

Unofficial tool. Not affiliated with, endorsed by, or sponsored by Google, YouTube, Microsoft, Bing, Amazon, eBay, DuckDuckGo, Wikipedia or Yandex. All trademarks belong to their respective owners. Reads only public, unauthenticated search-suggestion endpoints — no login, no personal data, no paywall circumvention.

The rest of the family

Issues and requests go in the Issues tab — first response within 24 hours.

Run it without configuring anythingScrape Google autocomplete suggestions, a ready-made example you can start as-is or copy.

Use cases

  • Build a content plan from one seed. A single term expands into the questions, comparisons and long-tail phrases people actually type.
  • Find PPC and listing terms. Harvest the exact wording buyers use on the engine you advertise on, rather than guessing at it.
  • Write an FAQ that ranks. The question expansion returns real who/what/why/how queries — one heading each.
  • Compare engines. The same seed sent to several engines shows where demand differs, with every suggestion labelled by its source.

Run it on a schedule

A one-off pull answers a question; a schedule answers it every day without you. Open Schedules in the Apify Console, point a cron at this Actor, and the dataset keeps filling on its own — no server, no cron box, no babysitting. Everything here is built to be re-run: you are billed per keyword delivered, so a scheduled run that finds nothing new costs nothing.

FAQ

Do I need an SEO tool subscription?

No. There is no Ahrefs, Semrush or Keyword Planner account behind this — the terms come from the engines' own live suggestion endpoints.

Does it return search volume?

No, and no scraper that claims to should be trusted with it. What you get is the real demand signal: the phrases the engines themselves suggest to searchers. Pair it with a volume source if you need numbers.

Which engines can I pull from?

Google, Bing, DuckDuckGo, YouTube, Amazon and eBay among others — pick them per run, and each keyword is labelled with the engine it came from.

How many keywords does one seed produce?

Hundreds, depending on the expansions you enable — alphabet, questions, prepositions and comparisons each multiply the seed.


Something wrong, or a field you need that is missing? Open an issue on the Issues tab — it is read and it gets fixed. If this saved you time, a rating on the Store page helps the next person find it.