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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.