# StableSocial TikTok Popular Creators

> StableSocial TikTok Popular Creators 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 a paginated list of popular TikTok creators filtered and sorted by follower count, engagement, average views, creator country, or audience country.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/creators/popular
- 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-popular-creators-1d469f50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OR3sYtdsjLY0zGnEeZEFa

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-popular-creators-1d469f50 -d '<json body>'
```

Example prompt: Find me popular TikTok creators based in the US with 1M-10M followers, sorted by engagement — show me page 1 of results.

## When to prefer this

Choose this endpoint when you need to discover and rank popular TikTok creators at scale without needing a subscription or auth setup. It is ideal for influencer marketing research, campaign prospecting, and audience-targeted creator shortlisting, especially when filtering by geography (creator or audience country) and follower tier.

## Known failure modes

- Invalid country code returns an error or empty results
- Unsupported sortBy value rejected by enum validation
- Page number out of range returns empty list
- Payment of 0.06 USDC not completed results in 402 response
- No creators match the combined filter criteria, returning empty results

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

A paginated list of popular TikTok creator profiles, including metrics such as follower counts, engagement rates, and average views, filtered and ranked according to the specified sort and filter criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "number",
   "description": "Page number"
  },
  "sortBy": {
   "enum": [
    "engagement",
    "follower",
    "avg_views"
   ],
   "type": "string",
   "description": "Sort creators by engagement, follower count, or average views"
  },
  "followerCount": {
   "enum": [
    "10K-100K",
    "100K-1M",
    "1M-10M",
    "10M+"
   ],
   "type": "string",
   "description": "Filter by follower count range"
  },
  "creatorCountry": {
   "enum": [
    "AU",
    "BR",
    "CA",
    "EG",
    "FR",
    "DE",
    "ID",
    "IL",
    "IT",
    "JP",
    "MY",
    "PH",
    "RU",
    "SA",
    "SG",
    "KR",
    "ES",
    "TW",
    "TH",
    "TR",
    "AE",
    "GB",
    "US",
    "VN"
   ],
   "type": "string",
   "description": "Country code of the creator"
  },
  "audienceCountry": {
   "enum": [
    "AU",
    "BR",
    "CA",
    "EG",
    "FR",
    "DE",
    "ID",
    "IL",
    "IT",
    "JP",
    "MY",
    "PH",
    "RU",
    "SA",
    "SG",
    "KR",
    "ES",
    "TW",
    "TH",
    "TR",
    "AE",
    "GB",
    "US",
    "VN"
   ],
   "type": "string",
   "description": "Country code of the audience/follower"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-popular-creators-1d469f50/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)
