Channel Videos

Get all videos from a channel with detailed information. Can pass channelId or handle.

1 creditper request
GET
/v1/youtube/channel-videos
curl "https://api.scrapecreators.com/v1/youtube/channel-videos" \
  -H "x-api-key: "
{
  "videos": [
    {
      "type": "video",
      "id": "5EWaxmWgQMI",
      "url": "https://www.youtube.com/watch?v=5EWaxmWgQMI",
      "title": "Russell Wilson Hopes To Finish Career As A Steeler, Reflects On NFL Career With Pat McAfee",
      "description": "Welcome to The Pat McAfee Show LIVE from Noon-3PM EST Mon-Fri. You can also find us live on ESPN, ESPN+, & TikTok!

Become a #McAfeeMafia member! https://www.youtube.com/channel/UCxcTeAKWJca6XyJ37_...",
      "thumbnail": "https://i.ytimg.com/vi/5EWaxmWgQMI/hqdefault.jpg?sqp=-oaymwEnCNACELwBSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLBZIBEJGcYDrduIZJpaSmYHcIHJ6g",
      "channel": {
        "title": "",
        "thumbnail": null
      },
      "viewCountText": "110,447 views",
      "viewCountInt": 110447,
      "publishedTimeText": "9 days ago",
      "publishedTime": "2025-01-23T22:48:53.914Z",
      "lengthText": "37:25",
      "lengthSeconds": 2245,
      "badges": []
    }
  ],
  "continuationToken": "4qmFsgLlFhIYV...."
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

channelId
string

YouTube channel ID

Example:
UC-9-kyTW8ZkZNDHQJ6FgpwQ
handle
string

YouTube channel handle

Example:
ThePatMcAfeeShow
sort
string

Sort by latest or popular

Example:
latest
Available options:
latest,
popular
continuationToken
string

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

Example:
4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB
includeExtras
string

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. This will slow down the response slightly.

Example:
false