# GGWP API Hub - Instagram Scraper

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

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

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-scraper-20253
- Price: $0.101936/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-scraper-6a5cfc13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gX2gLwzgHsX40LvKmki0s

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-scraper-6a5cfc13 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @natgeo and give me their follower count, bio, and recent post engagement?

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without managing Instagram API credentials, and when you want pay-per-call pricing via crypto on Base chain rather than a subscription model.

## Known failure modes

- Private or restricted Instagram accounts may return empty or limited data
- Invalid or non-existent Instagram username returns an error
- Rate limiting or Instagram anti-scraping measures may cause failures
- Insufficient USDC balance for x402 payment results in 402 Payment Required error
- Malformed input object may return 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 a result object containing scraped Instagram data such as profile information (username, bio, follower/following counts), post metadata, and engagement metrics for the requested Instagram 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-scraper-6a5cfc13/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)
