# fetcher.sh App Store Bundle Reviews

> fetcher.sh App Store Bundle Reviews is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-12).

Fetches user reviews for an iOS/macOS app by its App Store bundle ID

## Facts

- Endpoint: GET https://fetcher.sh/api/appstore/bundles/%7BbundleId%7D/reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-app-store-bundle-reviews-b88b94bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gxAn39Xt--u3gd_6v6Xcx

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-app-store-bundle-reviews-b88b94bc
```

Example prompt: Can you pull the latest user reviews from the App Store for the app with bundle ID com.spotify.client so I can see what people are saying about it?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve App Store reviews for any iOS or macOS app by its bundle ID without managing Apple developer credentials, OAuth flows, or App Store Connect API quotas. It is ideal for agents performing competitive analysis, app reputation monitoring, or user feedback aggregation at low per-call cost ($0.003 USDC) with no subscription required.

## Known failure modes

- Invalid or non-existent bundle ID returns an empty result or error
- App with no reviews returns an empty reviews array
- Rate limiting or Apple-side blocking may cause transient failures
- Private or region-restricted apps may yield incomplete results
- Malformed bundleId path parameter returns a 400 or parsing error

## 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 list of App Store user reviews for the specified bundle ID, including reviewer names, star ratings, review titles, review body text, and submission dates scraped from the Apple App Store.

## 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-app-store-bundle-reviews-b88b94bc/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)
