# GEDX402 Social – YouTube Video Comments

> GEDX402 Social – YouTube Video Comments 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 comments from a YouTube video, with optional ordering and pagination support, via a pay-per-call x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/video/comments
- 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/gedx402-social-youtube-video-comments-5e76b5b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lnKt_qtl9x18sMKRzYYsF

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 gedx402-social-youtube-video-comments-5e76b5b4
```

Example prompt: Pull the top comments from this YouTube video for me: https://www.youtube.com/watch?v=dQw4w9WgXcQ — ordered by top rating.

## When to prefer this

Choose this endpoint when you need structured YouTube comment data for a specific video and want a simple pay-per-call model without managing API keys or OAuth. Ideal for agents performing sentiment analysis, audience research, or content moderation on YouTube videos. Prefer over direct YouTube Data API when you want zero-setup access with micropayment billing.

## Known failure modes

- Invalid or inaccessible YouTube URL returns an error in the data field with success=false
- Expired or invalid continuation token causes pagination to fail
- Video has comments disabled — returns empty data set
- Payment not completed via x402 protocol results in 402 Payment Required response
- Rate limiting or upstream YouTube API errors may return transient failures

## How this service works

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

## Output

Returns a JSON object with a `data` field containing the video's comments, a `success` boolean, and a `provider` field indicating SociaVault as the data source. Supports pagination via a continuation token for subsequent pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "order": {
   "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/gedx402-social-youtube-video-comments-5e76b5b4/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)
