# AnyAPI TikTok Profile Lookup

> AnyAPI TikTok Profile 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-16).

Fetches public TikTok profile data for a given username, including follower counts, bio, and verification status

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.profile
- 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-profile-lookup-708e776a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8xxENgVvp89SZpThNGTm8

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-profile-lookup-708e776a -d '<json body>'
```

Example prompt: Can you pull up the TikTok profile for charlidamelio — I want to know their follower count, how many videos they've posted, whether they're verified, and their bio?

## When to prefer this

Use this endpoint when you need to look up a TikTok user's public profile stats by username without requiring TikTok authentication or a developer account. Ideal for influencer vetting, brand research, or enriching a dataset with TikTok creator metrics. Prefer this over building a custom scraper when cost-per-call economics ($0.002) are acceptable and you want a structured JSON response.

## Known failure modes

- Username not found on TikTok — found returns false, data is null
- Handle provided includes leading @ symbol — may cause lookup failure or no result
- TikTok account is private or deleted — returns found:false
- Rate limiting or upstream scraping failure — returns error or empty response
- Typo in username — returns found:false with null data

## 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 object with found (boolean), and if found: handle, displayName, followers, following, likes, videos, bio, verified flag, and avatarUrl for the requested TikTok account. Also includes provider name and cost in USD.

## Response schema (JSON Schema)

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

## More

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