# AnyAPI TikTok Followers

> AnyAPI TikTok Followers is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Scrapes and returns the follower count and related profile data for a given TikTok account.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.followers
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-followers-93c94eec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VApj84uyROc9zZpiny-Gh

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 anyapi-tiktok-followers-93c94eec -d '<json body>'
```

Example prompt: How many followers does @charlidamelio have on TikTok right now? Use AnyAPI to scrape their TikTok profile stats.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-use access to TikTok follower counts without a TikTok developer account or monthly API subscription. Ideal for one-off lookups, agent workflows, or when you need to query many different social platforms through a single API key and billing mechanism.

## Known failure modes

- Account not found or handle misspelled — returns error or empty result
- TikTok rate limiting or anti-scraping measures causing failures
- Private or banned accounts may return no data
- Stale or cached data if TikTok's public data is not fresh
- Payment failure if USDC wallet balance is insufficient

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the TikTok account's follower count and associated profile statistics such as following count, likes, and other publicly available account metrics.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-followers-93c94eec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
