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.

User avatar

searching in a circle radius

Closed

mikelberger opened this issue
a month ago

When crawling and limiting results to a 200 miles radius I got this error.

User avatar

Hi,

try to use this:

1"customGeolocation": {
2    "type": "Point",
3    "coordinates": [
4      -86.895513,
5      40.4192919
6    ],
7    "radiusKm": 321.869
8  },

The coordinates need to be two numbers ([-86.895513, 40.4192919]), not a string ("40.4192919,-86.895513"). Also, if you copy the coordinates from Google Maps, you need to swap them because Google Maps use different format. You can use geojson.io to check your geolocation.

Developer
Maintained by Apify
Actor metrics
  • 4.1k monthly users
  • 97.8% runs succeeded
  • 2.7 days response time
  • Created in Nov 2018
  • Modified about 1 hour ago