# TikTok User Followings API — fetcher.sh

> TikTok User Followings 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 accounts that a specific TikTok user follows, identified by user ID

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/user/%7Bid%7D/followings
- 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-followings-api-fetcher-sh-b2707605
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hTarGdB5qP0dNya6f66y5

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-followings-api-fetcher-sh-b2707605
```

Example prompt: Can you pull the full list of accounts that TikTok user ID 6784563059919053061 is following, using the fetcher.sh TikTok API?

## When to prefer this

Use this endpoint when you need the following/following-list social graph data for a specific TikTok user without requiring OAuth, a TikTok developer account, or a subscription. Ideal for social analytics pipelines, influencer research, and competitive intelligence tooling that needs lightweight, pay-per-call access to TikTok data.

## Known failure modes

- Invalid or non-existent user ID returns empty result or 404
- Private TikTok accounts may return restricted or empty followings data
- Rate limiting or TikTok-side blocking may cause intermittent failures
- Pagination may be required for users with large following counts
- Payment failure (insufficient USDC balance) results in 402 response

## 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 list of TikTok accounts that the specified user follows, including profile details such as account handles, display names, follower counts, and other public metadata for each followed account.

## 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-followings-api-fetcher-sh-b2707605/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)
