# GGWP Instagram Scraper (ig-scraper-20251)

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

Scrapes public Instagram profile or post data and returns structured results via a pay-per-call API on the Base blockchain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-scraper-20251
- Price: $0.0976/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-ig-scraper-20251-0b375d79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PsLGxccol3zM_F5njlId0

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-ig-scraper-20251-0b375d79 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without using the official Instagram Graph API, particularly in agent workflows where pay-per-call micropayments via x402 on Base chain are preferred over OAuth-based integrations.

## Known failure modes

- Private or suspended Instagram accounts return no data or an error
- Invalid or non-existent username returns a 404 or empty result
- Instagram rate limiting or anti-scrape measures may cause timeouts or blocked responses
- Malformed input (missing username or URL) returns a validation error
- Payment failure on Base chain prevents call from completing

## 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 structured JSON object containing public Instagram profile or post data, which may include username, follower/following counts, bio text, post count, recent media metadata, likes, comments, and other publicly available engagement metrics.

## 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-ig-scraper-20251-0b375d79/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)
