# Instagram Post Comments Fetcher

> Instagram Post Comments 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 the comment thread for a specific Instagram post by its ID, without requiring an account or OAuth

## Facts

- Endpoint: GET https://instagram.fetcher.sh/api/post/%7Bid%7D/comments
- 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-post-comments-fetcher-01b34ef8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MveB9w-cTi4v0QprNfcyn

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-post-comments-fetcher-01b34ef8
```

Example prompt: Grab all the comments on the Instagram post with ID ABC123 so I can see what people are saying about it.

## When to prefer this

Choose this endpoint when you need comment-level data from a specific Instagram post without setting up Instagram Graph API credentials or OAuth. Ideal for agents doing social listening, sentiment analysis, or influencer research on a pay-per-call basis using crypto micropayments. Best for cases where you have a known post ID and need the discussion thread without a subscription.

## Known failure modes

- Invalid or non-existent post ID returns 404 or empty result
- Post may be private or restricted, resulting in no comments returned
- Instagram rate limiting or anti-scraping measures may cause intermittent failures
- Post with no comments returns empty array
- Payment failure (insufficient USDC balance) blocks the request with a 402 response

## 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 the comment thread for the specified Instagram post, including individual comments with text, commenter usernames, timestamps, like counts, and any reply counts. Data is scraped in real-time without requiring Instagram authentication.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-post-comments-fetcher-01b34ef8/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)
