Skip to main content
GET
Channel Community Posts
💳 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 community posts. Get 'continuationToken' from previous response.

Response

Successful response containing channel community posts

Key Response Fields:

  • posts[].id: Unique community post ID
  • posts[].url: Full URL to the community post
  • posts[].channel.id: Channel ID
  • posts[].channel.title: Channel name
  • posts[].channel.handle: Channel handle
  • posts[].content: Post text content
  • posts[].image: Primary attached image URL (null if none)
  • posts[].images: All attached images indexed by position
  • posts[].likeCountText: Formatted like count (e.g. "674K")
  • posts[].likeCount: Numeric like count
  • posts[].publishedTimeText: Human-readable publish time
  • posts[].video: Attached video details (null if none)
  • continuationToken: Token to fetch the next page of posts (null if no more pages)