# AnyAPI Instagram Stories Full Scraper

> AnyAPI Instagram Stories Full Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.102/call, status unknown (last checked 2026-09-14).

Scrapes the full stories (with metadata) from an Instagram account via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.stories_full
- Price: $0.102/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-stories-full-scraper-851b5559
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XXPHUvO3RwRfVRXFS3xrI

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 anyapi-instagram-stories-full-scraper-851b5559 -d '<json body>'
```

Example prompt: Can you fetch all the current Instagram stories for the account @natgeo, including the media URLs and timestamps for each story?

## When to prefer this

Choose this endpoint when you need full story data (media, metadata, timestamps) from a specific Instagram account without maintaining your own Instagram scraping infrastructure or dealing with Instagram API rate limits and OAuth requirements. Ideal for one-off lookups or pay-as-you-go workflows where a monthly subscription scraping service would be wasteful.

## Known failure modes

- Invalid or non-existent Instagram username returns empty result or error
- Private Instagram account stories are inaccessible and return an access error
- Instagram rate limiting or anti-bot measures may cause temporary failures
- Expired or inactive stories return an empty stories array
- Malformed request body returns a 400-level error
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing full details of the target Instagram account's active stories, including story IDs, media URLs (images/videos), timestamps, story types, durations, and available engagement or metadata fields for each story item.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-stories-full-scraper-851b5559/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
