Google Maps Scraper
No credit card required
Google Maps Scraper
No credit card required
Extract data from hundreds of Google Maps locations and businesses. Get Google Maps data including reviews, images, contact info, opening hours, location, popular times, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
Do you want to learn more about this Actor?
Get a demoYou 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 "restaurant"
4 ],
5 "locationQuery": "New York, USA",
6 "maxCrawledPlacesPerSearch": 50,
7 "language": "en",
8 "maxImages": 1,
9 "maxReviews": 0,
10 "maxQuestions": 0,
11 "countryCode": "",
12 "allPlacesNoSearchAction": ""
13}' |
14apify call compass/crawler-google-places --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:
- 3k monthly users
- 527 stars
- 98.8% runs succeeded
- 5.9 days response time
- Created in Nov 2018
- Modified 2 days ago