# TikTok User Followers

> TikTok User Followers is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches a paginated list of followers for a specified TikTok user account.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/tiktok/user-followers
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-tiktok-user-followers-883d6298
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y0afsslMvhNNjx7_j5tnI

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 fiber-ai-api-tiktok-user-followers-883d6298 -d '<json body>'
```

Example prompt: Can you pull me the first page of followers for the TikTok account @charlidamelio so I can analyze who their audience is?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the followers of a specific TikTok account in paginated batches, especially for audience analysis, influencer research, or building outreach lists. Prefer this over scraping TikTok directly due to structured output and reliable pagination.

## Known failure modes

- Invalid or non-existent TikTok username returns 404 or empty result
- TikTok account is private, followers not accessible
- Rate limit exceeded returns 429 error
- Invalid pagination cursor returns error
- Missing required user identifier returns 400 bad request
- TikTok API downstream unavailability causes 503

## How this service works

Fetches paginated followers of a TikTok user. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

Returns a paginated list of TikTok followers for the specified user, including follower profile details such as usernames, display names, and other available TikTok profile data, along with a cursor for fetching subsequent pages.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tiktok-user-followers-883d6298/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
