# 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.073833/call, status unknown (last checked 2026-09-15).

Downloads Instagram Stories content (media files) for a given Instagram user or story URL via a pay-per-call API.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-downloader-stories1
- Price: $0.073833/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-5c20a0c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gF4TT-QjZ_39sOAmh6OQ7

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-5c20a0c2 -d '<json body>'
```

Example prompt: Can you download the current Instagram stories from the account '@natgeo' and give me the media URLs so I can save them before they expire?

## When to prefer this

Choose this endpoint when you need to programmatically download or archive Instagram Stories content — especially time-sensitive media that expires within 24 hours. Prefer this over manual screen recording or browser-based tools when automating social media monitoring or content archiving pipelines. Pay-per-call pricing via x402 makes it suitable for low-frequency, on-demand use rather than bulk scraping.

## Known failure modes

- Instagram account is private — cannot access stories without following
- Story has already expired (older than 24 hours) — returns empty or error
- Invalid or nonexistent Instagram username — returns error
- Instagram rate-limiting or blocking the scraper — service may return failure
- Malformed input (missing username/URL) — returns validation error

## 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 an object containing the extracted story media data, including direct URLs to image or video files from the specified Instagram story or user's active stories, along with associated metadata such as media type and timestamps.

## 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-5c20a0c2/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)
