# GGWP Instagram Video & Image Downloader

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

Downloads videos and images from Instagram posts given a URL or post identifier

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-video-image-downloader
- Price: $0.15981/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-instagram-video-image-downloader-fb6e6ad3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pFY_yT1F-IhqmUFGsRGuP

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-video-image-downloader-fb6e6ad3 -d '<json body>'
```

Example prompt: Can you download the video from this Instagram post for me? Here's the URL: https://www.instagram.com/p/ABC123XYZ/

## When to prefer this

Choose this endpoint when you need to programmatically download or extract video and image media from Instagram posts. It is suitable for agents automating content archival, social media monitoring, or user-facing download tools. Prefer this over general web scrapers when the target is specifically Instagram media.

## Known failure modes

- Private or restricted Instagram account returns access denied or empty result
- Invalid or malformed Instagram URL causes request failure
- Deleted or expired post returns 404 or empty media data
- Rate limiting by Instagram may cause intermittent failures
- Endpoint returns generic error if the post contains no downloadable media

## 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 media download data including direct URLs or binary content for videos and images extracted from the specified Instagram post, along with metadata such as file type and dimensions.

## 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-video-image-downloader-fb6e6ad3/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)
