# fetcher.sh TikTok User Followers

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

Fetches the follower list or follower count for a given TikTok user by their ID

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/user/%7Bid%7D/followers
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-tiktok-user-followers-ffc816bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9960kBqzQ_-2w2YZUFdyT

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-followers-ffc816bb
```

Example prompt: Pull the follower list for TikTok user ID 'therock' so I can analyze their audience.

## When to prefer this

Choose this endpoint when you need TikTok follower data without setting up OAuth, managing TikTok developer credentials, or subscribing to expensive social analytics platforms. Ideal for AI agents that need on-demand, pay-per-call access to TikTok audience data in USDC with no account required.

## Known failure modes

- Invalid or non-existent TikTok user ID returns an error or empty result
- Private TikTok accounts may return limited or no follower data
- Rate limiting or TikTok anti-scraping measures may cause intermittent failures
- Payment failure in USDC/x402 results in a 402 response before data is returned
- Malformed user ID path parameter causes a 400-level error

## 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 follower data for the specified TikTok user, which may include follower count, follower profiles (usernames, display names, avatars, bio snippets), and related metadata available from TikTok's public-facing data.

## 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-followers-ffc816bb/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)
