# AnyAPI TikTok Trending Feed

> AnyAPI TikTok Trending Feed 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, last successful call 2026-07-10).

Fetches the current trending video feed from TikTok, returning trending content metadata and statistics.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.trending_feed
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-10
- Success rate: 60% of calls made through Zero
- Activations on Zero: 5
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-trending-feed-4c3aa779
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8t5VzB51l0M_yA2CnHxDr

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-trending-feed-4c3aa779 -d '<json body>'
```

Example prompt: What are the trending videos on TikTok right now? Pull the current trending feed and show me the top results including view counts and hashtags.

## When to prefer this

Use this endpoint when you need real-time TikTok trending feed data without managing your own scraping infrastructure or TikTok API credentials. Ideal for marketing research, content strategy, trend monitoring, or social listening at $0.002 per call with no subscription commitment.

## Known failure modes

- TikTok anti-scraping measures may cause intermittent failures
- Rate limits or temporary bans from TikTok's platform could result in empty or error responses
- TikTok may change its feed structure, causing parsing failures
- Insufficient USDC balance returns payment error
- Regional content variations may affect what 'trending' means in the response

## 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 an array of currently trending TikTok videos, likely including video IDs, titles or descriptions, author/creator information, view counts, like counts, share counts, hashtags, and video URLs or embed links.

## Response schema (JSON Schema)

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

## More

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