🗺️ Google Maps Data API
This listing helps you **discover places**, **rank results near a map point**, and **read structured reviews**—all over **GET** requests with **query parameters** and **JSON** responses. It is ideal for directories, travel apps, lead enrichment, and internal research tools that already know how to work with latitude and longitude.
🗺️ Google Maps Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
googleMapsSearch /api/google/maps/search |
Returns a list of places matching **query**, optionally biased by map center (**lat**, **lng**), **zoom**, **offset** paging, and **country** / **lang** hints. |
| Nearby | ||
| GET |
googleMapsNearby /api/google/maps/nearby |
Returns places matching **query** around a required **lat** / **lng** anchor, with optional **limit**, **offset**, **zoom**, **country**, and **lang**. |
| Reviews | ||
| GET |
googleMapsReviews /api/google/maps/reviews |
Returns review threads and summary fields for a place identified by **business_id**, with optional **place_id**, **cursor** paging, **sort**, **limit**, **country**, and **lang**. |
🗺️ Google Maps Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $2.99 / month | 2 / second |
|
| ULTRA Recommended | $14.99 / month | 5 / second |
|
| MEGA | $24.99 / month | 10 / second |
|