Apple App Store Reviews Scraper avatar

Apple App Store Reviews Scraper

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Apple App Store Reviews Scraper

Apple App Store Reviews Scraper

Under maintenance

Scrape Apple App Store app metadata and reviews via the iTunes RSS API. appId: Numeric App Store app ID countries: ISO country codes, default ["us"] maxPagesPerCountry` (optional): Review pages limit (50 reviews/page, default `10`)

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Scrape Apple App Store app metadata and customer reviews from any country storefront. Uses iTunes RSS API.

Input

FieldTypeRequiredDefaultDescription
appIdstringYesThe Apple App Store numeric ID. Find it in the URL: apps.apple.com/
countriesarrayNo["us"]Two-letter ISO country codes. Apple caps at ~500 reviews per country, so iterate countries to get more.
maxPagesPerCountryintegerNo10Max review pages to fetch per country (50 reviews per page, max 10 pages = 500 reviews per country).
delayBetweenRequestsintegerNo1Seconds to wait between page requests.

Example input

{
"appId": "618783545",
"countries": [
"us",
"gb",
"ca",
"au"
],
"maxPagesPerCountry": 10,
"delayBetweenRequests": 1
}