# StableSocial TikTok Search Profiles

> StableSocial TikTok Search Profiles 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).

Search for TikTok user profiles by keyword or username query, returning matching profile data

## Facts

- Endpoint: POST https://socialx402.com/api/tiktok/search-profiles
- 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-search-profiles-873dfb36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mHUHYxee28xrv-GyRimL6

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-search-profiles-873dfb36 -d '<json body>'
```

Example prompt: Search TikTok for profiles matching 'fitness coach' and give me a list of the top accounts with their usernames and follower counts.

## When to prefer this

Choose this endpoint when you need to discover or enumerate TikTok profiles by keyword or username without setting up a TikTok developer account or subscription. Ideal for one-off lookups, influencer research, brand monitoring, or agent workflows that need TikTok profile data on a pay-per-call basis with no upfront commitment.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required
- Search query returns no results — empty array response
- TikTok rate limiting or platform changes causing upstream failure — 503 or error payload
- Malformed request body missing required query field — 400 Bad Request
- Network timeout on TikTok data retrieval — 504 Gateway Timeout

## 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 a list of TikTok profiles matching the search query, including usernames, display names, follower counts, profile bios, and avatar URLs for each matching account.

## Example request

```json
{
 "post_id": "123456789",
 "keywords": "fitness",
 "comment_id": "987654321",
 "max_page_size": 50
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "keywords": {
   "type": "string",
   "minLength": 1,
   "description": "Search keywords"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-search-profiles-873dfb36/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)
