# StableSocial TikTok Profile Region

> StableSocial TikTok Profile Region 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).

Returns the region/location information associated with a TikTok user profile by handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/profile/region
- 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-profile-region-da5c7f19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Ceej7guEAtChr4-GPY97

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-profile-region-da5c7f19 -d '<json body>'
```

Example prompt: Can you look up the region for the TikTok account @charlidamelio using StableSocial?

## When to prefer this

Use this endpoint when you need pay-per-request, no-subscription access to a TikTok user's region data without setting up OAuth or managing API keys. Ideal for one-off lookups or low-volume agent workflows where a monthly subscription is not cost-effective.

## Known failure modes

- Handle not found — account may not exist or may be private/banned
- Invalid or empty handle input returns a validation error
- Rate or payment failure if USDC payment is not processed correctly
- Region data unavailable for some accounts (e.g. new or restricted profiles)
- TikTok platform changes may temporarily break scraping

## 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 the geographic region associated with the specified TikTok profile handle, typically indicating the country or locale the account is registered or active in.

## 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-profile-region-da5c7f19/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)
