pavlee / google-maps-scraper

Google Maps Places Information Scraper
1 stars 0 forks source link

Docs to use the app? #1

Open SwapnilSoni1999 opened 3 years ago

pavlee commented 3 years ago

This is an unfinished scraper meant to scrape the places (bars, pubs, restaurants...) from google maps. I'm just looping through the pages of each region and scraping the data. This is probably not written according to the best practices, since I'm beginner in puppeteer and js in general. So this may or may not be helpful to you.

To start the script just run node index.js. You can run MongoDB using docker-compose up (you need to install docker and docker-compose).