YouTube Channel Lives API

Get live streams and past streams from a YouTube channel. Can pass channelId or handle.

1 creditper request
GET
/v1/youtube/channel/lives
curl "https://api.scrapecreators.com/v1/youtube/channel/lives" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "lives": [
    {
      "type": "live",
      "id": "JpVtso3S9rM",
      "url": "https://www.youtube.com/watch?v=JpVtso3S9rM",
      "title": "IShowSpeed Live Stream",
      "thumbnail": "https://i.ytimg.com/vi/JpVtso3S9rM/hqdefault.jpg",
      "channel": {
        "id": null,
        "title": null,
        "handle": null,
        "thumbnail": null
      },
      "viewCountText": "1.2M views",
      "viewCountInt": 1200000,
      "publishedTimeText": "Streamed 2 days ago",
      "lengthText": "2:14:52",
      "lengthSeconds": 8092,
      "badges": []
    }
  ],
  "continuationToken": "4qmFsgLlFhIYV...."
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

channelId
string

YouTube channel ID

Example:
UCWsDFcIhY2DBi3GB5uykGXA
handle
string

YouTube channel handle

Example:
IShowSpeed
continuationToken
string

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

Example:
4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB