Google Maps Scraper
3 days trial then $20.00/month - No credit card required now
Google Maps Scraper
3 days trial then $20.00/month - No credit card required now
Effortlessly gather places data from Google Maps using our advanced scraper. Search by keyword or location, retrieve reviews, and analyze insights for informed decisions. Fast, customizable, and reliable. Get valuable location information with ease.
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 "startUrls": [
3 "https://www.google.com/maps/search/cafe/@40.6976437,-74.3093257,10z/data=!3m1!4b1?authuser=0&hl=en&entry=ttu",
4 "https://www.google.com/maps/place/The+Museum+of+Modern+Art/@40.7614367,-73.9801965,17z/data=!3m2!4b1!5s0x89c258fbd5ec7547:0x7edf0a3ade84ad50!4m6!3m5!1s0x89c258f97bdb102b:0xea9f8fc0b3ffff55!8m2!3d40.7614327!4d-73.9776216!16zL20vMGhoams?authuser=0&hl=en&entry=ttu"
5 ],
6 "search": "cafe",
7 "searchLocation": "San Francisco, USA",
8 "language": "en",
9 "reviewsSort": "mostRelevant",
10 "maxItems": 20,
11 "maxReviews": 20,
12 "extendOutputFunction": "($) => { return {} }",
13 "customMapFunction": "(object) => { return {...object} }",
14 "proxy": {
15 "useApifyProxy": true
16 }
17}' |
18apify call epctex/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: