# Sna4an Instagram Data API (ig-api-120)

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

Fetches Instagram data by proxying requests to a RapidAPI Instagram sub-endpoint with specified query parameters

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/ig-api-120
- Price: $0.085/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-data-api-ig-api-120-46ab39db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LwyaOFvAGLsfjwlYliNOY

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-data-api-ig-api-120-46ab39db -d '<json body>'
```

Example prompt: Can you pull the public profile info and follower count for the Instagram account @cristiano using the ig-api-120 endpoint — use the path for profile details and include the username as a query param?

## When to prefer this

Use this endpoint when you need to retrieve public Instagram profile or content data programmatically and prefer a pay-per-call model via x402 USDC micropayments without managing a RapidAPI subscription directly. Best suited for ad hoc lookups of Instagram user profiles, posts, or engagement metrics.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns error or empty object
- Missing required query parameters returns incomplete or error response
- Instagram account is private or doesn't exist resulting in no data
- RapidAPI rate limit exceeded causing upstream failure
- Payment not processed resulting in 402 response before data is returned
- Malformed params object causes upstream API rejection

## How this service works

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

## Output

Returns a JSON object containing Instagram data for the requested sub-endpoint, which may include profile details, follower/following counts, post metadata, engagement statistics, or media content depending on the path and parameters supplied.

## 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-data-api-ig-api-120-46ab39db/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)
