# KiteEndpoints.ai - Instagram Looter

> KiteEndpoints.ai - Instagram Looter is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Scrapes and extracts publicly available data from Instagram profiles, posts, reels, or stories

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/instagram-looter
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-instagram-looter-6c60364a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Huo4SLE8Tab8gFn9TvpNJ

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 kiteendpoints-ai-instagram-looter-6c60364a -d '<json body>'
```

Example prompt: Can you scrape all the recent posts and profile details from the Instagram account @natgeo — I need the captions, media URLs, like counts, and hashtags?

## When to prefer this

Use this endpoint when you need programmatic access to publicly available Instagram data without managing your own scraping infrastructure. Suitable for social media monitoring, influencer research, competitive analysis, and content auditing where official Instagram API access is unavailable or quota-restricted.

## Known failure modes

- Private or restricted accounts return no data
- Instagram rate-limiting or blocking may cause failures
- Invalid or non-existent username returns an error
- Instagram HTML/API changes may break scraping logic
- Endpoint may return incomplete data for accounts with very large followings

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns structured data about an Instagram profile or posts including media URLs, captions, hashtags, like/comment counts, follower/following counts, bio information, timestamps, and other publicly available metadata.

## 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/kiteendpoints-ai-instagram-looter-6c60364a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
