Google Maps Scraper avatar

Google Maps Scraper

Try for free

No credit card required

View all Actors
Google Maps Scraper

Google Maps Scraper

compass/crawler-google-places
Try for free

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 demo
BP

setting scrape geography

Closed

buddy_props opened this issue
3 months ago

Is 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.

ondrejklinovsky avatar

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.

Developer
Maintained by Apify
Actor metrics
  • 2.9k monthly users
  • 516 stars
  • 98.7% runs succeeded
  • 5.8 days response time
  • Created in Nov 2018
  • Modified about 7 hours ago