# StableSocial TikTok User Audience

> StableSocial TikTok User Audience is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches audience/follower demographic and analytics data for a given TikTok user handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/user/audience
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-user-audience-c10efe0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7K1VeaDMaBXRB8N0h-BG4

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-user-audience-c10efe0a -d '<json body>'
```

Example prompt: Can you pull the audience data for the TikTok account @charlidamelio so I can see who their followers are?

## When to prefer this

Choose this endpoint when you need pay-per-request TikTok audience demographic data without committing to a subscription. Ideal for one-off influencer vetting, campaign research, or ad-hoc creator analysis. Prefer over traditional social analytics platforms when cost control per query matters or when you only need occasional lookups across a handful of creators.

## Known failure modes

- Invalid or non-existent TikTok handle returns an error or empty result
- Private or restricted TikTok accounts may not return audience data
- Payment failure (402) if USDC funds are insufficient
- Rate limiting or scraping blocks from TikTok may cause temporary unavailability
- Handle field missing or empty triggers validation error

## 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 audience analytics and demographic data for the specified TikTok user, which may include follower count, age/gender breakdown, geographic distribution, and engagement-related audience metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok handle"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-user-audience-c10efe0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
