Apple App Store Review Scraper avatar

Apple App Store Review Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Apple App Store Review Scraper

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

API Empire

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month 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 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).

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.