# AnyAPI Play Store Reviews Scraper

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

Scrapes and returns user reviews from the Google Play Store for a given app

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/playstore.reviews
- Price: $0.011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-play-store-reviews-scraper-574b01ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h5wpcvjrm2p6e0sXzg2WS

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-play-store-reviews-scraper-574b01ab -d '<json body>'
```

Example prompt: Pull the 50 most recent English-language user reviews for the Spotify app on the Google Play Store, sorted by newest first, so I can analyze what people are complaining about lately.

## When to prefer this

Use this endpoint when you need to programmatically extract user reviews from the Google Play Store without managing a scraping infrastructure. Prefer this over building your own scraper or maintaining a Play Store API integration, especially for one-off or pay-per-use scenarios where a monthly subscription is not cost-effective. Ideal for competitive intelligence, app reputation monitoring, sentiment analysis pipelines, or any workflow that needs fresh Play Store review data on demand.

## Known failure modes

- App ID not found or invalid — returns error with no review data
- App has no reviews yet — returns empty array
- Rate limiting or scraping block by Google — may return partial results or error
- Invalid locale or language code — may default or return error
- Network timeout on slow Play Store pages — returns timeout 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 array of Play Store reviews for the specified app, each containing reviewer name, star rating, review text, review date, thumbs-up count, developer reply (if any), and app version reviewed.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-play-store-reviews-scraper-574b01ab/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)
