Authorizations
Query Parameters
Search query string
1
"Never Gonna Give You Up"
Filter by upload date (eg. last month). Note: works only for videos and movies.
all
, hour
, today
, week
, month
, year
"month"
Filter by content type
all
, video
, channel
, playlist
, movie
"video"
Filter by video duration: short (<4min), medium (4-20min), long (>20min). Note: works only for videos and movies.
all
, short
, medium
, long
"medium"
Sort order of search results.
relevance
, rating
, date
, views
"views"
Array of special features to filter by. Note: works only for videos and movies.
["hd", "subtitles", "creative-commons"]
Maximum number of results to return. When provided, the API will automatically paginate to fetch up to this many results. When omitted, returns a single page with nextPageToken
for manual pagination.
1 <= x <= 5000
50
Token for fetching the next page of results. When provided, other filter parameters are ignored.
"eyJxdWVyeSI6IlJpY2sgQXN0bGV5IiwiZmlsdGVycyI6e319"
Response
Successfully retrieved search results
The search query that was executed
"Rick Astley Never Gonna Give You Up"
Array of search results
Estimated total number of results
1000000
Token for fetching the next page of results. Only returned when limit parameter is not provided.
"eyJxdWVyeSI6IlJpY2sgQXN0bGV5IiwiZmlsdGVycyI6e319"