# AnyAPI App Store Reviews Scraper

> AnyAPI App Store Reviews Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Scrapes and returns user reviews from the Apple App Store for a given app

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/appstore.reviews
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-app-store-reviews-scraper-8f926051
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hXmHfdH_4KTp1F3k_koqV

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 anyapi-app-store-reviews-scraper-8f926051 -d '<json body>'
```

Example prompt: Can you pull the latest 50 App Store reviews for Spotify (app ID 324684580) from the US store so I can see what users are complaining about?

## When to prefer this

Choose this endpoint when you need to programmatically extract user reviews from the Apple App Store without managing a subscription or scraping infrastructure yourself. Ideal for sentiment analysis, competitive intelligence, app reputation monitoring, or aggregating user feedback at $0.01 per call with no monthly commitment.

## Known failure modes

- Invalid or non-existent app ID returns empty results or error
- App not available in specified region/country returns no data
- Apple rate-limiting or anti-scraping measures may cause intermittent failures
- Payment failure (insufficient USDC balance) results in 402 error
- Malformed request body returns validation error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing a list of App Store reviews, each typically including reviewer name, star rating (1-5), review title, review body text, submission date, and app version reviewed.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-app-store-reviews-scraper-8f926051/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
