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
BD

Just doesnt provide results

Closed

bdutta opened this issue
22 days ago

Has run for 30 min with 0 results

milunnn avatar

Hi,

There are several issues with your configuration:

  1. Please choose and fill only one out of these location parameters:
    1. Field 📍 Location (only use ONE location at a time)
    2. Country and City fields in the section 📡 Define the search area by other geolocation parameters
    3. 🛰 Custom search area (coordinate order must be: [longitude, latitude]) field in the section 📡 Define the search area by other geolocation parameters
  2. If you choose to use 🛰 Custom search area (coordinate order must be: [longitude, latitude]):
    1. Use geojson.io to setup the point and just copy the "geometry" property
    2. In your original run, you switched the order of the longitude and latitude, it should be like this:
1{
2    "type": "Point",
3    "coordinates": [
4      77.211607,
5      28.592214
6    ],
7    "radiusKm": 30
8}
Developer
Maintained by Apify
Actor metrics
  • 3.2k monthly users
  • 391 stars
  • 98.1% runs succeeded
  • 3.7 days response time
  • Created in Nov 2018
  • Modified about 11 hours ago