# Magnum.ai Instagram Scraper Stable API

> Magnum.ai Instagram Scraper Stable API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-14).

Scrapes public Instagram profile and post data via a stable, pay-per-call API endpoint

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/instagram-scraper-stable-api
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-instagram-scraper-stable-api-cc695cc8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z-W61JlRmgHxQIy-4P1o_

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 magnum-ai-instagram-scraper-stable-api-cc695cc8 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for '@natgeo' and pull back their follower count, bio, and recent posts?

## When to prefer this

Choose this endpoint when you need public Instagram profile or post data without maintaining your own scraping infrastructure, and you want pay-per-call pricing via crypto (USDC on Base). Ideal for one-off lookups, influencer research, or enriching records with social data without a monthly subscription commitment.

## Known failure modes

- Private or non-existent Instagram account returns empty or error result
- Rate limiting or Instagram anti-scraping blocks causing failed fetch
- Invalid username or URL format causing a bad request error
- Payment failure via x402/Base chain causing 402 response before data is returned
- Instagram temporarily blocking the scraper IP, returning partial or no data

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing scraped Instagram data such as profile details, follower/following counts, post list, engagement metrics, and bio information for the requested account or post.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magnum-ai-instagram-scraper-stable-api-cc695cc8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
