# fetcher.sh Instagram Post Comments

> fetcher.sh Instagram Post Comments is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches comments on a specific Instagram post by post ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/instagram/post/%7Bid%7D/comments
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-instagram-post-comments-b3d5a1e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Cvd_Jb2XKzkdQNStE870

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 fetcher-sh-instagram-post-comments-b3d5a1e6
```

Example prompt: Can you pull all the comments from this Instagram post — the post ID is CxYz1234abc — so I can see what people are saying about it?

## When to prefer this

Use this endpoint when you need to retrieve comments from a specific Instagram post without setting up OAuth, an Instagram developer account, or managing API credentials. Ideal for AI agents that need pay-per-call access to Instagram comment data with USDC micropayments and no subscription overhead.

## Known failure modes

- Post ID not found or post is private — returns 404 or empty result
- Rate limiting or Instagram anti-scraping measures — returns 429 or error response
- Malformed post ID format — returns 400 bad request
- Post has comments disabled — returns empty comments array
- Payment not processed (USDC insufficient) — returns 402 Payment Required

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of comments on the specified Instagram post, including commenter usernames, comment text, timestamps, like counts on comments, and any reply metadata available from the public post.

## Request schema (JSON Schema)

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

## More

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