An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# google-play-scraper-js
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 the `app.csv` with your required `Android app id`
* Execute `node new_scraper.js` to generate the `reviews.csv` in your current directory