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

Scrapes and retrieves publicly available data from Instagram profiles, posts, or related content

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-scraper29
- Price: $0.168498/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-b93ec555
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CSrEhQHvhweqD8noBjGdU

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

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

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without maintaining your own scraping infrastructure. It is suitable for influencer research, competitor monitoring, and social media enrichment tasks where pay-per-call pricing on Base chain via x402 is acceptable. Prefer this over building custom scrapers when cost-per-call economics work for your use case.

## Known failure modes

- Private or restricted Instagram accounts return no data or access-denied errors
- Invalid or non-existent Instagram handles return empty or error responses
- Instagram rate limiting or anti-scraping measures may cause intermittent failures
- The input schema is minimal and undocumented, so malformed requests may return generic errors
- Deleted or suspended accounts will return no meaningful data

## 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 object containing publicly available Instagram profile data, which may include username, bio, follower/following counts, post count, profile picture URL, recent posts metadata, and other public account details.

## 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-b93ec555/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)
