Apple App Store Review Scraper
Pricing
from $3.99 / 1,000 results
Apple App Store Review Scraper
🍎 Apple App Store Review Scraper pulls app reviews, ratings, titles, dates, versions, locales & developer replies. 📊 Export to CSV/JSON for ASO, sentiment analysis, product insights & competitor research. ⚙️ Filter by country, star, date, app ID; paginate; schedule runs. 🚀 Fast, reliable.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapio
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrapes public customer reviews from Apple App Store URLs using the same iTunes RSS JSON endpoint as your standalone script (itunes.apple.com/.../rss/customerreviews/.../json).
Features
- Bulk URLs — process many apps in one run.
- Same output shape as RSS parsing:
author,rating,version,title,content,date, plusappStoreUrl,appId,countryfor multi-app runs. - Retries — exponential backoff, empty-feed soft retries, 404 handling.
- Proxy ladder — direct → Apify DATACENTER → RESIDENTIAL; after switching to residential, all further requests use residential (up to 3 retries per page on failure).
- impit — browser-like TLS/HTTP when available; aiohttp fallback.
Input (aligned with standalone INPUT)
The standalone script only defines url and max_review; max_pages=10 and delay_between_pages=1.5 were hardcoded in its if __name__ block. This actor uses the same names for the documented inputs and keeps those two numbers as defaults (overridable only via API if you pass max_pages / delay_between_pages in raw input).
| Field | Description |
|---|---|
url | Primary App Store link (same as INPUT["url"]). |
urls | Optional extra links for bulk (processed after url). |
max_review | Cap per app (same as INPUT["max_review"], default 300). |
proxyConfiguration | Apify Proxy; used only after direct → datacenter → residential escalation. |
Output (dataset)
One row per review with the fields above.
Local run
cd Apple-App-Store-Review-Scraperapify run
Provide storage/key_value_stores/default/INPUT.json with your urls.
Legal
Reviews are from Apple’s public RSS feed. You are responsible for compliance with Apple’s terms and applicable laws.