# 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.107705/call, status unknown (last checked 2026-09-15).

Scrapes and retrieves 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-api-scraper
- Price: $0.107705/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-30d74f5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VkSVTBZFtwiEuT25irXZj

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-30d74f5e -d '<json body>'
```

Example prompt: Can you pull the public profile data and recent posts for the Instagram account @natgeo, including follower count, bio, and engagement metrics?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve public Instagram profile or post data without managing your own scraping infrastructure. It is particularly suited for influencer research, competitor monitoring, social media audits, and lead enrichment workflows where Instagram data is required on demand and at low volume, paying only per call via crypto on Base chain.

## Known failure modes

- Private or restricted Instagram accounts may return empty or limited data
- Invalid or non-existent Instagram username returns an error
- Instagram rate limiting or anti-scraping measures may cause timeouts or failures
- Malformed input (missing target identifier) results in a 400-level error
- Payment failure on Base chain blocks the request before processing

## 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 JSON object containing Instagram profile and/or post data, including fields such as username, bio, follower/following counts, post count, media URLs, captions, likes, comments, and other publicly available Instagram metadata.

## 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-30d74f5e/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)
