Google Places API
Get real-time Google Maps places data with 4 endpoints covering local search, place details with website contact scraping, reviews, and photos. No Google Cloud project or API key dance — just simple GET requests.
3 subscribers
305 ms avg latency
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Google Places API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
Search Places /v1/places/search |
Search Google Maps places — local businesses, restaurants, hotels, shops and points of interest — by free-text query. Returns name, address, phone, website, rating, review count,… |
| Details | ||
| GET |
Place Details /v1/places/details |
Get full details for a single Google Maps place by `place_id`. Returns everything Places Search returns, plus Plus Codes, a menu link, and an `emails_and_contacts` scrape of the… |
| Reviews | ||
| GET |
Place Reviews /v1/places/reviews |
Get user reviews for a place by `place_id`. Each review includes the rating, full review text, author info (with photo URL, total review count, and Local Guide level),… |
| Photos | ||
| GET |
Place Photos /v1/places/photos |
Get photos and videos for a place by `place_id`. Returns photo URLs (standard and high-resolution), capture coordinates, and timestamps. Filter on the `type` field if you only… |
Google Places API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 3 / second |
|
| ULTRA | $100 / month | 3 / second |
|
| MEGA | $250 / month | 3 / second |
|