# GGWP API Hub – Instagram Statistics

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

Fetches statistical data and analytics for Instagram accounts or content via a pay-per-call API

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/instagram-statistics
- Price: $0.092566/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-instagram-statistics-f3f4f5ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_isNYo8RpiUT2AhfPDp6r-

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-statistics-f3f4f5ee -d '<json body>'
```

Example prompt: Can you pull up the Instagram statistics for the account @natgeo — I want to see their follower count, engagement rate, and overall profile metrics?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call Instagram account statistics without a long-term subscription commitment, especially in automated agent workflows where on-demand pricing via x402 on Base chain is preferred over monthly API plans.

## Known failure modes

- Invalid or non-existent Instagram username returns an error result
- Private Instagram accounts may return limited or no data
- Payment failure on Base chain results in 402 response before data is returned
- Rate limiting by the underlying Instagram data source may cause timeouts or empty results
- Malformed request body returns a validation 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 an object containing Instagram account statistics such as follower count, following count, post count, engagement rate, and other profile-level metrics for the requested Instagram account.

## 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-statistics-f3f4f5ee/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)
