# GEDX402 Social – SociaVault Instagram Comments

> GEDX402 Social – SociaVault Instagram Comments 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 comments on an Instagram post via the SociaVault proxy, paid per call via x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/instagram/comments
- 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-instagram-comments-72cc2457
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5o4a9cdoyp9ZJMNpAyzZm

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-instagram-comments-72cc2457
```

Example prompt: Pull all the comments from this Instagram post — https://www.instagram.com/p/ABC123/ — using SociaVault so I can see what people are saying.

## When to prefer this

Use this endpoint when you need to retrieve comments from a specific Instagram post programmatically without managing OAuth credentials, and are willing to pay a small per-call USDC micropayment via x402. Best suited for agents that need quick, on-demand social data ingestion.

## Known failure modes

- Invalid or private Instagram post URL returns empty data or error
- Missing URL parameter causes request failure
- Expired or invalid cursor results in pagination error
- x402 payment failure blocks the request
- Rate limits or SociaVault upstream unavailability cause timeouts

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a 'data' field containing the comments payload for the given Instagram post URL, a 'success' boolean, and a 'provider' field confirming SociaVault. Supports cursor-based pagination for large comment threads.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "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-instagram-comments-72cc2457/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)
