# SocialFetch TikTok Profile Audience Location Demographics

> SocialFetch TikTok Profile Audience Location Demographics is a paid API for AI agents from api.socialfetch.dev, paid per call via x402, $0.42/call, status unknown (last checked 2026-09-14).

Returns geographic/location audience demographics for a TikTok creator profile given their handle.

## Facts

- Endpoint: GET https://api.socialfetch.dev/v1/tiktok/profiles/:handle/audience
- Price: $0.42/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/socialfetch-tiktok-profile-audience-location-demographics-34b559a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cQrR2mHBLSxZb3cpSd_SV

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 socialfetch-tiktok-profile-audience-location-demographics-34b559a8
```

Example prompt: Can you pull the audience location demographics for the TikTok profile @charlidamelio so I can see which countries most of her followers are from?

## When to prefer this

Use this endpoint when you need geographic audience location data specifically for a TikTok creator profile by handle. Prefer this over general social analytics tools when you need TikTok-specific audience demographics for influencer vetting, campaign targeting, or market research. Choose this when you have a specific TikTok handle and need to understand where their audience is geographically located.

## Known failure modes

- Handle not found or TikTok account does not exist — likely 404 or empty result
- Private or restricted TikTok account where audience data is unavailable
- TikTok handle with no significant audience data
- Malformed handle input (too long or empty) — schema validation error
- Payment failure or insufficient USDC balance — 402 error
- Rate limiting or quota exceeded

## How this service works

Get audience location demographics for a TikTok profile by handle.

## Output

Returns audience location/geographic demographic data for the specified TikTok creator — likely including a breakdown of follower distribution by country or region, showing percentages or counts per location.

## 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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle"
     ],
     "properties": {
      "handle": {
       "type": "string",
       "maxLength": 128,
       "minLength": 1,
       "description": "TikTok handle to look up, with or without a leading @."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/socialfetch-tiktok-profile-audience-location-demographics-34b559a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.socialfetch.dev](https://www.zero.xyz/host/api.socialfetch.dev/llms.txt)
