https://github.com/amrrs/google-play-scraper-js
This code uses node app google-play-scraper to scrape google play reviews
https://github.com/amrrs/google-play-scraper-js
android google-play reviews scraper
Last synced: 7 months ago
JSON representation
This code uses node app google-play-scraper to scrape google play reviews
- Host: GitHub
- URL: https://github.com/amrrs/google-play-scraper-js
- Owner: amrrs
- Created: 2018-12-07T12:24:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T19:09:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T15:13:21.931Z (9 months ago)
- Topics: android, google-play, reviews, scraper
- Language: JavaScript
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-play-scraper-js
This code uses node app google-play-scraper to scrape google play reviewsInstructions 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 the `app.csv` with your required `Android app id`
* Execute `node new_scraper.js` to generate the `reviews.csv` in your current directory