# GGWP API Hub – Instagram Viewer API

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

Fetches public Instagram profile or content data for a given user or post via a pay-per-call API.

## Facts

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

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-viewer-api-fb2fff13 -d '<json body>'
```

Example prompt: Can you pull the public Instagram profile info for the account @natgeo — I want to see their follower count, bio, and recent post count?

## When to prefer this

Use this endpoint when you need quick, anonymous access to public Instagram profile data without OAuth authentication or a Meta developer account. Ideal for influencer vetting, social media research, or enriching contact records with Instagram stats. Prefer this over official Instagram Graph API when you lack app approval or need rapid no-auth lookups.

## Known failure modes

- Private or non-existent Instagram account returns empty or error result
- Instagram rate limiting or blocking causes failed data retrieval
- Vague or malformed username input leads to no match
- API returns stale cached data if Instagram profile was recently updated
- Payment failure on Base chain blocks the request before execution

## 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 JSON object containing public Instagram profile data such as username, follower count, following count, post count, bio text, profile picture URL, and possibly recent post metadata — all sourced from public-facing Instagram data.

## 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-viewer-api-fb2fff13/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)
