# GEDX402 Social – TikTok User Search

> GEDX402 Social – TikTok User Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Search TikTok users by keyword query via the SociaVault proxy, returning paginated user profile results for a single x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/search/users
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-tiktok-user-search-643a4087
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bdax9SpJaqCEbODMSncWH

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 gedx402-social-tiktok-user-search-643a4087
```

Example prompt: Search TikTok for users matching 'fitness coach' using SociaVault — start from the beginning (cursor 0) and return trimmed results.

## When to prefer this

Use this endpoint when you need to search TikTok users by keyword and want a pay-per-call model via x402 micropayments (USDC) rather than managing OAuth credentials or TikTok API quotas directly. Prefer this over scraping or direct TikTok API access when you want a lightweight proxy with built-in pagination support.

## Known failure modes

- Payment not accepted — x402 payment header missing or insufficient USDC balance
- Empty or missing query parameter returns no results or an error
- Invalid cursor value causes pagination failure
- TikTok rate limits or blocks on the SociaVault proxy side causing upstream errors
- Malformed response if the underlying SociaVault API is unavailable

## How this service works

SociaVault API proxy — tiktok-search-users. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object with a 'data' field containing TikTok user search results (profiles matching the query), a 'success' boolean, and a 'provider' field confirming 'sociavault'. Results are paginated and can be trimmed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "query": {
   "type": "string"
  },
  "cursor": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-tiktok-user-search-643a4087/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
