Go to Hyperscrape Store

Google Autocomplete Scraper

hyperscrape/google-autocomplete-scraper

Harvest Google search suggestions per keyword, locale and optional a–z seed expansion.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/google-autocomplete-scraper?keywords=best%20laptop

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Collects live search suggestions from Google's public autocomplete endpoint (suggestqueries.google.com/complete/search?client=firefox — plain JSON, no API key). For every seed keyword you get each suggestion with its rank, the seed that produced it, the base keyword and the locale it was fetched for.

Great for keyword research: pass several languages (hl) and a country (gl) to compare locales, and enable a–z expansion to also query "keyword a", "keyword b" … "keyword z" for long-tail ideas (total requests are capped at 80 per run to stay respectful).

Source: official public JSON suggest API.