# AnyAPI TikTok Keyword Search

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

Search TikTok by keyword and return matching videos, creators, or content results

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.search_keyword
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Last successful call: 2026-07-10
- Success rate: 75% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-keyword-search-9e8f9951
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6d8Tzxiae0hCSeAmB5Jx6

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-keyword-search-9e8f9951 -d '<json body>'
```

Example prompt: Search TikTok for videos about 'sustainable fashion' and show me the top results including video titles, creator handles, and view counts.

## When to prefer this

Use this endpoint when you need to programmatically search TikTok content by keyword without a TikTok developer account or API key. Ideal for trend research, brand monitoring, influencer discovery, and competitive analysis on TikTok. Prefer this over direct TikTok API when you want pay-per-request pricing with no subscription overhead.

## Known failure modes

- Keyword returns no results — empty results array
- TikTok rate limiting or anti-bot detection causes scraping failure
- Invalid or missing keyword parameter returns 400-level error
- TikTok changes its page structure causing parsing failure
- Network timeout or upstream scraping service unavailability

## 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 TikTok search results matching the keyword, including video metadata such as titles, creator usernames, view counts, like counts, share counts, and links to individual videos.

## Response schema (JSON Schema)

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

## More

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