# StableSocial YouTube Community Post Fetcher

> StableSocial YouTube Community Post Fetcher 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).

Fetches data from a YouTube community post given its URL, with pay-per-request access and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/community-post
- 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-community-post-fetcher-390afe18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_urD5k-pxNeGcpUFlbM7ng

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-community-post-fetcher-390afe18 -d '<json body>'
```

Example prompt: Can you pull the data from this YouTube community post for me? Here's the URL: https://www.youtube.com/post/UgkxQ2y8XjZmV1234

## When to prefer this

Choose this endpoint when you need quick, no-subscription, pay-per-request access to YouTube community post data without setting up OAuth or managing API credentials. Ideal for one-off scrapes, agent workflows that occasionally need community post content, or when the YouTube Data API quota is a concern. Best when you already have the specific post URL.

## Known failure modes

- Invalid or malformed YouTube community post URL returns an error
- Post has been deleted or made private, resulting in a not-found error
- YouTube rate limiting or anti-scraping measures causing a failed request
- URL points to a non-community-post YouTube page (e.g. a video) causing unexpected results
- Payment failure via x402 protocol blocks the request

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns the scraped content and metadata of the specified YouTube community post, likely including post text, media attachments, like counts, comment counts, post timestamp, and author information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the YouTube community post to get"
  }
 }
}
```

## More

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