Skip to main content
GET
/
v1
/
scrape
/
youtube
/
channel
/
playlists
Channel Playlists
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/youtube/channel/playlists \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "videos": {},
    "channels": {},
    "playlists": {
      "0": {
        "type": "playlist",
        "id": "PLoSWVnSA9vG8hI-SUpAimvYJrPh-PRRvp",
        "title": "If You Survive, You Win",
        "playlistUrl": "https://www.youtube.com/playlist?list=PLoSWVnSA9vG8hI-SUpAimvYJrPh-PRRvp",
        "videoId": "tnTPaLOaHz8",
        "videoUrl": "https://www.youtube.com/watch?v=tnTPaLOaHz8",
        "videoCount": 4,
        "channel": {
          "channelUrl": "https://www.youtube.com/@undefined"
        }
      },
      "1": {
        "type": "playlist",
        "id": "PLoSWVnSA9vG_s-XT40oPKF0iWFGw8pOp2",
        "title": "Helping People In Need",
        "thumbnail": "https://i.ytimg.com/tvfilm_banner/PLoSWVnSA9vG_s-XT40oPKF0iWFGw8pOp2/16_9_.jpg?sqp=CKDrqdEG-oaymwEICNYGEOADSFqi85f_AwYIsPuCygY=&rs=AOn4CLATdLKcXu6Q0HuyZmzpisYCnBhn3g",
        "playlistUrl": "https://www.youtube.com/playlist?list=PLoSWVnSA9vG_s-XT40oPKF0iWFGw8pOp2",
        "videoId": "HPJKxAhLw5I",
        "videoUrl": "https://www.youtube.com/watch?v=HPJKxAhLw5I",
        "videoCount": 9,
        "channel": {
          "channelUrl": "https://www.youtube.com/@undefined"
        }
      }
    },
    "shorts": {},
    "shelves": {},
    "lives": {},
    "continuationToken": null
  },
  "credits_used": 1,
  "endpoint": "youtube/channel/playlists"
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

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.

Response

Successful response containing channel playlists