Skip to main content
Fetches user reviews from Apple’s public RSS feed. Returns up to 50 reviews per page, with a maximum of 10 pages (500 reviews total per country).

Path Parameters

Query Parameters

Code Examples

Response

Review Object

Pagination

Apple’s RSS feed provides a maximum of 10 pages with up to 50 reviews per page, giving a ceiling of 500 reviews per country.
Sort options:
  • mostRecent — Returns the newest reviews first. Best for monitoring recent user sentiment and catching new issues.
  • mostHelpful — Returns reviews that other users found most helpful. Best for understanding the most impactful feedback.
Reviews without written content are automatically filtered out. The first entry in Apple’s RSS feed (app summary) is also excluded.
Filtering strategies: To analyze reviews effectively, consider:
  • Paginate through all 10 pages to get a comprehensive view (up to 500 reviews)
  • Use mostRecent to track sentiment after an app update
  • Use mostHelpful to surface the most impactful user feedback
  • Combine with different country codes to compare regional sentiment
  • Filter by rating on the client side to focus on negative reviews (1–2 stars) or positive ones (4–5 stars)

Errors