# StableSocial TikTok Comment Replies

> StableSocial TikTok Comment Replies is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Fetches replies to a specific TikTok comment, returning nested reply data for a given comment thread.

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/comment-replies
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-comment-replies-82a0ac9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kbrWsR584tz-5w_DJryg4

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-tiktok-comment-replies-82a0ac9e -d '<json body>'
```

Example prompt: Can you pull all the replies to comment ID 7289301234567890123 on TikTok and show me what people are saying in response to it?

## When to prefer this

Use this endpoint when you need to retrieve nested reply data for a specific TikTok comment without managing authentication or subscriptions. Ideal for one-off pay-per-request data pulls, competitive analysis, sentiment research, or automated monitoring of TikTok comment threads.

## Known failure modes

- Invalid or non-existent comment ID returns 404 or empty result
- Comment has been deleted or made private — returns empty or error
- TikTok rate limiting or anti-scraping measures cause upstream failure
- Payment of 0.06 USDC not completed — request rejected with 402
- Malformed request body returns 400 validation error

## 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 a list of reply objects for the specified TikTok comment, each containing reply text, author username, timestamp, like count, and reply ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "post_id": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok post/video ID"
  },
  "comment_id": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok comment ID"
  },
  "profile_id": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok profile username"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-comment-replies-82a0ac9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
