# TikTok Popular Creators Lookup

> TikTok Popular Creators Lookup is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Fetches a ranked list of popular TikTok creators, optionally filtered by country using an ISO 3166-1 alpha-3 code.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/tiktok/popular-creators
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-popular-creators-lookup-d7b52dde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RyZE36paK1NsY73lgnRp-

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 tiktok-popular-creators-lookup-d7b52dde -d '<json body>'
```

Example prompt: Who are the most popular TikTok creators in the USA right now? Give me a ranked list filtered to American creators.

## When to prefer this

Use this endpoint when you need to discover or rank popular TikTok creators globally or within a specific country, especially for influencer marketing research, competitive benchmarking, or audience discovery. Prefer this over manual TikTok search when you need programmatic, ranked creator data filterable by geography.

## Known failure modes

- Invalid country code format returns an error or empty result
- Unsupported or uncommon country codes may return no creators
- Network or upstream TikTok data unavailability may cause failures
- Omitting required fields may return unfiltered global results
- Payment failure (insufficient USDC) prevents the call from completing

## How this service works

Fetches popular TikTok creators, optionally filtered by country.

## Output

Returns a ranked list of popular TikTok creator profiles, potentially including usernames, follower counts, engagement metrics, and ranking positions, optionally filtered to a specific country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sort": {
   "type": "string",
   "description": "Sort order. Omit for default ranking."
  },
  "country": {
   "type": "string",
   "description": "ISO 3166-1 alpha-3 country code (e.g. 'USA'). Omit for global."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-popular-creators-lookup-d7b52dde/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
