# Instagram Tagged Posts Fetcher — fetcher.sh

> Instagram Tagged 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).

Retrieves the list of posts in which a given Instagram user has been tagged by others

## Facts

- Endpoint: GET https://instagram.fetcher.sh/api/user/%7Bid%7D/posts/tagged
- 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-tagged-posts-fetcher-fetcher-sh-da70009e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N3ydGZtm6Q7J3jnFJtDj1

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

Example prompt: Can you pull all the Instagram posts where user 'nikerunning' has been tagged? I want to see what content is tagging that account.

## When to prefer this

Choose this endpoint when you need to retrieve posts in which a specific Instagram user has been tagged by others (user-generated content, brand mentions, influencer campaign verification) without requiring Instagram OAuth credentials or an approved developer app. Ideal for agents that need pay-per-call pricing with no subscription commitment, paid in USDC via x402 on Base, Polygon, Arbitrum, Monad, or Solana.

## Known failure modes

- User ID not found or account is private — returns empty results or 404
- Invalid or malformed user ID parameter — returns 400 bad request
- Instagram rate limiting or scraping blocks — may return 429 or partial data
- Payment failure via x402 — returns 402 Payment Required if USDC payment not completed
- Account has no tagged posts — returns empty list

## 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

A list of Instagram posts in which the specified user has been tagged, including post media URLs, captions, timestamps, post IDs, and information about the accounts that made the posts. Returned as structured JSON via a pay-per-call REST response authenticated via x402/USDC payment.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-tagged-posts-fetcher-fetcher-sh-da70009e/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)
