Skip to content

Instantly share code, notes, and snippets.

@TruffleClock
TruffleClock / app-store-reviews.php
Last active October 16, 2018 21:19 — forked from kentbye/app-store-ratings.php
Scrape app reviews from iTunes.
<?php
/**
*
* An updated version of kentbye's gist to reflect changes in iTunes and fix some errors
*
* Scrape app reviews from iTunes.
*
* Set the iOS app id and the number of pages to scrape, and it creates a {$app_id}-reviews.csv file
* Increase set_time_limit(N) if your query runs out of time before completion
* Add/remove countries from the $countries array as needed