YouTube Channel Community Posts API

Get community posts from a YouTube channel. Can pass channelId or handle.

1 creditper request
GET
/v1/youtube/channel/community-posts
curl "https://api.scrapecreators.com/v1/youtube/channel/community-posts" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "posts": [
    {
      "id": "UgkxfMvMnSnV3Ww9HwAY2wFGmVevmhRaYAYO",
      "url": "https://www.youtube.com/post/UgkxfMvMnSnV3Ww9HwAY2wFGmVevmhRaYAYO",
      "channel": {
        "id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
        "title": "MrBeast",
        "url": "https://www.youtube.com/@MrBeast",
        "handle": "MrBeast"
      },
      "content": "New video is live",
      "image": "https://yt3.ggpht.com/example-image=s640-c-fcrop64",
      "images": [
        "https://yt3.ggpht.com/example-image=s640-c-fcrop64"
      ],
      "likeCountText": "250K",
      "likeCount": 250000,
      "publishedTimeText": "2 days ago",
      "publishedTime": "2026-05-24T12:00:00.000Z",
      "video": {
        "id": "tnTPaLOaHz8",
        "title": "If You Survive, You Win",
        "thumbnail": "https://i.ytimg.com/vi/tnTPaLOaHz8/hqdefault.jpg",
        "url": "https://www.youtube.com/watch?v=tnTPaLOaHz8",
        "viewCountText": "10M views",
        "viewCountInt": 10000000,
        "publishedTimeText": "2 days ago",
        "lengthText": "18:42",
        "lengthSeconds": 1122
      }
    }
  ],
  "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 community posts. Get 'continuationToken' from previous response.

Example:
4qmFsgKrCBIYVUNkRkpXVWE0M3NtUm00SXBIQnB