Google Play App Reviews & Ratings Scraper
Scrape user reviews for any Android app on the Google Play Store by package name. Extract star rating, review text, helpful votes, date, app version and developer replies across 100+ country stores. Export to JSON, CSV or Excel.
{ "userImage": "https://play-lh.googleusercontent.com/a/ACg8oc…", "userName": "Pandit Neha", "rating": 5, "text": "good 👍", "thumbsUp": 0, "reviewCreatedAt": "2026-07-24T07:54:23.000Z", "appId": "com.whatsapp", "reviewId": "f3296b35-7b28-4aeb-bf30-9deb2a040913", "url": "https://play.google.com/store/apps/details?id=…" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| User Image | User Name | Rating | Text |
|---|---|---|---|
| https://play-lh.googleusercontent… | Pandit Neha | 5 | good 👍 |
| https://play-lh.googleusercontent… | Keshar Nishad | 5 | nice |
| https://play-lh.googleusercontent… | Siva Yadav | 4 | Good App,Better Then |
| https://play-lh.googleusercontent… | Ope ayomide | 4 | love this app so amazing |
| https://play-lh.googleusercontent… | Dauda | 5 | WHATSAPP IS ONE OF THE MOST RELIA… |
{ "userImage": "https://play-lh.googleusercontent.com/a/ACg8oc…", "userName": "Pandit Neha", "rating": 5, "text": "good 👍", "thumbsUp": 0, "reviewCreatedAt": "2026-07-24T07:54:23.000Z", "appId": "com.whatsapp", "reviewId": "f3296b35-7b28-4aeb-bf30-9deb2a040913", "url": "https://play.google.com/store/apps/details?id=…" }
常见问题
Which countries and languages can I scrape reviews from?
Set the country code (gl) and language code (hl) to target any Google Play regional store, more than 100 in total. Reviews and the version labels come back in the language of that store, so use country US with language en for English reviews or country BR with language pt for Brazilian Portuguese.
How many reviews can I get for one app?
Set the per-app limit with Max Reviews Per App. The scraper pages through the store in batches and keeps going until it reaches your limit or runs out of reviews. Very popular apps expose tens of thousands of reviews, so a high limit returns a deep history.
Can I sort the reviews?
Yes. Choose Newest to get the most recent reviews first, Highest rating to start from five-star reviews, or Most helpful to start from the most upvoted ones. Newest is the default and is best for ongoing monitoring.
Do I get developer replies?
Yes. When a developer has replied to a review, the reply text and its date are included in the same record. Reviews without a reply leave those two fields empty rather than guessing.
What happens if an app ID is wrong or has no reviews?
The scraper writes one record with an error message for that package name and moves on to the next app, so a single bad ID never stops the run. Apps that exist but have no reviews simply return nothing for that app.