# Sna4an Instagram Looter API

> Sna4an Instagram Looter API 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-13).

Fetches Instagram social media data by proxying RapidAPI sub-endpoints with configurable query parameters

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/ig-looter
- Price: $0.085/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-instagram-looter-api-8b68480c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_43pUsnykZZXdmIzVK6kpg

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-looter-api-8b68480c -d '<json body>'
```

Example prompt: Can you pull the public profile data and recent posts for the Instagram account @cristiano using the ig-looter endpoint, passing the username as a query param?

## When to prefer this

Use this endpoint when you need to extract public Instagram data programmatically without managing your own RapidAPI subscription, and when you can pay per-call in USDC via the x402 protocol. Best for agents needing one-off Instagram lookups or profile enrichment without committing to a monthly API plan.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns error or empty response
- Instagram account is private — no public data returned
- Rate limiting from underlying RapidAPI provider causes failures
- Payment not processed via x402 results in 402 error
- Malformed params object causes query failure
- Instagram username does not exist returns 404 or empty data

## How this service works

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

## Output

Returns a JSON object containing Instagram data such as profile info, post listings, follower counts, media URLs, or engagement metrics depending on the RapidAPI sub-endpoint path specified.

## 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-looter-api-8b68480c/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)
