# AnyAPI TikTok Video Comments Scraper

> AnyAPI TikTok Video Comments Scraper 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-16).

Fetches comments from a TikTok video by scraping the platform and returning structured comment data

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.video_comments
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-video-comments-scraper-7b22c96f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q_WElCG6DlXlsnMAtlMLV

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-video-comments-scraper-7b22c96f -d '<json body>'
```

Example prompt: Can you pull the comments from this TikTok video — https://www.tiktok.com/@username/video/1234567890 — so I can see what people are saying about it?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve TikTok video comments without managing your own scraping infrastructure, browser automation, or TikTok API credentials. Ideal for one-off or low-volume requests given the pay-per-call pricing. Best suited for sentiment analysis, audience research, brand monitoring, or content moderation workflows involving TikTok content.

## Known failure modes

- Invalid or malformed TikTok video URL returns an error
- Video has been deleted or made private — returns empty or error response
- TikTok rate limiting or anti-bot detection may cause failed scrape
- Video with no comments returns empty comments array
- Incorrect video ID format results in no data returned

## 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 response containing a list of comments on the specified TikTok video, including commenter usernames, comment text, timestamps, like counts, reply counts, and comment IDs.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-video-comments-scraper-7b22c96f/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)
