# GGWP API Hub - Instagram Stories Downloader

> GGWP API Hub - Instagram Stories Downloader is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.135702/call, status unknown (last checked 2026-09-15).

Downloads Instagram Stories content for a given user or story, returning media URLs and metadata

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-downloader-stories4
- Price: $0.135702/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-instagram-stories-downloader-3ca345ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eKN_X7U86ui6Bio20AzoS

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 ggwp-api-hub-instagram-stories-downloader-3ca345ed -d '<json body>'
```

Example prompt: Can you download the Instagram stories from the account @nasa and give me the media URLs so I can save them?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Instagram Stories media (images and videos) from a public account, particularly for archiving, monitoring, or content research workflows. Prefer this over manual downloading or browser-based tools when automation is required. Note that this is a pay-per-call endpoint on the Base chain, so it is best suited for selective, targeted story retrieval rather than high-volume bulk operations.

## Known failure modes

- Private or restricted Instagram account — endpoint may return empty results or error if the account is not public
- Story already expired (Instagram stories last 24 hours) — returns no media if stories have disappeared
- Invalid or nonexistent Instagram username — returns error or empty result
- Rate limiting by Instagram's backend — may result in failed or throttled responses
- Payment failure on Base chain via x402 — call not executed if USDC payment is rejected

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing media data for the requested Instagram stories, including direct URLs to images or videos, and associated story metadata such as timestamps or user info, depending on what the underlying scraper surfaces.

## Request schema (JSON Schema)

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

## 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/ggwp-api-hub-instagram-stories-downloader-3ca345ed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
