# AnyAPI TikTok Video Lookup

> AnyAPI TikTok Video Lookup 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 metadata (views, likes, comments, shares, saves, caption, region) for a TikTok video given its URL

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.video
- 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-video-lookup-20e60104
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XpqDOtCFUfWo4NO9MUMhR

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-lookup-20e60104 -d '<json body>'
```

Example prompt: Can you pull up the stats for this TikTok video — https://www.tiktok.com/@charlidamelio/video/7123456789012345678 — I want to see the views, likes, comments, shares, and saves? Use the US region in case it's geo-restricted.

## When to prefer this

Use this endpoint when you need structured engagement metrics (views, likes, comments, shares, saves) and metadata for a specific TikTok video identified by URL. Prefer this over general web scraping when you want clean, structured output without parsing HTML. Best for social media analytics, content research, influencer analysis, or monitoring individual TikTok video performance.

## Known failure modes

- Video not found (found: false, data: null) — URL may be invalid, deleted, or private
- Region-restricted video returning no data without correct region code
- Invalid or malformed TikTok URL causing lookup failure
- Network or proxy error for specific region codes
- Rate limiting or API quota exceeded

## 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

Returns a found boolean and, if found, a data object containing the video's ID, caption, region, view count, like count, comment count, share count, and save count. Also returns the USD cost of the call and the provider name.

## Response schema (JSON Schema)

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

## More

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