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 |
Place by name /geocode/search |
Place by name |
| GET |
Places by type /places |
Places by type |
| GET |
Address Autocomplete /geocode/autocomplete |
Address Autocomplete |
| GET |
Route and directions /routing |
Route and directions |
| GET |
Travel Time Isoline /isoline |
Travel Time Isoline |
| GET |
Reverse Geocoding /geocode/reverse |
Reverse Geocoding |
| GET |
Map Tiles /tile/{style}/{z}/{x}/{y_and_format} |
Map Tiles |
| GET |
Map styles /styles/{style}/{resource} |
Map styles |
| GET |
Geocoding /geocode/search |
Geocoding |
Google Map Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12.99 / month | — |
|
| ULTRA Recommended | $59.99 / month | — |
|
| MEGA | $149.99 / month | — |
|