# fetcher.sh TikTok Post Comment Replies

> fetcher.sh TikTok Post Comment Replies is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches replies to a specific comment on a TikTok post, identified by post ID and comment ID

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/post/%7Bid%7D/comments/%7BcommentId%7D/replies
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-tiktok-post-comment-replies-f492d4fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WhALIYZAyNJseypeTjKgN

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 fetcher-sh-tiktok-post-comment-replies-f492d4fc
```

Example prompt: Pull all the replies to comment ID abc123 on TikTok post xyz789 so I can see what people are responding to that thread.

## When to prefer this

Use this endpoint when you need to retrieve threaded replies to a specific TikTok comment and don't want to deal with TikTok OAuth, app registration, or API quotas. Ideal for agents doing social listening, sentiment analysis, or engagement monitoring on TikTok content at per-call USDC pricing with no subscription required.

## Known failure modes

- Invalid post ID returns 404 or empty result
- Invalid comment ID returns 404 or empty result
- Comment has no replies — returns empty list
- TikTok rate limiting causes temporary failures
- Post or comment is private/deleted — returns error or empty
- Malformed path parameters cause 400 bad request

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of reply objects for the specified TikTok comment, each containing reply text, author username, like counts, timestamps, and reply-specific metadata such as reply-to user references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-tiktok-post-comment-replies-f492d4fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
