# AnyAPI TikTok Following

> AnyAPI TikTok Following 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-14).

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

## Facts

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

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-following-bec3e07c -d '<json body>'
```

Example prompt: Can you pull the full list of accounts that TikTok user @charlidamelio is following?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the following list of a TikTok user without managing individual platform API credentials or monthly subscriptions. Ideal for one-off lookups, influencer research, social graph analysis, or competitive intelligence at $0.002 per call with no upfront commitment.

## Known failure modes

- User not found — invalid or non-existent TikTok username returns an error
- Private account — following list unavailable for private TikTok profiles
- Rate limiting — too many requests in quick succession may result in throttling
- Empty result — user follows no one, returns empty list
- Payment failure — insufficient USDC balance results in 402 error

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-following-bec3e07c/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)
