Google Map Scraper
Map API offers a variety of endpoints for map-related features such as retrieving map tiles and styles, searching places by name or type, geocoding addresses, address autocomplete, reverse geocoding, routing with directions, and calculating travel time isolines. It enables developers to build rich map-based applications with accurate location data, efficient navigation, and customizable map…
Google Map Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Geocoding /geocode/search |
Geocoding |
| GET |
Map styles /styles/{style}/{resource} |
Map styles |
| GET |
Map Tiles /tile/{style}/{z}/{x}/{y_and_format} |
Map Tiles |
| GET |
Reverse Geocoding /geocode/reverse |
Reverse Geocoding |
| GET |
Travel Time Isoline /isoline |
Travel Time Isoline |
| GET |
Route and directions /routing |
Route and directions |
| GET |
Address Autocomplete /geocode/autocomplete |
Address Autocomplete |
| GET |
Places by type /places |
Places by type |
| GET |
Place by name /geocode/search |
Place by name |
Google Map Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $59.99 / month | — |
|
| MEGA | $129.99 / month | — |
|