# StableSocial Instagram Stories Fetcher

> StableSocial Instagram Stories Fetcher is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Retrieves Instagram Stories data for a given account via pay-per-request API using x402 micropayments

## Facts

- Endpoint: POST https://socialx402.com/api/instagram/stories
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-instagram-stories-fetcher-f29fec4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NcmHYoGGJMDb2SqfTVJ_I

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 stablesocial-instagram-stories-fetcher-f29fec4e -d '<json body>'
```

Example prompt: Can you pull the current Instagram Stories from the account @glossier so I can see what they're posting today?

## When to prefer this

Use this endpoint when you need pay-per-request Instagram Stories data without managing API keys, OAuth flows, or subscriptions. Ideal for agents that occasionally need social data and want to pay only per call via x402 USDC micropayments rather than committing to a monthly plan.

## Known failure modes

- Account not found or is private — returns error with no story data
- Account has no active stories — returns empty stories array
- Instagram rate limiting or blocking — service may return a scraping error
- Payment failure via x402 — request not processed if USDC payment is rejected
- Invalid or malformed username input — returns validation error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a structured response containing the active Instagram Stories for the specified account, including story media URLs, timestamps, story IDs, and available metadata such as view counts or interaction data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "Instagram username"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-stories-fetcher-f29fec4e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
