gaspa93/googlemaps-scraper
Google Maps reviews scraping
2 Releases
Latest: 3y ago
v1.1.0Latest
📋 What's Changed
- Add WebDriver Management to download Chrome by @Matheus-Ribeiro-ITA in https://github.com/gaspa93/googlemaps-scraper/pull/25
- Bump numpy from 1.17.2 to 1.22.0 by @dependabot in https://github.com/gaspa93/googlemaps-scraper/pull/32
- change div class based on gmaps in june 2022 by @astrawnuts in https://github.com/gaspa93/googlemaps-scraper/pull/31
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in https://github.com/gaspa93/googlemaps-scraper/pull/33
- fix the order of `time.sleep` and `self.__scroll` by @saito828koki in https://github.com/gaspa93/googlemaps-scraper/pull/38
- Search by coord by @gaspa93 in https://github.com/gaspa93/googlemaps-scraper/pull/40
✨ New Contributors
- @Matheus-Ribeiro-ITA made their first contribution in https://github.com/gaspa93/googlemaps-scraper/pull/25
- @dependabot made their first contribution in https://github.com/gaspa93/googlemaps-scraper/pull/32
- @astrawnuts made their first contribution in https://github.com/gaspa93/googlemaps-scraper/pull/31
- @saito828koki made their first contribution in https://github.com/gaspa93/googlemaps-scraper/pull/38
- Full Changelog: https://github.com/gaspa93/googlemaps-scraper/compare/v1.0.0...v1.1.0
v1.0.0
First version with two major features: 1. Scrape reviews by URL up to 1200 reviews 2. Integration with MongoDB to add new reviews incrementally
