# GGWP API Hub – Instagram Fast Endpoint

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

Fetches Instagram profile or post data quickly via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

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

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-fast-endpoint-f72b44e4 -d '<json body>'
```

Example prompt: Can you quickly pull the public Instagram profile data for the account @cristiano — I need follower count, bio, and recent post stats?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call Instagram profile or post data without a subscription commitment, especially in an agentic workflow using the x402 payment protocol on Base chain. Prefer this over subscription-based social media APIs when you need occasional, on-demand Instagram lookups at low cost per call.

## Known failure modes

- Private or non-existent Instagram account returns empty or error result
- Rate limiting by underlying Instagram data provider causing failures
- Malformed or missing input identifier causing bad request
- Payment failure on Base chain preventing API access
- Stale or cached data if Instagram profile was recently updated

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

## 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-fast-endpoint-f72b44e4/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)
