_____ _____ _____ _____ ______ / ____|/ ____| __ \ /\ | __ \| ____| | (___ | | | |__) | / \ | |__) | |__ \___ \| | | _ / / /\ \ | ___/| __| ____) | |____| | \ \ / ____ \| | | |____ |_____/ \_____|_| \_\/_/ \_\_| |______|
Scrapes Google reviews and returns .json files.
Utilizing Playwright for web scraping.
Big thanks to ScrapeHero for most of the code.
git clone https://github.com/iarobinson/goog-review-scraping-tool
- Clone Repositorycd goog-review-scraping-tool
- Change directories into the foldernpm i
- Install dependencies- Go to scrape.js and fill in the
searchTerm
string with your search node scrape.js
- Run the application- Fetch json from
googreviews
folder
You need to customize the xpaths.
Instructions found in comments in scrape.js.