# Instagram User Reels Fetcher

> Instagram User Reels Fetcher is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches paginated reels from a specified Instagram user's profile via Fiber AI's data API.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/instagram/user-reels
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-instagram-user-reels-fetcher-79f205e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MABEygH5Djt0MXyiwqyiF

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 fiber-ai-api-instagram-user-reels-fetcher-79f205e2 -d '<json body>'
```

Example prompt: Pull the first page of reels from the Instagram account @natgeo using Fiber AI — I want to see the reel metadata including captions and engagement stats.

## When to prefer this

Use this endpoint when you need to programmatically retrieve reels from a specific Instagram user's profile in a paginated fashion — ideal for influencer research, content auditing, competitive analysis, or social media monitoring. Prefer this over scraping tools when you need structured, reliable reel metadata at scale with predictable pricing.

## Known failure modes

- Instagram account not found or does not exist — returns 404 or empty result
- Account is private — no reels accessible, returns empty or permission error
- Invalid or missing Instagram username/user ID — returns validation error
- Rate limiting or quota exceeded — returns 429 or error response
- No reels on the account — returns empty list
- Pagination cursor is invalid or expired — returns error or resets to first page

## How this service works

Fetches paginated reels from an Instagram user. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

Returns a paginated list of reels from the specified Instagram user's profile, including reel metadata such as URLs, captions, engagement metrics (likes, comments, plays), and a cursor for fetching the next page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-instagram-user-reels-fetcher-79f205e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
