# GEDX402 Social – SociaVault TikTok Profile Lookup

> GEDX402 Social – SociaVault TikTok Profile 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).

Fetches a TikTok user's profile data by handle via the SociaVault social data ingest API, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/profile
- 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-sociavault-tiktok-profile-lookup-93f4cdb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L0_-LI02UOAIbBwimS7A7

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-sociavault-tiktok-profile-lookup-93f4cdb1
```

Example prompt: Pull the TikTok profile for the account @charlidamelio — I want their follower count, bio, and basic account details from SociaVault.

## When to prefer this

Use this endpoint when you need to retrieve public TikTok profile metadata for a specific user handle in a single, paid-per-call lookup. Prefer this over scraping or unofficial APIs when you need reliable, structured data with pay-as-you-go x402 micropayment pricing and no subscription required.

## Known failure modes

- Handle not found: 404 or success:false with empty data
- Invalid or missing handle parameter: 400 bad request
- Payment failure via x402: 402 Payment Required
- TikTok account is private or banned: data may be empty or partial
- Rate limiting or upstream SociaVault outage: 5xx error

## How this service works

SociaVault API proxy — tiktok-profile. 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 TikTok profile data for the given handle, including account metadata such as bio, follower/following counts, post count, and other public profile fields, under a 'data' key alongside a 'success' boolean and 'provider' identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string"
  }
 }
}
```

## 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-sociavault-tiktok-profile-lookup-93f4cdb1/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)
