# AnyAPI YouTube Community Post Scraper

> AnyAPI YouTube Community Post Scraper 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 structured data from a YouTube community post by post ID or URL

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.community_post
- 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-community-post-scraper-ca58bd90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IGy3fetV-kfKWyQmDRDYr

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-community-post-scraper-ca58bd90 -d '<json body>'
```

Example prompt: Can you pull the full text, like count, and any images from this YouTube community post? https://www.youtube.com/post/UgkxXYZ123abc

## When to prefer this

Use this endpoint when you need structured data from a specific YouTube community post without building your own scraper or managing YouTube API quotas. Ideal for monitoring creator updates, extracting poll results, or ingesting community post content into pipelines. Prefer this over the YouTube Data API when community posts are not available via official API or when you need pay-per-request pricing with no subscription overhead.

## Known failure modes

- Post not found or deleted — returns 404-style error in JSON
- Invalid post URL or ID format — returns validation error
- Post belongs to a private or restricted channel — returns access error
- YouTube rate limiting or anti-scraping response — returns upstream error
- Network timeout reaching YouTube — returns 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 object containing the community post's text content, author name, channel ID, publication timestamp, like count, comment count, any attached images or poll options with vote data, and post metadata such as post ID and URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-youtube-community-post-scraper-ca58bd90/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)
