# SociaVault Twitter Profile Lookup

> SociaVault Twitter 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 Twitter/X user's profile data by handle via the SociaVault social data API, billed per outcome via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/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/sociavault-twitter-profile-lookup-4c4998aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BIFBB0_oZOw3mHamr2wGm

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 sociavault-twitter-profile-lookup-4c4998aa
```

Example prompt: Pull the Twitter profile for the handle @elonmusk using SociaVault and give me their bio, follower count, and account details.

## When to prefer this

Use this endpoint when you need to retrieve public Twitter/X profile data for a specific user handle and want per-call micropayment billing (no subscription required). Prefer this over scraping or official Twitter API when you need a lightweight, pay-as-you-go option with no OAuth setup.

## Known failure modes

- Handle not found — Twitter account does not exist or is suspended, returns error in JSON
- Invalid handle format — missing or malformed 'handle' parameter, returns validation error
- Payment failure — x402 payment not accepted or insufficient funds, request blocked
- Rate limiting — too many requests in a short window, returns 429-equivalent error
- SociaVault upstream unavailable — third-party data source down, returns service error

## How this service works

SociaVault API proxy — twitter-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 a 'data' field containing the Twitter profile details (bio, follower count, account metadata, etc.), a 'success' boolean, and a 'provider' field set to 'sociavault'. Exactly one x402 micropayment of $0.014 USDC is charged per successful response.

## 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/sociavault-twitter-profile-lookup-4c4998aa/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)
