Youtube API Search Suggestions avatar

Youtube API Search Suggestions

Pricing

Pay per usage

Go to Apify Store
Youtube API Search Suggestions

Youtube API Search Suggestions

Get autocomplete suggestions.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 days ago

Last modified

Share

YouTube Search Suggestions Scraper

Get YouTube autocomplete search suggestions for a query. The actor calls Scrappa's YouTube suggestions endpoint and stores each suggestion as a separate dataset item for clean exports and usage-aligned billing.

Input

{
"q": "javascript",
"hl": "en",
"gl": "US"
}

Output

{
"query": "javascript",
"suggestion": "javascript tutorial",
"position": 4,
"hl": "en",
"gl": "US"
}

Notes

  • q is required.
  • hl is prefilled as en in the Apify input form and sets the YouTube interface language code.
  • gl is prefilled as US in the Apify input form and sets the country code used for localized suggestions.
  • This actor uses Scrappa's public legacy YouTube suggestions endpoint, so it does not require SCRAPPA_API_KEY.