# GGWP Instagram Scraper (API12)

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

Scrapes Instagram profile and post data via a third-party scraper API proxied through the GGWP hub, paid per-call on Base chain.

## Facts

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

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-api12-23a801d2 -d '<json body>'
```

Example prompt: Can you scrape the public Instagram profile for @natgeo and pull their latest posts, follower count, bio, and engagement stats?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve public Instagram profile or post data without maintaining your own scraper infrastructure. It is pay-per-call so ideal for low-to-medium volume lookups. Prefer this over building a custom scraper when you need quick enrichment of influencer, brand, or creator profiles.

## Known failure modes

- Private or restricted Instagram accounts return no data or an error
- Invalid or non-existent username returns empty or error result
- Instagram rate limiting or blocking of the scraper causes failure
- Insufficient USDC balance on Base chain blocks the x402 payment and the call never executes
- Schema is minimal so malformed input may silently return empty result

## 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 bio, follower/following counts, post list with captions, like/comment counts, media URLs, and account metadata. Exact fields depend on the underlying API12 scraper response.

## 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-api12-23a801d2/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)
