# AnyAPI TikTok Search Users

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

Searches TikTok for user accounts matching a given query and returns user profile data

## Facts

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

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-users-d68951e7 -d '<json body>'
```

Example prompt: Search TikTok for users matching 'fitness coach' and give me their usernames, follower counts, and bios.

## When to prefer this

Use this endpoint when you need to search TikTok for users by keyword, name, or topic without a TikTok developer account or API key. Ideal for influencer discovery, brand monitoring, competitor research, or any workflow that needs to find TikTok accounts matching a query. Prefer this over direct TikTok API access when you want pay-per-request pricing with no subscription commitment.

## Known failure modes

- Search query returns no results — empty results array
- TikTok rate limiting or blocking causes scrape failure — may return error or empty response
- Invalid or missing query parameter — returns 400-level error
- TikTok changes its internal API structure — scraper may return malformed or incomplete data
- Payment failure or insufficient USDC balance — request rejected before execution

## 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 list of TikTok user profiles matching the search query, including usernames, display names, follower counts, following counts, bio descriptions, avatar image URLs, and account verification status.

## Response schema (JSON Schema)

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

## More

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