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.

MO

no result found

Closed

morethanvisions opened this issue
4 months ago

no result found

lukaskrivka avatar

Hello,

What exact location are you trying to find? There isn't a specific area called Brussels Brux. https://www.google.com/maps/search/brussels+brux/@50.8387627,4.2806188,12z/data=!3m1!4b1?entry=ttu

MO

morethanvisions

4 months ago

Thanks for contacting me.

I want the best places, restaurants, tourist attractions, emblematic places, hotels everything for tourists with 4 stars and more.

How should I set the search criteria to get all this information ?

Thanks again for your support. Cristian Sanchez

MO

morethanvisions

4 months ago

Thanks for contacting me.

I want the best places, restaurants, tourist attractions, emblematic places, hotels everything for tourists with 4 stars and more in the entire Brussels-Capital (Brussels center, Etterbeek, Ixelles, Saint Gilles, Woluwe Saint Lambert)

Ive attached a picture

How should I set the search criteria to get all this information ?

Thanks again for your support. Cristian Sanchez

ondrejklinovsky avatar

Hi, to specify a location, you can enter "Brussels" in Location field (it will search this area) - it is a bit larger than that on your picture. Alternatively, you can create your own polygon (you can use geojson.io or this tool to create the polygon) and copy-paste it into the actor's input.

Then, you add your search terms (restaurants, tourist attractions, emblematic places, hotels, etc.) to "Search term(s)" field (one by one).

Under the "🔍 Search filters & categories" section there's a "⭐️ Place minimum stars" to select minimum number of stars.

The JSON input would look something like this:

1{
2    "deeperCityScrape": false,
3    "includeWebResults": false,
4    "language": "en",
5    "locationQuery": "Brussels",
6    "maxImages": 0,
7    "maxReviews": 0,
8    "onlyDataFromSearchPage": false,
9    "placeMinimumStars": "four",
10    "reviewsSort": "newest",
11    "scrapeDirectories": false,
12    "scrapeResponseFromOwnerText": false,
13    "scrapeReviewId": false,
14    "scrapeReviewUrl": false,
15    "scrapeReviewerId": false,
16    "scrapeReviewerName": false,
17    "scrapeReviewerUrl": false,
18    "searchMatching": "all",
19    "searchStringsArray": [
20        "restaurants",
21        "tourist attractions",
22        "hotels"
23    ],
24    "skipClosedPlaces": false
25}

Let me know if you have any more questions.

Developer
Maintained by Apify
Actor metrics
  • 5k monthly users
  • 283 stars
  • 97.8% runs succeeded
  • 3.3 days response time
  • Created in Nov 2018
  • Modified about 8 hours ago