# GEDX402 Social – Instagram Post Info

> GEDX402 Social – Instagram Post Info 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-15).

Fetches metadata and details for a given Instagram post URL via the SociaVault data proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/instagram/post-info
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-instagram-post-info-43b59e81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r8G7a57gy7tUPzFT8GlCq

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-instagram-post-info-43b59e81
```

Example prompt: Can you pull the post info for this Instagram link — https://www.instagram.com/p/ABC123/ — and give me the details on it? Use SociaVault and trim the response if possible.

## When to prefer this

Use this endpoint when you need to retrieve structured metadata or content details for a specific Instagram post by URL, especially in an automated agent workflow that supports x402 micropayments. Prefer it over scraping tools when you need a clean JSON response with minimal overhead.

## Known failure modes

- Invalid or non-existent Instagram post URL returns empty data or error
- Post is private or restricted and cannot be accessed
- Payment not processed via x402 results in 402 Payment Required response
- Missing 'url' parameter causes request failure
- Rate limiting or upstream SociaVault outage causes 503 or timeout

## 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 Instagram post's metadata and content details, a 'success' boolean, and a 'provider' field indicating SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  }
 }
}
```

## 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-instagram-post-info-43b59e81/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)
