# Instagram Location Posts Fetcher

> Instagram Location Posts 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 recent Instagram posts associated with a specific location ID

## Facts

- Endpoint: GET https://instagram.fetcher.sh/api/location/%7Bid%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-location-posts-fetcher-4bf7f735
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V-gx1WVf9-kbedlO9jp8Y

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-location-posts-fetcher-4bf7f735
```

Example prompt: Pull the recent Instagram posts tagged at location ID 213385402 so I can see what people are sharing there.

## When to prefer this

Use this endpoint when you need to discover or monitor Instagram content tied to a specific place — such as a restaurant, landmark, event venue, or city — without needing an Instagram account, OAuth credentials, or a subscription. Ideal for agents doing location-based social listening, competitive analysis, or travel content research at $0.004 per call via USDC micropayments.

## Known failure modes

- Invalid or non-existent location ID returns empty results or 404
- Private or restricted location content may not be accessible
- Rate limiting or payment failure returns 402 Payment Required
- Location has no recent posts resulting in empty array
- Temporary Instagram-side blocking may cause scraping failures

## 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 recent Instagram posts associated with the specified location ID, including post media URLs, captions, like counts, comment counts, timestamps, and author profile info.

## Request schema (JSON Schema)

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

## More

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