# Google Maps — Place reviews

Extract user reviews and ratings for a place HTML version: https://www.socialrouter.io/services/googlemaps/place.reviews

## Call it

```
POST https://api.socialrouter.io/v1/extract/googlemaps/place.reviews
Authorization: Bearer <your API key>
Content-Type: application/json

{ "urls": ["https://www.google.com/maps/place/Eiffel+Tower/@48.8583701,2.2919064,17z"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `https://www.google.com/maps/place/<name>/...`. Example: `https://www.google.com/maps/place/Eiffel+Tower/@48.8583701,2.2919064,17z`

## Options

None.

## Offers, in failover order

1. `brightdata/googlemaps` — $0.0017 per record, up to 1000 inputs per call

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
