Search YouTube videos, channels and playlists, with autocomplete and trending. No Google API key.
GET /search - mixed YouTube search (videos, channels, playlists), filters, cursorGET /search/videos - YouTube video search onlyGET /auto-complete - YouTube search suggestions for a prefixGET /trending - YouTube trending / popular by hl and glcurl --request GET \
--url 'https://youtube-public-data-api.p.rapidapi.com/search?q=openai&hl=en&gl=US' \
--header 'X-RapidAPI-Host: youtube-public-data-api.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_RAPIDAPI_KEY'
Page with cursor. Pass a video ID or full YouTube URL into /video/details after you pick a result.
Related: YouTube API without a Google key · YouTube comments API