Google Maps API
The Google Maps Scraper API allows you to easily scrape Google Maps by simply sending an HTTP request.
Last updated
The Google Maps Scraper API allows you to easily scrape Google Maps by simply sending an HTTP request.
Last updated
To enable this engine, set the engine=google_maps
parameter.
Interacting with the Google Maps scraper is quite straightforward. As opposed to the Google Search API, which can take a lot of parameters and allows more flexibility in customizing the response, the Google Maps API has fewer options, but the data it returns is still as rich and accurate.
We will use following URL as an example for this request:
Parameter | Type | Description |
---|---|---|
|
| The keywords that you are searching for on Google (the query). |
Parameter | Type | Description |
---|---|---|
|
| The type of search. It can be |
|
| This parameter is required only if |
Parameter | Type | Description |
---|---|---|
|
| The device used for your Google Maps search. Can be set to |
|
| |
|
| |
|
| Parameter defines GPS coordinates of location where you want your |
Parameter | Type | Description |
---|---|---|
|
| The offset of the Google Maps results. Represents the number of results that you want to skip. |
|
| The number of results returned on each page. |
The language you want to use for your Google Maps search.
The country you want to use for your Google Maps search.