# SociaVault Instagram Profile Lookup

> SociaVault Instagram 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 an Instagram user's profile data by handle via SociaVault's social data API, paid per call with x402.

## Facts

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

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-instagram-profile-lookup-4c567c4c
```

Example prompt: Pull up the SociaVault Instagram profile for the handle 'natgeo' and trim the response.

## When to prefer this

Use this endpoint when you need Instagram profile data (bio, follower counts, account metadata) for a specific username and are comfortable with per-call x402 micropayments. Prefer this over alternatives when you need lightweight profile-only data rather than posts or transcripts, and want a simple pay-per-outcome model without subscription overhead.

## Known failure modes

- Handle not found — empty data object with success false
- Invalid or missing handle parameter — 400 bad request
- Payment not completed — 402 payment required
- Rate limit exceeded — 429 too many requests
- Instagram scraping temporarily blocked — provider error in data field

## How this service works

SociaVault API proxy — instagram-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

A JSON object with a 'data' field containing the Instagram profile details (bio, follower/following counts, username, etc.), a 'success' boolean, and a 'provider' field confirming 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "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-instagram-profile-lookup-4c567c4c/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)
