# GGWP API Hub – Instagram Looter

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

Fetches and extracts public Instagram profile or post data (scraping/looter endpoint) via pay-per-call x402 payment on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ig-looter
- Price: $0.153804/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-instagram-looter-22c51803
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AAtGmS8MT-TmQbDvo1u2M

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-looter-22c51803 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without an official Instagram API token, and you are operating on the x402/Base payment protocol. It is best for lightweight lookups of public accounts, influencer research, and social monitoring tasks where official API access is unavailable or overkill.

## Known failure modes

- Private or restricted Instagram account returns no data or access denied
- Invalid username or URL causes empty or error result
- Instagram rate limiting or anti-scraping blocks may return partial or no data
- Malformed input may result in generic API error response
- Instagram profile not found returns null or empty result object

## 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 result object containing extracted Instagram data such as profile information (bio, follower/following counts, post count), post metadata (captions, likes, comments, timestamps), and media URLs for public Instagram accounts or posts.

## 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-looter-22c51803/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)
