Apple App Store Review Scraper avatar

Apple App Store Review Scraper

Pricing

from $3.99 / 1,000 results

Go to Apify Store
Apple App Store Review Scraper

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

Scrapio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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, plus appStoreUrl, appId, country for multi-app runs.
  • Retries — exponential backoff, empty-feed soft retries, 404 handling.
  • Proxy ladder — direct → Apify DATACENTERRESIDENTIAL; 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).

FieldDescription
urlPrimary App Store link (same as INPUT["url"]).
urlsOptional extra links for bulk (processed after url).
max_reviewCap per app (same as INPUT["max_review"], default 300).
proxyConfigurationApify 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-Scraper
apify run

Provide storage/key_value_stores/default/INPUT.json with your urls.

Reviews are from Apple’s public RSS feed. You are responsible for compliance with Apple’s terms and applicable laws.