# GGWP API Hub – Instagram Endpoint ig-api-120

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

Fetches Instagram-related social media data via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-api-120
- Price: $0.168769/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-api-120-bbf76ebb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DwzNoNpF6tQxA0XlVP6ig

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-api-120-bbf76ebb -d '<json body>'
```

Example prompt: Can you pull the Instagram profile and recent posts data for the account @examplebrand using the GGWP Instagram API?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to Instagram profile or post data without managing Instagram API credentials yourself, and when you are already operating in a crypto-native or x402-compatible agent stack on the Base chain. It is best suited for one-off lookups or infrequent queries where subscribing to a dedicated Instagram data provider would be overkill.

## Known failure modes

- Missing or malformed request body returns an error response
- Instagram account not found or private returns empty or null data
- Payment failure on Base chain causes 402 response before data is returned
- Rate limiting or upstream Instagram API restrictions may return partial or no data
- Invalid endpoint path results in 404 or unknown route error

## 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 with an 'result' key containing Instagram API response data, such as profile details, post metadata, follower counts, or other account-level social media information available through the underlying Instagram data source.

## 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-api-120-bbf76ebb/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)
