# AnyAPI Maps Reviews

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

Scrapes and returns Google Maps reviews for a specified place or business

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/maps.reviews
- Price: $0.04005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-maps-reviews-3d7305e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5r69Zae6IDnokfKkjKobk

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-maps-reviews-3d7305e3 -d '<json body>'
```

Example prompt: Pull the Google Maps reviews for 'Joe's Pizza' at 7 Carmine St, New York — I want the reviewer names, star ratings, and review text for as many recent reviews as you can get.

## When to prefer this

Use this endpoint when you need to programmatically access Google Maps reviews for any business without a Google Maps API subscription, paying only per request. Ideal for one-off lookups, reputation monitoring, competitive research, or sentiment analysis pipelines where a monthly subscription to a dedicated reviews API would be wasteful.

## Known failure modes

- Business not found on Google Maps — returns empty results or error
- Invalid or ambiguous place query — may return wrong business reviews
- Google Maps anti-scraping measures causing temporary failures
- Rate limiting or timeout on high-volume requests
- Place has no reviews — returns empty reviews array

## 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 Google Maps reviews for the specified business, including reviewer names, star ratings, review text, review dates, and potentially the overall rating and total review count.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-maps-reviews-3d7305e3/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)
