# GGWP API Hub – Instagram Video & Story Downloader

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

Downloads Instagram videos and stories by URL, returning the media file data for programmatic access.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-downloader-videos-stories
- Price: $0.1279/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-video-story-downloader-582cb793
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T42kWiJ6ju6HN22xJdQv5

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-video-story-downloader-582cb793 -d '<json body>'
```

Example prompt: Can you download this Instagram video for me so I can save it? Here's the link: https://www.instagram.com/p/ABC123/

## When to prefer this

Choose this endpoint when you need to programmatically download or archive Instagram videos, reels, or stories by URL, and want a pay-per-call model without a monthly subscription. Best for agents automating social media content pipelines or one-off media saves.

## Known failure modes

- Private or restricted Instagram account — returns error or empty result
- Invalid or expired Instagram URL — returns error response
- Instagram rate limiting or scraping detection — may return failure or empty data
- Story already expired (older than 24 hours) — content no longer available
- Geographic or account-level restrictions blocking access

## 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 the download URL(s) or binary media data for the requested Instagram video or story, along with any available metadata such as title or duration.

## 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-video-story-downloader-582cb793/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)
