# SociaVault TikTok Comment Replies Fetcher

> SociaVault TikTok Comment Replies Fetcher 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-13).

Fetches reply threads for a specific TikTok comment, with cursor-based pagination support.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/comment-replies
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-tiktok-comment-replies-fetcher-f6068085
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V08N3erJ6Euye5aJ6b2N8

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-tiktok-comment-replies-fetcher-f6068085
```

Example prompt: Pull all the replies to comment ID 7291034850123456789 on this TikTok video https://www.tiktok.com/@creator/video/7291034850123456789 — start from cursor 0 so I get the first page.

## When to prefer this

Use this endpoint when you need to extract replies to a specific TikTok comment, especially for social listening, engagement analysis, or building comment thread datasets. Prefer this over general TikTok scrapers when you already have a specific comment ID and need its nested replies rather than top-level comments.

## Known failure modes

- Invalid or expired TikTok URL returns empty data or error
- Comment ID not found returns empty data object
- Rate limiting or TikTok blocking returns failure response
- Invalid cursor value may return unexpected page of results
- Payment failure via x402 results in 402 response before data is returned

## How this service works

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

## Output

A JSON object containing reply data for the specified TikTok comment, a success flag, and the provider name. The data field contains the reply thread including individual reply content, authors, timestamps, and engagement metrics, paginated via cursor.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "type": "integer"
  },
  "comment_id": {
   "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-tiktok-comment-replies-fetcher-f6068085/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)
