# GGWP Instagram Scraper API

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

Scrapes and retrieves public Instagram profile and post data via a pay-per-call API using the x402 protocol on Base chain.

## Facts

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

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-api-a29e406e -d '<json body>'
```

Example prompt: Can you scrape the Instagram profile for '@natgeo' and pull their bio, follower count, and recent post data?

## When to prefer this

Choose this endpoint when you need programmatic access to public Instagram profile and post data without managing Instagram's official API credentials or OAuth flows. Ideal for influencer research, competitor analysis, social media monitoring, and CRM enrichment use cases where pay-per-call pricing is preferable to subscription commitments.

## Known failure modes

- Private or suspended Instagram accounts return no data or an error
- Invalid or non-existent username results in a not-found error
- Instagram rate limiting or anti-scraping measures may cause intermittent failures
- Malformed input (missing username field) returns a validation error
- Payment failure on Base chain blocks the request from being processed

## 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 JSON containing public Instagram profile information such as username, bio, follower count, following count, post count, profile picture URL, recent posts with captions, media URLs, likes, and comments.

## 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-api-a29e406e/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)
