# fetcher.sh Instagram User Profile API

> fetcher.sh Instagram User Profile API 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 public profile data for an Instagram user by their user ID, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://fetcher.sh/api/instagram/user/%7Bid%7D
- 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-user-profile-api-5898ced8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QBjfixpc2yxQql_OKRkOX

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-user-profile-api-5898ced8
```

Example prompt: Pull the public Instagram profile info for user ID 123456789 — I want their follower count, bio, and post count.

## When to prefer this

Use this endpoint when you need Instagram user profile data without setting up OAuth or a developer account — ideal for agents that need quick, frictionless lookups at $0.004 per call. Prefer this over the official Instagram API when you want no account setup, no subscription, and pay-per-use billing in USDC on Base.

## Known failure modes

- Invalid or non-existent user ID returns a 404 or empty result
- Private Instagram accounts may return limited or no profile data
- Rate limiting or anti-scraping measures may cause intermittent failures
- Insufficient USDC balance or payment failure returns a 402 error
- Instagram platform changes may break scraping and cause unexpected responses

## 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 structured public profile data for the specified Instagram user, including username, display name, biography, follower count, following count, post count, profile picture URL, and account verification status.

## 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-user-profile-api-5898ced8/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)
