# fetcher.sh TikTok User Followings

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

Retrieves the list of accounts that a given TikTok user is following

## Facts

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

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-followings-e486d0ed
```

Example prompt: Pull the full list of accounts that TikTok user ID 123456789 is following — I want to see who they're connected to.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a TikTok user's following list without OAuth credentials, a TikTok developer account, or any subscription. Ideal for AI agents that need social graph data on-demand, paying only $0.004 USDC per call via x402 on Base with no upfront setup.

## Known failure modes

- Invalid or non-existent TikTok user ID returns an error or empty result
- Private or restricted TikTok accounts may return limited or no following data
- Rate limiting or platform-side blocking may cause transient failures
- Insufficient USDC balance causes payment failure before data is returned
- TikTok platform changes may temporarily break scraping and return stale or partial data

## 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

A list of TikTok accounts (user profiles) that the specified user is following, including details such as usernames, display names, follower counts, and profile 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/fetcher-sh-tiktok-user-followings-e486d0ed/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)
