Apple App Store Reviews Scraper — ASO & API avatar

Apple App Store Reviews Scraper — ASO & API

Pricing

from $0.15 / 1,000 review or app info extracteds

Go to Apify Store
Apple App Store Reviews Scraper — ASO & API

Apple App Store Reviews Scraper — ASO & API

Scrape Apple App Store reviews and app metadata via Apple's public API. No proxy needed. Any app, any country. Ratings, review text, author, version. Perfect for ASO and competitor research.

Pricing

from $0.15 / 1,000 review or app info extracteds

Rating

0.0

(0)

Developer

Obsidian IT Consulting SRL

Obsidian IT Consulting SRL

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

App Store Reviews Scraper

Extract App Store reviews and app metadata using Apple's public API — no proxy needed, no blocks, no rate limits.

What you get

App metadata

FieldDescription
appNameApp name
developerDeveloper name
categoryApp category
pricePrice
averageRatingOverall star rating
ratingCountTotal number of ratings
versionCurrent version
lastUpdatedLast update date

Reviews

FieldDescription
ratingStar rating (1–5)
titleReview title
reviewFull review text
authorReviewer username
versionApp version reviewed
dateReview date
voteCountHelpful votes

Watchlist mode — delta tracking

Enable watchlistMode: true to only get reviews published since your last run. The actor saves a timestamp after each run and uses it automatically next time — no manual date management.

Perfect for recurring automation with Make, Zapier, or n8n:

{
"apps": ["https://apps.apple.com/us/app/notion/id1232780281"],
"watchlistMode": true
}

Run on a schedule → only new reviews flow into your pipeline each time.

You can also set a one-time start date manually with sinceDate:

{
"apps": ["id1232780281"],
"sinceDate": "2026-06-01T00:00:00Z"
}

Use cases

  • ASO (App Store Optimization) — analyze what users love and hate
  • Product feedback — monitor your own app reviews at scale
  • Competitor analysis — track competitor ratings and sentiment over time
  • Review monitoring alerts — detect rating drops before they hurt your ranking
  • Recurring watchlist — schedule runs and only process new reviews each time
  • Market research — understand user needs in a specific app category

Multi-country support

Get reviews from multiple countries in one run — US, UK, France, Germany, etc.

countries: ["us", "gb", "fr", "de", "ca", "au"]

Example input

{
"apps": ["https://apps.apple.com/us/app/notion/id1232780281"],
"countries": ["us", "gb"],
"maxReviewsPerCountry": 100,
"sortBy": "mostRecent"
}

Example output

{
"type": "review",
"appName": "Notion- Notes, Docs, Tasks",
"rating": 5,
"title": "Best productivity app I've used",
"review": "Completely replaced my notebook and to-do list. The templates are a game changer.",
"author": "productivitynerd",
"version": "3.14.0",
"date": "2026-05-20T14:30:00.000Z",
"voteCount": 8,
"country": "us"
}

Why no proxy?

This actor uses Apple's official RSS feed API — the same endpoint used by App Store apps themselves. No browser simulation, no IP rotation, no blocking.

Pricing

$0.15 per 1,000 results ($0.00015/item). Only pay for what you extract.

FAQ

How many reviews can I get? Up to 50 per app per country (Apple's current RSS feed limit). Scrape multiple countries to get more coverage — ["us", "gb", "fr", "de", "ca", "au"] gives up to 300 reviews per app.

Does it work without a proxy? Yes — uses Apple's official public API. No scraping, no blocking.

How fresh is the data? Real-time — pulled live from Apple's servers.