Google Maps Scraper
1 day trial then $25.00/month - No credit card required now
Google Maps Scraper
1 day trial then $25.00/month - No credit card required now
Obtain more significant and quicker amounts of data from Google Maps compared to what is available through the official Google Places API.
You can access the Google Maps Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "searchStringsArray": [
3 "dentist in California"
4 ],
5 "countryCode": "",
6 "language": "en",
7 "maxCrawledPlacesPerSearch": 50,
8 "maxImages": 0,
9 "proxyConfig": {
10 "useApifyProxy": true
11 },
12 "maxReviews": 0
13}' |
14apify call onidivo/google-maps-scraper --silent --output-dataset
Google Maps Scraper API through CLI
The Apify CLI is the official tool that allows you to use Google Maps Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 9 monthly users
- 2 stars
- 83.8% runs succeeded
- Created in Feb 2024
- Modified 7 months ago