This code uses node app google-play-scraper to scrape google play reviews
Instructions to use this:
- Make sure you have node js and npm installed on your machine
- Open your terminal and
npm install google-play-scraper
- Make sure its dependencies have been installed
- Clone/Download this repo
- Replace the existing
app id
in theapp.csv
with your requiredAndroid app id
- Execute
node new_scraper.js
to generate thereviews.csv
in your current directory