NodeJS project to scrape all reviews of a particular App from Google Play Store.
Installation Steps:
- Run the following command in the current directory,
npm i puppeteer fs google-play-scraper
- Paste the id of the require app in to the variable
appId
inindex.js
file. - Execute the file,
node index.js
- Now you will get all the reviews in the file
test.txt
.