Effortlessly scrape and analyze user reviews from any Google Play Store application. Get valuable insights into user feedback, ratings, and sentiment with support for multiple languages and customizable sorting options. Perfect for app developers and market researchers. 🚀
This actor scrapes user reviews from any Google Play Store application. It allows you to collect valuable user feedback, ratings, and comments to analyze user sentiment and track app performance.
Field | Type | Description |
---|---|---|
appId | String | The unique identifier of the app on Google Play Store (e.g., "com.openai.chat" for ChatGPT) |
maxItems | Integer | Number of reviews to scrape (default: 100) |
lang | String | Language of reviews (default: "en") |
country | String | Country code for reviews (default: "us") |
sort | Integer | Sorting method (2: newest, 3: rating, 1: helpfulness) |
The actor outputs an array of review objects, each containing:
A full explanation of an input example in JSON.
1{ 2 "appId": "com.openai.chat", 3 "maxItems": 100, 4 "lang": "en", 5 "country": "us", 6 "sort": "2" 7}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": "925ca77d-f811-4ec5-b023-efd931544809", 4 "userName": "rikki0859", 5 "userImage": "https://play-lh.googleusercontent.com/a/ACg8ocI207kHQxwKMene8Vwjq-PYx7sLkZpc6dPgTEIab4W_2W0aJw=mo", 6 "date": "2024-11-27T03:34:45.833Z", 7 "score": 5, 8 "scoreText": "5", 9 "url": "https://play.google.com/store/apps/details?id=com.openai.chatgpt&reviewId=925ca77d-f811-4ec5-b023-efd931544809", 10 "title": null, 11 "text": "I am a first-time user of the program, and I am very pleased with what I have experienced.", 12 "replyDate": null, 13 "replyText": null, 14 "version": "1.2024.317", 15 "thumbsUp": 0, 16 "criterias": [] 17 }, 18 { 19 "id": "ac9e2747-8b15-49f9-bb9d-ee4ff077c725", 20 "userName": "SUNITA NISHAD", 21 "userImage": "https://play-lh.googleusercontent.com/a/ACg8ocJDIwFiKmmf02FniQTTSy6UdB3tBAtQgVdykUCyn1tgwVv3JA=mo", 22 "date": "2024-11-27T03:33:10.530Z", 23 "score": 5, 24 "scoreText": "5", 25 "url": "https://play.google.com/store/apps/details?id=com.openai.chatgpt&reviewId=ac9e2747-8b15-49f9-bb9d-ee4ff077c725", 26 "title": null, 27 "text": "nice", 28 "replyDate": null, 29 "replyText": null, 30 "version": "1.2024.317", 31 "thumbsUp": 0, 32 "criterias": [] 33 }, 34 ... 35]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!