# TikTok Profile Lookup by Handle

> TikTok Profile Lookup by Handle 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 TikTok user's public profile information given their handle.

## Facts

- Endpoint: POST https://x402.orthogonal.com/fiber/v1/tiktok/profile
- 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-profile-lookup-by-handle-3e68ce84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PtB-HbpprmBl4T-gp5eNI

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-profile-lookup-by-handle-3e68ce84 -d '<json body>'
```

Example prompt: Can you pull up the TikTok profile for @charlidamelio — I want to see their follower count, bio, and any other public account details?

## When to prefer this

Choose this endpoint when you need structured TikTok profile data for a specific known handle, such as for influencer research, brand monitoring, or creator outreach workflows. It is preferable when you already know the TikTok username and need public profile metadata quickly without scraping manually. Use the sibling 'User Posts' or 'Followers' endpoints if you also need post history or follower details.

## Known failure modes

- Handle not found — returns error if the TikTok account does not exist or has been deleted
- Private or banned account — profile may be inaccessible if account is private or suspended
- Invalid handle format — malformed input may result in a validation error
- TikTok API rate limiting — may return errors during high-traffic periods
- Payment failure — x402 payment not accepted results in 402 response before data is returned

## How this service works

Fetches a TikTok user profile by handle.

## Output

Returns the public TikTok profile for the specified handle, including information such as display name, bio, follower count, following count, like count, profile picture URL, and account verification status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "description": "TikTok handle, with or without '@'."
  }
 }
}
```

## More

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