# AnyAPI TikTok Search Top

> AnyAPI TikTok Search Top 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).

Scrapes TikTok's top search results for a given query, returning trending videos and metadata

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.search_top
- 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-search-top-437f2793
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XeCKscXlZl2X3x21acBTV

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-search-top-437f2793 -d '<json body>'
```

Example prompt: Search TikTok for the top results for 'morning routine' and show me the most popular videos — titles, creators, view counts, and links.

## When to prefer this

Use this endpoint when you need programmatic access to TikTok top search results without an official TikTok API key or developer account. Ideal for trend research, competitor analysis, influencer discovery, or content monitoring on TikTok. Prefer this over manual browsing or building your own scraper; it charges only per request with no subscription required.

## Known failure modes

- TikTok anti-bot detection blocks the scrape, returning an error or empty results
- Invalid or empty search query returns no results
- TikTok UI/API changes break the scraper, causing malformed or partial data
- Rate limiting or quota exceeded on the AnyAPI platform
- Network timeout if TikTok is slow to respond

## 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 JSON array of top TikTok search results for the given query, including video titles, creator usernames, view/like/comment counts, video URLs, thumbnails, and other metadata surfaced by TikTok's search ranking.

## Response schema (JSON Schema)

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

## More

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