# BlackBobs.ai Instagram Scraper 2025

> BlackBobs.ai Instagram Scraper 2025 is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.101936/call, status unknown (last checked 2026-09-13).

Scrapes public Instagram profile data, posts, and related metadata for a given account or content target

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/ig-scraper-20253
- Price: $0.101936/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-instagram-scraper-2025-55189c95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w10vsYPKFdvT26JSHUllH

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 blackbobs-ai-instagram-scraper-2025-55189c95 -d '<json body>'
```

Example prompt: Scrape the public Instagram profile for the account '@natgeo' and give me their bio, follower count, and their most recent posts.

## When to prefer this

Use this endpoint when you need to programmatically extract public Instagram profile and post data without maintaining your own scraper. Prefer this over building custom scrapers when you want a pay-per-call model with no infrastructure overhead and need up-to-date Instagram data in 2025.

## Known failure modes

- Private or restricted Instagram account returns no data
- Invalid or non-existent username returns an error
- Instagram rate limiting or blocking may cause partial or failed responses
- Stale or cached data if Instagram has updated their page structure
- Missing schema fields if the target account has minimal public content

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a structured result object containing scraped Instagram profile data such as username, bio, follower/following counts, post count, and an array of recent post objects with captions, media URLs, like/comment counts, and timestamps.

## 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/blackbobs-ai-instagram-scraper-2025-55189c95/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
