gaspa93 / googlemaps-scraper

Google Maps reviews scraping
GNU General Public License v3.0
378 stars 136 forks source link

Googlemaps business info #35

Closed stajdini closed 1 year ago

stajdini commented 1 year ago

Hi dear Mattia @gaspa93. Would you consider creating a library that pulls data on any business from Googlemaps (business name, avg rating, open hours, price range ($) etc.?

gaspa93 commented 1 year ago

Hi @stajdini ,

At the moment there is the --place option that allows to obtain the metadata about the place in the url, instead of the reviews. The implementation is very old (it gets only overall rating and number of reviews), but I am already developing the extension to additional information.

Thanks, Mattia

gaspa93 commented 1 year ago

Hi @stajdini ,

I merged the latest development. Now the --place parameter produces in output:

I did not test extensively, so please report any kind of issue you may face. Hope it will be useful, Mattia