# GGWP Instagram Scraper Analytics

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

Scrapes and retrieves analytics data from Instagram profiles or posts via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-scraper-analytics
- Price: $0.188009/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-instagram-scraper-analytics-2e0b4142
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z525oAmmF3CAwS2t9Grep

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-instagram-scraper-analytics-2e0b4142 -d '<json body>'
```

Example prompt: Can you pull the analytics for the Instagram account @natgeo — I want to see follower count, engagement rate, and recent post performance?

## When to prefer this

Choose this endpoint when you need Instagram profile or post analytics without access to Instagram's official Graph API, or when you need data on public accounts you don't own. Useful for influencer research, competitor analysis, or social media audits where official API credentials are unavailable or restricted.

## Known failure modes

- Private or restricted Instagram accounts may return no data or partial results
- Invalid or non-existent Instagram username returns an error
- Instagram rate limiting or blocking of scraper may result in failed or empty response
- Malformed input (e.g. incorrect URL format) may cause a 400-level error
- Payment failure on Base chain via x402 protocol will block the request from executing

## 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 structured analytics data for an Instagram profile or post, including follower count, following count, post count, engagement rate, likes, comments, and other profile-level statistics extracted from Instagram.

## 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-instagram-scraper-analytics-2e0b4142/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)
