App Store + Google Play Reviews & ASO Scraper avatar

App Store + Google Play Reviews & ASO Scraper

Pricing

Pay per usage

Go to Apify Store
App Store + Google Play Reviews & ASO Scraper

App Store + Google Play Reviews & ASO Scraper

Scrape Apple App Store and Google Play app metadata, ratings, and reviews by country, in one run, with no API key. ASO research, review monitoring, and sentiment data — a pay-per-result Sensor Tower & data.ai alternative.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Renzo Madueno

Renzo Madueno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

an hour ago

Last modified

Share

Scrape Apple App Store and Google Play app metadata, ratings, and reviews — by country, in one call, with no API key. The pay-per-result alternative to Sensor Tower and data.ai for ASO research, review monitoring, and app-review sentiment analysis.

Using it and it works? Leave a 30-second review. It's the single biggest thing that helps other developers find it.

What can this Actor do?

Three modes — pick one with the mode input:

  • Reviews + metadata — for any app: title, developer, category, rating, rating count, version, price, description, icon, screenshots, plus reviews (star rating, title, text, author, date, version, helpful votes, developer replies).
  • Top charts (ASO) — Apple Top Free / Paid / Grossing charts, by country and category (genre), with rank.
  • Keyword ranking (ASO) — give it a keyword and see exactly which apps rank for it on Apple and Google Play, by country. The core of App Store Optimization research.

Plus, across all modes:

  • Both stores in one run — Apple App Store and Google Play, side by side.
  • Multi-country — localized data per country code (us, gb, de, …).
  • No API key, no login, no proxy headaches — it uses Apple's official iTunes API + RSS feeds and Google Play's public endpoints.

How do I scrape app reviews?

  1. Add your apps — by name (Notion), Apple ID/URL (477128284), or Google Play package (com.spotify.music).
  2. Pick the platform (both / Apple / Google), countries, and how many reviews per app.
  3. Run it. You get one row per app (metadata) and one row per review.

How much will it cost to scrape app reviews?

Pay-per-result — no subscription, a fraction of Sensor Tower / data.ai:

EventPrice
Actor start$0.01
App metadata (per app)$0.005
Reviews batch (per app, per country)$0.01

What does the output look like?

App record:

{ "type": "app", "platform": "apple", "appId": 477128284, "title": "Notion", "rating": 4.78, "ratingCount": 86359, "genre": "Productivity", "country": "us" }

Review record:

{ "type": "review", "platform": "google", "appId": "com.spotify.music", "userName": "Alex P.", "rating": 5, "title": "Love it", "text": "Works great…", "date": "2026-06-15T10:00:00Z", "thumbsUp": 12 }

Use cases

  • ASO (App Store Optimization) — track ratings, versions, and metadata for your app and competitors.
  • Review monitoring — watch new reviews across both stores and countries.
  • Sentiment analysis / ML — pull thousands of reviews as clean JSON to feed an LLM or model.
  • Market research — compare competitor ratings and review themes.

FAQ

Do I need an API key or developer account? No. Apple's iTunes API/RSS and Google Play's public endpoints need no login.

Which is more complete, Apple or Google? Apple exposes ~500 recent reviews per country via RSS; Google Play supports deeper review pulls. Metadata is full on both.

Can I monitor only new reviews? Sort by newest and run on a schedule — compare against your last run's review IDs.

Does it work for any country? Yes — pass any two-letter country code.

Other Actors by this author

Need contacts, maps, or web data too? See my other Actors — company enrichment, email & contact finder, Google Maps, and more.


Built and maintained by Renzo Madueño. Found a bug or want another field? Open an issue or leave a review and tell me — I read every message.