# TikTok Post Comments Fetcher

> TikTok Post Comments Fetcher 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).

Retrieves comments for a specific TikTok post by its ID

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/post/%7Bid%7D/comments
- 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-post-comments-fetcher-276d7057
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OdlN-zyPa-4ZOv0okGYaC

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-post-comments-fetcher-276d7057
```

Example prompt: Pull all the comments from TikTok post ID 7340512345678901234 so I can see what viewers are saying about it.

## When to prefer this

Use this endpoint when you need to programmatically access TikTok post comments without managing OAuth tokens or a TikTok developer account. It is ideal for social listening, sentiment analysis, content research, and brand monitoring workflows that need on-demand comment data at low cost ($0.004/call) with pay-per-use USDC billing.

## Known failure modes

- Post ID not found or deleted — returns 404 or empty result
- Post has comments disabled — returns empty comments array
- Rate limiting or scraping block from TikTok — returns 429 or error
- Invalid post ID format — returns 400 bad request
- Private or restricted account post — access denied error

## 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 comments on the specified TikTok post, including commenter usernames, comment text, timestamps, like counts, and reply counts. Pagination may be supported for posts with many comments.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-post-comments-fetcher-276d7057/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)
