# TikTok Comment Replies Fetcher — fetcher.sh

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

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

## Facts

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

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

Example prompt: Can you pull all the replies to comment 7301234567890 on TikTok post 7289876543210? I want to see who responded and what they said.

## When to prefer this

Choose this endpoint when you need to retrieve the full reply thread under a specific TikTok comment without requiring a TikTok developer account, OAuth credentials, or a subscription. It is ideal for agents performing social listening, sentiment analysis, influencer research, or content moderation workflows where accessing nested comment data programmatically and paying per call in USDC (via x402) is preferred over managing API credentials.

## Known failure modes

- Post ID not found — returns 404 if the TikTok post has been deleted or is unavailable
- Comment ID not found — returns error if the comment has been deleted or does not exist on the specified post
- Rate limiting or scraping blocks from TikTok — may return empty results or errors if TikTok blocks the scraper
- Insufficient USDC balance or payment failure — call is rejected before execution
- Private account content — replies may be inaccessible if the post is from a private account

## How this service works

TikTok (tik tok) data and scraping API: Search posts, resolve users by handle, and pull followers, hashtags, music, comments, and replies. 13 REST endpoints from $0.004 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a list of reply objects for the specified comment, each containing reply text, author username, timestamp, like count, and potentially nested reply metadata.

## Request schema (JSON Schema)

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

## More

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