gosom / google-maps-scraper

scrape data data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place
MIT License
852 stars 115 forks source link

Can't Scrape all Results #50

Open alimsvn opened 4 months ago

alimsvn commented 4 months ago

I tried to scrape the results by setting the depth parameter to the maximum value, but it had no effect and most of the results were not scraped.

gosom commented 4 months ago

please provide a sample query and the depth value you used

alimsvn commented 4 months ago

I used this command: ./google-maps-scraper -depth 40 -input example-queries.txt -results dentists.csv -exit-on-inactivity 3m

and put this: dentists in toronto canada in the example-queries.txt

after running the command 10-15 times the csv file contained about 60 to 80 rows each time and most importantly, the number of user reviews in each row was different.

sancanella commented 3 weeks ago

same here. With this tool I got 22 results, with other tool 121.

Anyway to see the actual browser just to check the behaviour of the program?