# Instagram Looter2 - Media & Data Extractor

> Instagram Looter2 - Media & Data Extractor is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.078893/call, status unknown (last checked 2026-09-14).

Extracts and scrapes publicly available media content and data from Instagram profiles or posts

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/instagram-looter2
- Price: $0.078893/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-looter2-media-data-extractor-c0ccf029
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aMe-Vj536x05f_HdfXku-

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 instagram-looter2-media-data-extractor-c0ccf029 -d '<json body>'
```

Example prompt: Can you scrape all the media and post data from the Instagram profile '@natgeo' and give me the image URLs and post metadata?

## When to prefer this

Use this endpoint when you need to programmatically extract media and data from public Instagram profiles or posts without using the official Instagram API. Prefer this for automated content harvesting, archiving, or analysis pipelines that require Instagram data on a pay-per-call basis.

## Known failure modes

- Private or restricted Instagram account returns no data
- Invalid or nonexistent Instagram username returns empty result
- Instagram rate limiting or blocking causes scrape failure
- Malformed input URL returns error
- Account has no public posts resulting in empty data set

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing extracted Instagram media URLs, post content, captions, metadata, and profile data scraped from the target Instagram account or post.

## 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/instagram-looter2-media-data-extractor-c0ccf029/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
