App Store Reviews Scraper avatar

App Store Reviews Scraper

Pricing

$2.00 / 1,000 review scrapeds

Go to Apify Store
App Store Reviews Scraper

App Store Reviews Scraper

Get customer reviews for any iOS app on the Apple App Store: reviewer, rating, title, content, app version, and vote counts.

Pricing

$2.00 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Get customer reviews for any iOS app on the Apple App Store, no login required. Returns reviewer name, title, content, star rating, app version, vote counts, and update date.

Input

FieldTypeDescription
appIdstringNumeric Apple App Store app id, e.g. 389801252 (Instagram)
countrystringApp Store country code, e.g. us, br, gb (default us)
maxItemsintegerMax reviews to return

Example:

{
"appId": "389801252",
"country": "us",
"maxItems": 50
}

Output

{
"appId": "389801252",
"country": "us",
"reviewId": "...",
"author": "jane_doe",
"title": "Great app!",
"content": "Love playing this every day.",
"rating": 5,
"version": "1.291.0",
"voteSum": 3,
"voteCount": 5,
"updated": "2026-07-10T12:00:00-07:00",
"scrapedAt": "2026-07-14T00:00:00.000Z"
}

Common uses

  • App reputation and sentiment monitoring
  • Competitor review analysis
  • Feeding review text into LLM summarization pipelines
  • Tracking rating trends across app versions

Notes

Find the numeric appId in any App Store URL, e.g. apps.apple.com/us/app/instagram/id389801252 -> 389801252.