# Sna4an Instagram Fast API

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

Fetches Instagram data quickly via a RapidAPI sub-endpoint proxy, returning social media metrics, profiles, or content data

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/ig-fast
- Price: $0.115/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-fast-api-85b2cf1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RAF0Q4lnQlv20EOHc4TQi

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-fast-api-85b2cf1e -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data for the account @nike — I want their follower count, bio, and recent post stats using the ig-fast endpoint?

## When to prefer this

Choose this endpoint when you need fast Instagram-specific social media data (profiles, posts, engagement metrics) and are operating in an x402 payment environment. Prefer over generic scrapers when you need structured, RapidAPI-backed Instagram data with low latency.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error
- Missing required query parameters causes incomplete or failed response
- Instagram account not found or private account returns empty or error response
- Payment failure via x402 prevents request from being processed
- Rate limiting from underlying RapidAPI provider causes timeout or rejection
- Malformed params object results in bad request error

## How this service works

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

## Output

Returns an object containing Instagram data such as profile details, follower/following counts, post metrics, media content, or other information depending on the sub-endpoint path and query parameters passed.

## 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-fast-api-85b2cf1e/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)
