Apple App Store Reviews Scraper — Recent Reviews avatar

Apple App Store Reviews Scraper — Recent Reviews

Pricing

from $0.06 / 1,000 results

Go to Apify Store
Apple App Store Reviews Scraper — Recent Reviews

Apple App Store Reviews Scraper — Recent Reviews

Export up to 500 recent public reviews per app and country. Each structured row carries the rating, title, text, author, update date, reviewed app version, and helpful vote count and sum.

Pricing

from $0.06 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Apple App Store Reviews Scraper

Export the most recent public App Store reviews for one or many apps, with one dataset row per review. Country is part of the input and the output, so storefront-specific feedback stays explicit.

{
"app_ids": ["324684580"],
"country": "US",
"maxReviews": 100
}

App links work alongside numeric IDs. maxReviews applies per app and accepts 1–500; two apps at the default can return up to 200 rows.

Real review row

{
"app_id": "324684580",
"country": "US",
"review_id": "14455499988",
"author_name": "Marilyn in FL",
"updated_at": "2026-08-21T09:45:22-07:00",
"rating": 5,
"review_version": "9.1.76",
"review_title": "Spotify Playlists",
"helpful_vote_count": 0,
"helpful_vote_sum": 0
}

The row can also include author_url and the full review text. Those fields are null when the review feed omits them.

Limit that matters

Apple exposes a recent window of at most 500 reviews per app and country here. This is not complete review history. Schedule repeated runs and deduplicate on review_id when you need an ongoing monitor. An empty feed succeeds with no rows; it does not establish that the app itself is missing. Developer replies are not part of this review output.

For the aggregate average_rating and rating_count, use the apple-app-store-scraper (appDetail mode). To find apps before collecting feedback, start with the Apple App Store Search Scraper.