# fetcher.sh TikTok User Profile Lookup

> fetcher.sh TikTok User Profile Lookup is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Fetches public profile data for a TikTok user by their username/handle

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/user/handle/%7Busername%7D
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-tiktok-user-profile-lookup-182f6ae7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2vKK4cEz0LgGfmg2bRa3x

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 fetcher-sh-tiktok-user-profile-lookup-182f6ae7
```

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

## When to prefer this

Choose this endpoint when you need quick, no-auth public TikTok profile metadata for a known username and want to pay per call in USDC without setting up OAuth or subscriptions. Ideal for AI agents doing influencer research, social audits, or creator enrichment at low volume or on-demand.

## Known failure modes

- Username not found — if the handle doesn't exist or has been banned, returns a 404 or empty result
- Private or restricted accounts may return limited or no data
- TikTok rate limiting or anti-scraping measures may cause intermittent failures
- Invalid username format may return a validation error
- Payment failure via x402 if USDC balance is insufficient

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns public TikTok user profile data including username, display name, bio/description, follower count, following count, total likes received, video count, avatar image URL, and verified badge status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-tiktok-user-profile-lookup-182f6ae7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
