Skip to content

πŸ‘‹ HOLA πŸ‘‹ HOLA πŸ‘‹ HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER πŸš€ TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! πŸ€–

License

Notifications You must be signed in to change notification settings

newnowgroup/google-maps-scraper

Β 
Β 

Repository files navigation

Google Maps Scraper πŸ—ΊοΈ

Our goal is to scrape all the Google Maps reviews from the stores of the WMF group.
To do so we decided to fork the "Google Maps Scraper" project. We chose it because it is quite fast, lightweight and completely automated. If you want to check out the original project go here.
Also, for more info on the forked project check out the original README file.

πŸš€ Getting Started

1️⃣ Download Node.js 18+. Follow instructions here.

2️⃣ Clone the repo:

git clone https://github.com/newnowgroup/google-maps-scraper.git
cd google-maps-scraper

2️⃣ Create Conda environment 🐍:

conda env create --name google-maps-scraper python=3.10 pip
conda activate google-maps-scraper

2️⃣ Install Dependencies πŸ“¦:

pip install -r requirements.txt

3️⃣ Scrape the reviews:

python main.py

Once the scraping process is complete, you can find your leads inside your OneDrive folder, in the wmf-reviews directory.

About

πŸ‘‹ HOLA πŸ‘‹ HOLA πŸ‘‹ HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER πŸš€ TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! πŸ€–

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%