# TikTok User Followers API — fetcher.sh

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

Retrieves the list of followers for a TikTok user by their user ID, with pay-per-call USDC micropayment via x402.

## Facts

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

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-user-followers-api-fetcher-sh-779708cd
```

Example prompt: Pull the followers list for TikTok user ID 6784563946174801925 — I want to see who's following that account.

## When to prefer this

Choose this endpoint when you need TikTok follower data without setting up OAuth, a TikTok developer account, or a recurring subscription — ideal for one-off lookups, agent workflows, or when pay-per-call micropayment via USDC is preferred over flat-rate plans. Best suited for agents that occasionally need social graph data on demand.

## Known failure modes

- Invalid or non-existent user ID returns 404 or empty result
- Insufficient USDC balance or failed x402 payment returns 402 Payment Required
- Rate limiting or TikTok-side blocking may return 429 or 503
- Private accounts may return empty or restricted follower lists
- Malformed user ID format may return 400 Bad Request

## How this service works

TikTok (tik tok) data and scraping API: Search posts, resolve users by handle, and pull followers, hashtags, music, comments, and replies. 13 REST endpoints from $0.004 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a paginated list of TikTok accounts that follow the specified user, including follower profile data such as handles, display names, follower counts, and account metadata available from TikTok's public data layer.

## Request schema (JSON Schema)

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

## More

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