# GEDX402 Social – TikTok Followers Lookup

> GEDX402 Social – TikTok Followers Lookup 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).

Retrieves the follower list or follower count data for a given TikTok account via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/followers
- 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-followers-lookup-70f12846
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qmKr8B5rjsF763hX6ah54

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-followers-lookup-70f12846
```

Example prompt: Can you pull the follower data for the TikTok account with handle @charlidamelio using SociaVault — only show followers added since timestamp 1700000000 and trim the results?

## When to prefer this

Use this endpoint when you need TikTok follower data for a specific account and want a pay-per-call model via x402 micropayments with no subscription required. Prefer it for lightweight, on-demand social data ingestion where SociaVault's proxy coverage is acceptable.

## Known failure modes

- Invalid or missing TikTok handle and user_id — returns error or empty data
- Account is private or suspended — data field may be empty
- min_time filter too restrictive — returns empty follower set
- Payment failure via x402 — request blocked before data is returned
- Rate limiting or proxy unavailability from SociaVault — timeout or 5xx response

## How this service works

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

## Output

Returns a JSON object with a 'data' field containing TikTok follower information, a 'success' boolean indicating whether the request succeeded, and a 'provider' field confirming 'sociavault' as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "handle": {
   "type": "string"
  },
  "user_id": {
   "type": "string"
  },
  "min_time": {
   "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-followers-lookup-70f12846/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)
