Google Maps Data API
Fast, reliable API to search Google Maps places and get place details with ratings, reviews, coordinates, and more.
3 subscribers
9.2/10 popularity
811 ms avg latency
73% success rate
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 Maps Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| search | ||
| GET |
searchPlaces /search |
Search for places by query with optional location bias. Returns up to 20 results with name, address, coordinates, rating, category, and more. |
| place | ||
| GET |
getPlaceDetailsById /place/details/{id} |
Retrieve detailed information about a specific place using its name or address as a path parameter. |
| GET |
getPlaceAutocomplete /place/autocomplete |
Returns autocomplete suggestions for a partial place query. Useful for building search-as-you-type UI. Returns place names and IDs. |
| GET |
getPlaceDetails /place |
Retrieve detailed information about a specific place. Accepts a place name, address, or Google Place ID (ChIJ format) as the query parameter. |
Google Maps Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 250 / minute |
|
| PRO | $10 / month | 10 / second |
|
| ULTRA | $35 / month | 30 / second |
|
| MEGA Recommended | $80 / month | 60 / second |
|