# GGWP API Hub - Instagram Stable Endpoint

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

Fetches stable Instagram data (profiles, posts, or related social media information) via a pay-per-call API on Base chain

## Facts

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

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-stable-endpoint-f79bef39 -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data for @nike, including their follower count, bio, and recent post stats?

## When to prefer this

Choose this endpoint when you need stable, programmatic access to Instagram profile or post data on a pay-per-call basis without committing to a subscription; especially useful for one-off lookups or agent workflows requiring social media enrichment paid via Base chain USDC.

## Known failure modes

- Invalid or non-existent Instagram username returns an error or empty result
- Rate limiting or Instagram-side blocks may cause failed fetches
- Insufficient USDC balance or x402 payment failure prevents the call from executing
- Private Instagram accounts may return limited or no data
- Schema is vague — actual required input fields are undocumented, leading to potential misuse

## 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 Instagram profile or post data including fields such as username, follower count, following count, bio, post count, and media metadata depending on the query.

## 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-stable-endpoint-f79bef39/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)
