# StableSocial YouTube Channel Community Posts Scraper

> StableSocial YouTube Channel Community Posts Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes and returns community posts from a specified YouTube channel

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/channel/community-posts
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-youtube-channel-community-posts-scraper-407c40ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VD02KskcljJYEpPS33wwF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-youtube-channel-community-posts-scraper-407c40ea -d '<json body>'
```

Example prompt: Pull all the recent community posts from the YouTube channel @MrBeast so I can analyze what kinds of updates and polls he's been sharing with his audience.

## When to prefer this

Choose this endpoint when you need structured data from a YouTube channel's Community tab posts without managing browser automation or YouTube API quotas. It is ideal for monitoring creator announcements, polls, and engagement updates at pay-per-request pricing with no subscription required. Prefer this over the YouTube Data API when community posts are needed, since the official API does not expose community post content.

## Known failure modes

- Channel has no community tab (feature not enabled for that channel) — returns empty or error
- Invalid or non-existent channel identifier — returns 404 or error response
- YouTube rate limiting or anti-scraping measures causing request failure
- Private or restricted channel inaccessible — returns access error
- Network timeout if channel has a very large number of posts

## How this service works

Scrape Creators · YouTube — Channel Community Posts

## Output

Returns a list of community posts from the specified YouTube channel, including post text, any attached images or media, engagement metrics such as likes and comment counts, and post timestamps. Each post entry reflects what appears on the channel's Community tab.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "description": "YouTube channel handle"
  },
  "channelId": {
   "type": "string",
   "description": "YouTube channel ID"
  },
  "continuationToken": {
   "type": "string",
   "description": "Continuation token to get more community posts. Get 'continuationToken' from previous response."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-youtube-channel-community-posts-scraper-407c40ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
