# StableSocial TikTok Profile Lookup

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

Fetches public profile data for a given TikTok account via a pay-per-request POST endpoint with no subscription required.

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/profile
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-profile-lookup-d4063f9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WJiwYj5-ZdvWN0bMwI9pL

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-lookup-d4063f9a -d '<json body>'
```

Example prompt: Pull the public TikTok profile for @charlidamelio — I need her follower count, bio, and post count.

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-use TikTok profile data without committing to a subscription or managing API credentials. Ideal for infrequent lookups, one-off research, or agent workflows that need social profile enrichment as a step without a dedicated social data integration.

## Known failure modes

- Username not found — TikTok account does not exist or is private
- Payment failure — USDC payment not accepted or insufficient funds
- Rate limiting — too many requests in a short window
- TikTok blocks scraping — upstream data unavailable
- Invalid input — malformed or missing username in request body
- Network timeout — upstream TikTok data fetch timed out

## 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 structured public profile data for the requested TikTok account, including follower count, following count, number of posts, bio text, display name, and other publicly available account metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok username (without @)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-profile-lookup-d4063f9a/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)
