# SociaVault YouTube Channel Community Posts

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

Fetches community posts from a YouTube channel using the channel handle or ID, with optional pagination support.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/channel/community-posts
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-youtube-channel-community-posts-21aca10a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jVmTGsRxhAFPpdCYrSuch

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 sociavault-youtube-channel-community-posts-21aca10a
```

Example prompt: Pull the latest community posts from the YouTube channel @mkbhd using SociaVault — grab the community tab feed so I can see what they've been posting.

## When to prefer this

Use this endpoint when you need to programmatically access a YouTube channel's community tab posts by handle or channel ID, especially when you want to paginate through the full community feed. Prefer this over general YouTube Data API approaches when a pay-per-call model is acceptable and you want SociaVault's proxy abstraction for community post extraction.

## Known failure modes

- Channel handle or ID not found — returns empty data or error
- Invalid or expired continuation token — pagination fails
- Channel has no community posts — returns empty data array
- Payment not fulfilled — x402 payment required before data is returned
- Rate limiting or upstream YouTube access issues — request fails

## How this service works

SociaVault API proxy — youtube-channel-community-posts. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON response containing the community posts data from the specified YouTube channel's community tab, along with a success flag and the provider identifier. May include a continuation token for paginating through additional posts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string"
  },
  "channelId": {
   "type": "string"
  },
  "continuationToken": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sociavault-youtube-channel-community-posts-21aca10a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
