# App Store Bundle Reviews API — fetcher.sh

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

Fetches user reviews for an Apple App Store app or bundle identified by its bundle ID, returning review data scraped from the App Store.

## Facts

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

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 app-store-bundle-reviews-api-fetcher-sh-e874a360
```

Example prompt: Pull the latest App Store reviews for the bundle ID com.spotify.client so I can analyze what users are complaining about.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Apple App Store reviews without setting up OAuth, subscriptions, or Apple's official API. Ideal for agents doing one-off competitive intelligence, sentiment analysis, or app monitoring at low cost ($0.003/call). Prefer this over building your own scraper or using subscription-based app intelligence platforms when usage is sporadic or volume is low.

## Known failure modes

- Invalid or unknown bundle ID returns empty results or 404
- App Store rate limiting or blocking may cause scrape failures
- Bundle ID exists but has no reviews returns empty array
- Temporary Apple App Store unavailability causes timeout or error
- Malformed bundle ID format may return a 400 bad request

## How this service works

App Store (apple app store) data and scraping API: Apple App Store app and bundle lookups, reviews, similar apps, and developer catalogs. 9 REST endpoints from $0.003 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns a list of App Store user reviews for the specified bundle ID, typically including review text, star rating, reviewer display name, review date, and app version the review was written for. The data is scraped live 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/app-store-bundle-reviews-api-fetcher-sh-e874a360/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from appstore.fetcher.sh](https://www.zero.xyz/host/appstore.fetcher.sh/llms.txt)
