# TikTok User Audience Demographics

> TikTok User Audience Demographics is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves audience demographic data for a given TikTok creator by handle

## Facts

- Endpoint: GET https://x402.orthogonal.com/scrapecreators/v1/tiktok/user/audience
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-user-audience-demographics-1f9183ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Oqk4nLrg6yDxqeqZMbQ4R

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 tiktok-user-audience-demographics-1f9183ce
```

Example prompt: Can you pull the audience demographics for the TikTok creator @charlidamelio — I want to see the age, gender, and geographic breakdown of their followers?

## When to prefer this

Use this endpoint when you need structured audience demographic data for a specific TikTok creator by handle, particularly for influencer vetting, brand campaign targeting, or creator analytics. Prefer this over general web scraping endpoints when you need structured TikTok-specific demographic fields rather than raw HTML.

## Known failure modes

- Invalid or non-existent TikTok handle returns empty or error response
- Private TikTok accounts may not expose audience data
- Rate limiting may occur with high-frequency requests
- TikTok platform changes may cause data gaps or staleness
- Missing handle parameter results in a validation error

## How this service works

User's Audience Demographics

## Output

Returns audience demographic data for the specified TikTok creator, typically including follower age distribution, gender split, top geographic locations, and potentially audience interest categories.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "handle": {
       "type": "string",
       "description": "TikTok handle"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-user-audience-demographics-1f9183ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
