I'm trying to programmatically fetch reviews from the iTunes store for a particular app. Like so:
https://itunes.apple.com/us/rss/customerreviews/id=380293530/sortBy=mostRecent/xml
This works great, and the XML even has built in pagination telling me where's the next page is.
However, the last page that it will load is page 10. Everything afterwards (e.g. page 11) return bad gateway. Is this expected behavior?