# AnyAPI TikTok Live

> AnyAPI TikTok Live 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-15).

Fetches live stream data and metadata for a TikTok live broadcast via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.live
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-live-d4b37221
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2gKNLSO_xtUAaMqm0pWRp

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-live-d4b37221 -d '<json body>'
```

Example prompt: Is @charlidamelio live on TikTok right now, and if so how many viewers do they have and what's the stream title?

## When to prefer this

Use this endpoint when you need real-time TikTok live stream data without maintaining a TikTok developer account or monthly API subscription. Ideal for one-off checks, lightweight monitoring, or when building agents that need pay-per-use access to TikTok live data. Prefer over custom scraping solutions or expensive subscription APIs when usage is infrequent.

## Known failure modes

- Account not found — invalid or non-existent TikTok username returns an error
- Account is not currently live — returns empty or null live data
- Rate limit or payment failure — insufficient USDC balance causes request rejection
- TikTok anti-scraping measures may cause intermittent failures or incomplete data
- Private or restricted live streams may not return full metadata

## 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 TikTok live stream metadata such as live status (online/offline), stream title, current viewer count, like count, broadcaster profile info, room ID, and other live room attributes.

## Response schema (JSON Schema)

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

## More

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