# BlackBobs.ai Instagram Looter

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

Scrapes and extracts publicly available data from Instagram profiles, posts, or content via the ig-looter endpoint

## Facts

- Endpoint: POST https://blackbobs-ai.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/blackbobs-ai-instagram-looter-75650221
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tZgfKidh6Tn2358jcgHzx

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

Example prompt: Can you scrape the public Instagram profile data for the account @natgeo — I want their bio, follower count, and the latest post URLs?

## When to prefer this

Choose this endpoint when you need to programmatically extract public Instagram profile or post data without using the official Instagram Graph API, particularly for quick lookups, research, or competitive analysis where OAuth authentication is not available or practical.

## Known failure modes

- Private or restricted Instagram account returns no data or access denied error
- Invalid or non-existent Instagram username causes a lookup failure
- Instagram rate limiting or anti-scraping blocks may cause timeouts or empty responses
- Malformed input object results in a generic API error
- Instagram may change its internal structure causing partial or broken data extraction

## 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 JSON object containing scraped Instagram data such as profile information (bio, follower/following counts, profile picture), post metadata (captions, likes, comments, media URLs), and other publicly accessible 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/blackbobs-ai-instagram-looter-75650221/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)
