# Instagram Hashtag Reels Fetcher

> Instagram Hashtag Reels Fetcher is a paid API for AI agents from instagram.fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-13).

Retrieves reels associated with a specific Instagram hashtag, returning video content metadata without requiring OAuth or an Instagram account.

## Facts

- Endpoint: HEAD https://instagram.fetcher.sh/api/hashtag/%7Bname%7D/reels
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/instagram-hashtag-reels-fetcher-3bd6731d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XXkEw3WL9bn7c8n9wpMmt

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-hashtag-reels-fetcher-3bd6731d -d '<json body>'
```

Example prompt: Can you pull the latest reels posted under the Instagram hashtag #veganrecipes so I can see what content is trending there?

## When to prefer this

Choose this endpoint when you need programmatic access to Instagram reel content by hashtag without setting up OAuth, managing an Instagram developer account, or committing to a subscription. It is ideal for ad-hoc trend research, influencer discovery, and content monitoring at low cost ($0.004/call). Prefer this over official Instagram Graph API when you need no-account scraping access or when the official API's rate limits and approval process are blockers.

## Known failure modes

- Hashtag not found or no reels exist — empty result set returned
- Instagram rate limiting or blocking of scraper — may result in partial or failed response
- Invalid or malformed hashtag name — error response
- Hashtag contains no reels (only posts) — empty reel feed
- Payment failure via x402 — 402 status returned, request not fulfilled
- Hashtag temporarily restricted by Instagram — limited or no data returned

## How this service works

Instagram (ig) data and scraping API: Profiles, posts, reels, stories, followers, hashtags, locations, and comment threads. 16 REST endpoints from $0.004 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a feed of reel metadata associated with the specified Instagram hashtag, including video identifiers, creator info, engagement signals (likes, comments, views), captions, timestamps, and media URLs — all without requiring an Instagram login or OAuth token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-hashtag-reels-fetcher-3bd6731d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from instagram.fetcher.sh](https://www.zero.xyz/host/instagram.fetcher.sh/llms.txt)
