10

I am interested in getting an RSS feed for new customer reviews for my app on the app store, does Apple provide an RSS feed for new app reviews?

Jason
  • 14,517
  • 25
  • 92
  • 153

2 Answers2

19

There are indeed feeds of App Store reviews by country.

Here's an example from my app (Snapix): https://itunes.apple.com/us/rss/customerreviews/id=471339479/sortBy=mostRecent/xml

libovness
  • 398
  • 2
  • 9
  • Yes.. and FYI: be design it only goes back 10 pages worth. You have to database and store on your own going forward to get more. – Cliff Ribaudo Dec 19 '13 at 14:32
  • Currently the version number is showing as 0, e.g. 0. This started happening recently :-( – Vamos Nov 26 '15 at 13:16
4

Apple doesn't, but there are third parties that do. I use AppComments

Apple has since added an RSS feed, see Thundertron's answer below

coneybeare
  • 33,113
  • 21
  • 131
  • 183
  • Ok, so how does AppComments get the data then? – Jason May 05 '11 at 06:27
  • 1
    If you use a http sniffer such as HTTPScoop: http://www.tuffcode.com/, and then open up iTunes on your computer, you might be able to discover that Apple is using webpages in iTunes. With the right format, you can probably pull out the comments page and then parse it. – coneybeare May 05 '11 at 14:34
  • 1
    coneybeare: That was helpful!!! I wish apple or someone else could publish the raw feed itself where one can add some parameters and create the custom feed. – Nitin Alabur Sep 06 '11 at 13:51