App Store Review Feed is a script that generates JSON feeds of App Store reviews. Apple makes reviews available via RSS, but Apple creates one feed per app per storefront (country). This script combines feeds so that there is one feed of reviews of an app. It also adds a Google Translate link for each review.

I made some updates to this script:

  • The script now creates a date_published attribute for each review. That date is the date at which the script first found the review.
  • Previously the script would add an error entry if it could not retrieve a feed from a storefront. It no longer does this.
  • The primary branch of the repository is now main.

If you have an app in the App Store and are looking for a better way to follow its reviews, check it out.