# GEDX402 Social – SociaVault TikTok Comments

> GEDX402 Social – SociaVault TikTok 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 for a given TikTok video URL via the SociaVault data proxy, billed per call via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/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-sociavault-tiktok-comments-e765dfef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hqn1nR_VDC_xzqlMG1XRG

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-sociavault-tiktok-comments-e765dfef
```

Example prompt: Can you pull the comments from this TikTok video — https://www.tiktok.com/@creator/video/123456789 — starting from the beginning, and trim the response?

## When to prefer this

Use this endpoint when you need to programmatically retrieve TikTok comments for a specific video and are operating in an x402 micropayment environment. Prefer this over scraping solutions when you need reliable, proxied access to TikTolt comment data on a pay-per-call basis without managing API credentials directly.

## Known failure modes

- Invalid or private TikTok URL returns empty data or error
- Rate limiting or upstream SociaVault unavailability causes failure
- Payment not processed via x402 results in 402 response before data is returned
- Invalid cursor value may return unexpected page or error
- Deleted or geo-restricted TikTok content may return no comments

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a 'data' field containing the TikTok comments, a 'success' boolean, and a 'provider' string set to 'sociavault'. Pagination is supported via cursor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  },
  "cursor": {
   "type": "integer"
  }
 }
}
```

## 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-sociavault-tiktok-comments-e765dfef/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)
