YouTube Channel Playlists API

Get playlists from a YouTube channel. Can pass channelId or handle.

1 creditper request
GET
/v1/youtube/channel/playlists
curl "https://api.scrapecreators.com/v1/youtube/channel/playlists" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "playlists": [
    {
      "type": "playlist",
      "id": "PLoSWVnSA9vG8hI-SUpAimvYJrPh-PRRvp",
      "title": "If You Survive, You Win",
      "thumbnail": "https://i.ytimg.com/vi/tnTPaLOaHz8/hqdefault.jpg",
      "playlistUrl": "https://www.youtube.com/playlist?list=PLoSWVnSA9vG8hI-SUpAimvYJrPh-PRRvp",
      "videoId": "tnTPaLOaHz8",
      "videoUrl": "https://www.youtube.com/watch?v=tnTPaLOaHz8",
      "videoCount": 4,
      "channel": {
        "id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
        "title": "MrBeast",
        "handle": "MrBeast",
        "channelUrl": "https://www.youtube.com/@MrBeast"
      }
    }
  ],
  "continuationToken": "4qmFsgLlFhIYV...."
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

channelId
string

YouTube channel ID

Example:
UCX6OQ3DkcsbYNE6H8uQQuVA
handle
string

YouTube channel handle

Example:
MrBeast
continuationToken
string

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

Example:
4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB