# Rotary Agency Google Maps Place Reviews API

> Rotary Agency Google Maps Place Reviews API is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Retrieves customer reviews and business information for a Google Maps place by its place_id, returning paginated review data.

## Facts

- Endpoint: GET https://rotaryagency.uk/api/reviews/%7Bplace_id%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-google-maps-place-reviews-api-82c3f302
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AV5VKRe1xlFlkVHKyPRKS

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 rotary-agency-google-maps-place-reviews-api-82c3f302
```

Example prompt: Can you pull all the customer reviews for the restaurant with Google Maps place ID ChIJN1t_tDeuEmsRUsoyG83frY4 — I want to see the review text, ratings, and business details?

## When to prefer this

Choose this endpoint when you need Google Maps reviews and business info for a specific known place_id without setting up Google Maps API credentials or a billing account. Ideal for pay-per-use scenarios via USDC x402 micropayments where no API key signup is desired. Best when you already have the place_id and need structured review data programmatically.

## Known failure modes

- Invalid or non-existent place_id returns empty results or 404 error
- Place has no reviews resulting in empty reviews array
- Rate limiting or payment failure via x402 protocol blocking the request
- Temporarily unavailable upstream Google Maps data causing 5xx errors
- Malformed place_id format causing a bad request response

## How this service works

AI-agent-friendly data marketplace. 206 endpoints: read any webpage, Exa semantic search, YouTube transcripts + search, dev.to, OpenAlex + PubMed scholarly search, Hacker News, Wikipedia, RSS, npm, PyPI, GitHub, arXiv, Stack Exchange, V2EX, Bilibili, plus Google Maps, LinkedIn, Reddit, Instagram, Airbnb. Pay per request with USDC via x402 — no keys, no signup.

## Output

Returns a JSON object containing an array of ReviewData objects (each with reviewer info, rating, text, and timestamp), a BusinessInfo object (name, address, overall rating, etc.), and pagination metadata including total review count, number returned, and sort order.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "reviews": "ReviewData[]",
  "business": "BusinessInfo",
  "pagination": "{ total, returned, sort }"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-google-maps-place-reviews-api-82c3f302/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
