# Gurify Instagram Scraper

> Gurify Instagram Scraper is a paid API for AI agents from x402.gurify.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Scrapes Instagram and returns a list of result items, priced per 1,000 results settled in USDC on Base via x402.

## Facts

- Endpoint: POST https://x402.gurify.com/scrape/instagram
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gurify-instagram-scraper-79847c87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q06NxMgsyeK6jIuGy5l51

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 gurify-instagram-scraper-79847c87 -d '<json body>'
```

Example prompt: Scrape the latest 50 Instagram posts for #travelphoto and give me the results.

## When to prefer this

Use this endpoint when you need affordable, pay-per-result Instagram data without managing the official Instagram Graph API or OAuth flows. Ideal for agents that need bulk Instagram content extraction at low cost ($0.015 per call) settled automatically in USDC on Base.

## Known failure modes

- Invalid or missing limit parameter returns a validation error
- Instagram blocks or rate-limits the scraper causing empty or partial results
- Payment failure via x402 prevents the request from being processed
- Target account or hashtag is private/restricted resulting in no results
- Exceeding the requested limit may still bill for partial results

## How this service works

Cheap pay-per-RESULT web scrapers — X/Twitter, YouTube, Google Maps, Instagram, Amazon (products/detail/best-sellers), Twitch — priced per 1,000 results, settled in USDC on Base via x402.

## Output

An array of Instagram result items (posts, profiles, or media objects) as generic JSON objects. The exact fields per item depend on the query type but typically include metadata such as captions, likes, usernames, and media URLs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "items"
 ],
 "properties": {
  "items": {
   "type": "array",
   "items": {
    "type": "object"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gurify-instagram-scraper-79847c87/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.gurify.com](https://www.zero.xyz/host/x402.gurify.com/llms.txt)
