MajideND / scraping-reviews-from-googlemaps

This is a simple script with python to scrap Google Maps reviews and ratings.
MIT License
43 stars 19 forks source link

fix #3 #5

Closed MajideND closed 3 months ago

MajideND commented 3 months ago
  1. Solved Google consent page problem.
  2. Solved the European html structure of Google Maps for reviews.
  3. Using JS to check if the page is fully loaded instead of simple time.sleep.

#3 issue fixed.