Apple App Store Review Scraper
Pricing
from $4.99 / 1,000 results
Apple App Store Review Scraper
π Apple App Store Review Scraper extracts reviews, ratings, dates, versions & locales from the App Store. π Mine keywords & sentiment for ASO, CX & competitor research. π Export CSV/JSON, schedule jobs, automate insights. π For PMs, marketers & analysts.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days 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.