# GGWP API Hub – Instagram Endpoint (ig-20251)

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

Provides access to Instagram-related social media data via a pay-per-call API hub using the x402 protocol on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-20251
- Price: $0.185463/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-endpoint-ig-20251-a8bd9b17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YkUmZT8rIoYqKaMw89jCk

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-endpoint-ig-20251-a8bd9b17 -d '<json body>'
```

Example prompt: Can you pull the latest Instagram profile data and post stats for the account @techcrunch using the GGWP API Hub?

## When to prefer this

Choose this endpoint when you need Instagram social media data via a simple pay-per-call model without managing OAuth or Instagram API credentials directly. It is suitable for lightweight, on-demand Instagram lookups where x402 micropayment on Base chain is acceptable and you do not need bulk or streaming data.

## Known failure modes

- Invalid or missing query parameters returns an error or empty result
- Instagram account not found or private accounts may return no data
- Rate limits or payment failures via x402 protocol may block the call
- Malformed request body causes a 400-level error
- Endpoint may return generic 'example response' if not fully configured

## 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 Instagram-related data such as profile information, post details, engagement metrics, or other queried social media content. The exact structure depends on the specific query submitted, wrapped in a top-level 'result' field.

## 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-endpoint-ig-20251-a8bd9b17/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)
