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 demoIs there a way to set a geography for the scrape IPs? I am getting a lot of measurements (currency, etc.) in non-US standards for all my USA place scrapes.
Hey,
if you want to scrape from a specific country, you can use residential proxies by adding proxyConfig
to your input:
1{ 2 // rest of your input 3 "proxyConfig": { 4 "useApifyProxy": true, 5 "apifyProxyGroups": ["RESIDENTIAL"], 6 "apifyProxyCountry": "US" 7 } 8}
Just note that using residential proxies might be a bit costlier than using datacenter proxies.
- 2.9k monthly users
- 516 stars
- 98.7% runs succeeded
- 5.8 days response time
- Created in Nov 2018
- Modified about 7 hours ago