flexbox / app-store-reviews-to-csv

Collecting reviews from apps.apple.com and export as a .csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app-store-reviews-to-csv

Collect reviews from the app stores

Getting started python

python -m pip install -r requirements.txt

iOS

The itunes-app-scraper provides a couple methods that can be used to obtain app IDs, and additional methods to actually scrape data about those apps. With this scraper you can obtain several app details like the app description, price, genre, and current version.

The app-store-scraper provides a method for scraping user reviews of apps in the App Store.

Getting started Node

npm i
node itunes.js

About

Collecting reviews from apps.apple.com and export as a .csv


Languages

Language:JavaScript 65.1%Language:Python 34.9%