# GGWP API Hub – Instagram 360 Data Endpoint

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

Fetches comprehensive Instagram profile and content data via a pay-per-call API using the x402 protocol on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig360
- Price: $0.173025/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-360-data-endpoint-f69bead8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftUw9Cad1wJ3VFpX2SxAM

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-360-data-endpoint-f69bead8 -d '<json body>'
```

Example prompt: Can you pull the full Instagram 360 profile data for the account @cristiano — I need their follower count, bio, recent posts, and engagement metrics all in one shot via the GGWP hub?

## When to prefer this

Choose this endpoint when you need a broad, all-in-one snapshot of an Instagram account's public data — profile info, metrics, and content — in a single API call paid via x402 on Base chain. It is ideal for agents automating influencer research, social audits, or creator analytics without managing Instagram's official API credentials directly.

## Known failure modes

- Invalid or non-existent Instagram username returns an empty result or error object
- Rate limiting or Instagram API restrictions may return partial or no data
- Payment failure on Base chain via x402 protocol results in 402 response and no data returned
- Malformed request body returns a generic error response
- Private Instagram accounts may return limited or no data due to access restrictions

## 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 comprehensive Instagram account data including profile details, follower/following counts, bio, post metadata, engagement statistics, and other account-level metrics available through the ig360 endpoint.

## 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-360-data-endpoint-f69bead8/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)
