YouTube

Channel Videos

Fetches a paginated list of videos uploaded by a YouTube channel, including each video's title, URL, thumbnail, view count (views), publish date, duration, and description. Supports sorting by latest or popular, and use the continuationToken to page through all results. Optionally include extras like like count, comment count, and descriptions for each video.

get/v1/youtube/channel-videos

Query parameters

channelIdstring

YouTube channel ID

handlestring

YouTube channel handle

sort'latest' | 'popular'

Sort by latest or popular

continuationTokenstring

Continuation token to get more videos. Get 'continuationToken' from previous response.

is_paid_promotionsstring

Set to 'true' to search YouTube's public paid product placement / sponsorship / endorsement search surface. This returns normal YouTube videos where the creator declared paid promotion. Cannot be combined with filter, uploadDate, sortBy, type, duration, or includeExtras.

includeExtrasstring

This will get you the like + comment count and the description. To get the full details of the video, use the /v1/youtube/video endpoint. Honestly, if you use this param, the error rate is higher. We might deprecate this param in the future.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.