# Sna4an Instagram Stable Data API

> Sna4an Instagram Stable Data API is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.165/call, status unknown (last checked 2026-09-14).

Fetches Instagram social media data (profiles, posts, reels, etc.) via a RapidAPI-backed proxy endpoint using x402 micropayments

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/ig-stable
- Price: $0.165/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-instagram-stable-data-api-c3b6e6b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EpVlTPVM0Uc2YHGOx8iBU

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 sna4an-instagram-stable-data-api-c3b6e6b1 -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data for the username 'natgeo' — I need their follower count, bio, and recent posts?

## When to prefer this

Use this endpoint when you need Instagram-specific data (profiles, posts, reels, engagement metrics) and want to pay per-call via x402 micropayments without managing a RapidAPI subscription directly. Prefer this over official Instagram Graph API when you need unauthenticated or third-party data access without OAuth setup.

## Known failure modes

- Invalid or unsupported sub-endpoint path returns an error or empty response
- Instagram account is private or does not exist — returns not found or restricted error
- RapidAPI upstream rate limit or quota exceeded — returns 429 or upstream error
- Payment not processed correctly via x402 — returns 402 Payment Required
- Malformed query parameters cause upstream API rejection

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing Instagram data such as profile details (bio, follower/following counts, profile picture), post metadata, reel information, or other data depending on the RapidAPI sub-endpoint path and query parameters provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-instagram-stable-data-api-c3b6e6b1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-social.vercel.app](https://www.zero.xyz/host/sna4an-social.vercel.app/llms.txt)
