# GGWP API Hub – Instagram Data Endpoint (ig-data19)

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

Fetches Instagram profile or content data via a pay-per-call API using the x402 payment protocol on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-data19
- Price: $0.167195/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-data-endpoint-ig-data19-f1cdecac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bzf9b6pDPubEiMlEVX4fg

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-data-endpoint-ig-data19-f1cdecac -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data for the username 'natgeo' — I want to see their follower count, bio, and post statistics?

## When to prefer this

Choose this endpoint when you need programmatic access to Instagram profile or content data on a pay-per-call basis without a monthly subscription, especially when integrating with x402-compatible autonomous agent workflows on Base chain. Best suited for low-to-medium volume lookups where per-call pricing is preferable to a flat subscription.

## Known failure modes

- Invalid or non-existent Instagram username returns empty or error result
- Insufficient x402 payment causes 402 Payment Required response
- Instagram rate limiting or access restrictions may return partial or no data
- Malformed request body results in a 400-level error
- Private accounts may return limited or no data

## 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 Instagram account data such as profile information, follower and following counts, post count, bio, and engagement metrics for the queried account or content.

## 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-data-endpoint-ig-data19-f1cdecac/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)
