Go to Hyperscrape Store

YouTube Suggest Scraper

hyperscrape/youtube-suggest-scraper

Collect YouTube search autocomplete suggestions with rank for every seed keyword.

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/youtube-suggest-scraper?keywords=how%20to%20edit%20videos

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

Pulls live YouTube search-box suggestions from Google's public suggest endpoint (suggestqueries.google.com/complete/search with ds=yt — no API key). For every seed keyword you get each suggestion with its rank, the seed query, locale (hl/gl) and which client format answered.

It first calls the native client=youtube JSONP format (which is what the YouTube search box itself uses) and transparently falls back to the plain-JSON client=firefox format if the JSONP response cannot be parsed. Ideal for video keyword research, content-gap analysis and trend spotting.

Source: official public suggest API (JSONP/JSON).