# fetcher.sh Instagram Location Posts

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

Fetches recent Instagram posts tagged at or associated with a specific location ID

## Facts

- Endpoint: GET https://fetcher.sh/api/instagram/location/%7Bid%7D/posts
- 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-location-posts-5d4a119c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LBaYbaLe2PN6ApaCtBPe1

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-location-posts-5d4a119c
```

Example prompt: Pull the most recent Instagram posts from location ID 213385402 — I want to see what people are posting there right now.

## When to prefer this

Use this endpoint when you need to aggregate user-generated Instagram content tied to a specific physical location, venue, or place without setting up OAuth or managing Instagram API credentials. Ideal for agents doing social listening, competitor monitoring, event coverage, or travel/local research.

## Known failure modes

- Invalid or non-existent location ID returns empty results or 404
- Instagram rate limiting or anti-scraping measures may cause temporary failures
- Private accounts' posts may be excluded from results
- Location with no recent posts returns empty array
- Payment failure if USDC balance is insufficient

## 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 collection of recent Instagram posts associated with the specified location ID, including post images, captions, timestamps, like/comment counts, and poster profile information.

## 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-location-posts-5d4a119c/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)
