# GGWP Instagram Downloader V2

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

Downloads media content from Instagram posts, reels, or stories given a URL or identifier

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-downloader-v2
- Price: $0.128745/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-instagram-downloader-v2-9f60c252
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w8e9XS6hP1rB9krhcFD45

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-instagram-downloader-v2-9f60c252 -d '<json body>'
```

Example prompt: Can you download the video from this Instagram reel for me? Here's the link: https://www.instagram.com/reel/ABC123xyz/

## When to prefer this

Choose this endpoint when you need to programmatically extract and download media from Instagram URLs, especially reels, posts, or stories, and want pay-per-call pricing without a subscription. It is suited for agents automating social media archiving, content pipelines, or user-driven media saving workflows on Base chain via x402.

## Known failure modes

- Invalid or private Instagram URL returns an error or empty result
- Rate limiting from Instagram's backend causing fetch failures
- Deleted or expired posts returning not-found errors
- Private account content being inaccessible without credentials
- Malformed input URL causing parsing errors
- Instagram anti-scraping measures blocking the request

## 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 direct download URLs or media data extracted from the specified Instagram post, reel, or story, enabling the caller to access or save the media content without Instagram's native app.

## 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-instagram-downloader-v2-9f60c252/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)
