# SocialX402 TikTok Profile Scraper

> SocialX402 TikTok Profile Scraper 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).

Scrapes and returns public profile data for a given TikTok creator account

## Facts

- Endpoint: POST https://socialx402.com/api/sc/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/socialx402-tiktok-profile-scraper-a0001463
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__9KEUghb2ule6vOQBjwkY

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 socialx402-tiktok-profile-scraper-a0001463 -d '<json body>'
```

Example prompt: Pull the public profile data for TikTok creator @charlidamelio — I need her follower count, bio, total likes, and whether her account is verified.

## When to prefer this

Use this endpoint when you need structured public profile metadata for a specific TikTok creator, especially for influencer research, campaign vetting, or social media analytics pipelines. Prefer this over manual scraping or unofficial libraries when you need pay-per-use access without managing TikTok API credentials. Best suited for one-off creator lookups rather than bulk profile pulls.

## Known failure modes

- Account not found or username does not exist — returns error or empty result
- Private TikTok account — public data may be limited or unavailable
- TikTok rate limiting or anti-scraping measures — may cause temporary failures
- Invalid username format — malformed input leads to request error
- Network timeout from TikTok's servers — intermittent failures possible

## How this service works

Scrape Creators · TikTok — Profile

## Output

Returns structured public profile data for the specified TikTok account, including display name, username, bio/description, follower count, following count, total likes, video count, avatar image URL, and account verification status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "description": "TikTok handle. You can pass handle or user_id."
  },
  "user_id": {
   "type": "string",
   "description": "TikTok user id."
  }
 }
}
```

## More

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