# Instagram Hashtag Posts Fetcher — fetcher.sh

> Instagram Hashtag Posts Fetcher — fetcher.sh 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).

Fetches a list of recent public Instagram posts associated with a given hashtag name

## Facts

- Endpoint: GET https://instagram.fetcher.sh/api/hashtag/%7Bname%7D/posts
- 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-posts-fetcher-fetcher-sh-e2040edb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z_c-hgKGIjFjYhxAT9Iu5

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-posts-fetcher-fetcher-sh-e2040edb
```

Example prompt: Pull the latest Instagram posts for the hashtag #sustainablefashion so I can see what content is trending under that tag right now.

## When to prefer this

Choose this endpoint when you need Instagram hashtag post data without setting up OAuth, creating an Instagram developer app, or managing subscriptions. It is ideal for one-off or programmatic lookups of hashtag content, brand monitoring, trend research, or marketing analytics where pay-per-call pricing via USDC is acceptable and no persistent Instagram account credentials are needed.

## Known failure modes

- Hashtag not found or returns zero posts (empty result set)
- Instagram anti-scraping measures temporarily block the request (503 or rate-limit response)
- Hashtag name contains special characters or spaces causing malformed URL
- Payment failure via x402 results in 402 response and no data returned
- Private or restricted hashtag content may be excluded from results
- Stale or cached results if Instagram has recently throttled scraping

## 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 collection of recent public Instagram posts associated with the specified hashtag, typically including post captions, media URLs, like counts, comment counts, timestamps, and author/profile information for each post.

## 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-posts-fetcher-fetcher-sh-e2040edb/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)
