gaspa93 / googlemaps-scraper

Google Maps reviews scraping
GNU General Public License v3.0
358 stars 131 forks source link

Limit to 900 reviews #11

Closed Gwojda closed 3 years ago

Gwojda commented 3 years ago

Hi, If i want to get all reviews from a big places (lets say a mcdo), i only get 900 reviews then google ban us : urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fef9782ea20>: Failed to establish a new connection: [Errno 61] Connection refused but i have to Ctrl+C your script to get this error (i think you are trying again, and again, and again... but google still ban you) ahah

gaspa93 commented 3 years ago

Hi @Gwojda ,

this issue is the same pointed out in #8 I am going to define a workaround.