# StableSocial TikTok Followers Lookup

> StableSocial TikTok Followers Lookup is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Fetches follower data for a TikTok account via a pay-per-request API with no subscription or authentication required.

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/followers
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-followers-lookup-5e2bf582
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2grK-35xKopmUSrrWCvpS

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 stablesocial-tiktok-followers-lookup-5e2bf582 -d '<json body>'
```

Example prompt: Can you look up how many followers the TikTok account @charlidamelio has right now?

## When to prefer this

Use this endpoint when you need on-demand TikTok follower data without committing to a subscription, especially in agentic workflows where you pay only for what you use and don't want to manage API keys or OAuth flows.

## Known failure modes

- Invalid or non-existent TikTok username returns an error or empty result
- Payment of 0.06 USDC not received results in 402 Payment Required response
- TikTok rate limiting or platform changes may cause lookup failures
- Malformed request body returns 400 Bad Request

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns follower count and related follower metrics for the specified TikTok account, retrieved in real time on a per-request basis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok username"
  },
  "max_followers": {
   "type": "integer",
   "default": 500,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Maximum number of followers to collect from TikTok"
  },
  "max_page_size": {
   "type": "integer",
   "default": 100,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-followers-lookup-5e2bf582/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
