# fetcher.sh Instagram Tagged Posts

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

Retrieves the tagged posts for a given Instagram user by their user ID

## Facts

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

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-tagged-posts-c694acdc
```

Example prompt: Can you pull the tagged posts for Instagram user ID 12345678 so I can see which content features them?

## When to prefer this

Choose this endpoint when you need to retrieve tagged posts for a specific Instagram user without setting up OAuth or Instagram API credentials. It is ideal for AI agents that need to audit influencer mentions, track brand tags, or discover user-generated content programmatically, paying only per call in USDC with no subscription required.

## Known failure modes

- Invalid or non-existent Instagram user ID returns empty results or a 404-style error
- Private Instagram accounts may return no tagged posts due to privacy settings
- Rate limiting or Instagram anti-scraping measures may cause transient failures
- Insufficient USDC balance or failed x402 payment results in a 402 Payment Required response
- Malformed user ID format may cause a 400 Bad Request response

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

A list of Instagram posts in which the specified user has been tagged, including post metadata such as media URLs, captions, timestamps, like counts, comment counts, and the accounts that created the tagging posts.

## 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-tagged-posts-c694acdc/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)
