App Store & Google Play Reviews Scraper — Both Stores avatar

App Store & Google Play Reviews Scraper — Both Stores

Pricing

from $0.14 / 1,000 reviews

Go to Apify Store
App Store & Google Play Reviews Scraper — Both Stores

App Store & Google Play Reviews Scraper — Both Stores

Scrape user reviews from the Apple App Store AND Google Play in one run: rating, text, author, app version, date, thumbs-up and developer replies. Filter by star rating to mine complaints. Identical output shape for both stores.

Pricing

from $0.14 / 1,000 reviews

Rating

0.0

(0)

Developer

Daniel Meshulam

Daniel Meshulam

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pull user reviews from the Apple App Store AND Google Play in a single run, with one identical output shape for both.

Most review scrapers cover one store. You end up buying two, running two, and reconciling two different formats. This does both at once.

What you get per review

FieldiOSAndroid
Star rating
Review text
Review title— (Play has no titles)
Author name
App version reviewed
Date
Thumbs-up count
Developer reply

Mine complaints in one step

Set Min rating 1 and Max rating 2 and you get only the negative reviews — the fastest way to find bugs, churn reasons and feature requests. You are charged only for reviews actually returned, not for everything scanned.

{
"appIds": ["com.spotify.music", "com.spotify.client"],
"platform": "both",
"maxReviewsPerApp": 500,
"minRating": 1,
"maxRating": 2
}

Use cases

  • Product research — pull 1-star reviews for your competitors and read what their users hate
  • Churn analysis — track complaints by app version to see which release broke things
  • LLM pipelines — clean JSON, ready to summarise into themes
  • Review monitoring — schedule it daily and get alerted to rating drops
  • ASO — see which complaints show up in your category

App IDs

Accepts any of three forms:

  • Android package — com.spotify.music
  • iOS numeric ID — 324684580
  • iOS bundle ID — com.spotify.client (resolved automatically)

Dotted IDs exist on both stores, so with Platform = Both the Actor checks each and returns whichever exists.

Notes

  • iOS uses Apple's official reviews feed; Apple serves up to ~500 per app.
  • Google Play reviews come from the same public endpoint the Play website itself calls, paginated properly rather than capped at one page.
  • Rows with an error field tell you exactly which lookup failed and why. They are never charged.
  • Public review data only — no logins, no accounts, no personal data beyond the public display name attached to each review.