# AnyAPI TikTok Comment Replies

> AnyAPI TikTok Comment Replies is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns reply threads for a specific TikTok comment

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.comment_replies
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-comment-replies-de52f18e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rBST6Mcijdw7HzQVo-Jbt

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

Example prompt: Fetch all the replies to comment ID 7289340123456789012 on TikTok video 7289340098765432100 — I want to see who responded and what they said.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve reply threads under a specific TikTok comment without managing TikTok OAuth credentials or subscriptions. Ideal for social listening, sentiment analysis, influencer research, or content moderation workflows that need per-request, pay-as-you-go access to TikTok reply data.

## Known failure modes

- Invalid or deleted comment ID returns empty or error response
- TikTok rate limiting or anti-bot detection may cause scrape failure
- Private or restricted video comments return no data
- Incorrect video ID / comment ID combination yields no results
- TikTok API changes may cause temporary scraping breakage

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the list of replies to the specified TikTok comment, including reply text, author username, reply timestamp, like count, and any sub-reply metadata for that comment thread.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

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