# AnyAPI YouTube Channel Community Posts

> AnyAPI YouTube Channel Community Posts is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns community posts from a YouTube channel, including text, images, polls, and engagement data.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.channel_community_posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-youtube-channel-community-posts-e33fcee7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K5j_IRCXNE_FJBYr6j-Vm

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 anyapi-youtube-channel-community-posts-e33fcee7 -d '<json body>'
```

Example prompt: Pull all the recent community posts from MrBeast's YouTube channel — I want the post text, any images or polls, and the like counts for each one.

## When to prefer this

Use this endpoint when you need to programmatically access YouTube channel community posts without a YouTube Data API quota or subscription. Ideal for monitoring creator announcements, collecting poll data, or tracking community engagement at $0.002 per call with no monthly commitment.

## Known failure modes

- Channel not found or invalid channel ID — returns error with no data
- Channel has no community tab enabled — returns empty or error response
- YouTube rate limiting or anti-scraping measures triggered — may return partial or failed response
- Private or restricted channel — access denied error
- Network timeout fetching the community tab — timeout error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of community posts from the specified YouTube channel, each containing post content (text, images, polls), engagement metrics (likes, comments count), post timestamp, and post URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-youtube-channel-community-posts-e33fcee7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
