Google Play App Reviews Search
google_play_reviews_searchPull Google Play Store reviews for Android apps to analyze star ratings, review text, developer replies, and app metadata. Use it for sentiment research and competitor monitoring.
Instructions
Extract public Google Play Store reviews for one or more Android apps, including star rating, review text, reviewer name, developer replies, and app-level metadata (rating breakdown, installs, category, developer).
Behavioral Transparency:
Execution: Network call executed synchronously in the cloud via Apify Actor 'captainhandsome/google-play-reviews-scraper'.
Side Effects: Reads public sources and creates a billed Actor run and dataset on your Apify account.
Authentication: Requires APIFY_TOKEN environment variable.
Latency & Limits: Typical run duration is 15-45 seconds per app; timeout capped at 120 seconds.
Usage Guidelines:
When to use: Use for app-store sentiment research, competitor review monitoring, feature/complaint mining, or tracking developer response rates across one or more Android apps.
When NOT to use: Do not use for iOS App Store reviews, general web search, or employment/job data.
Named alternatives: Use 'linkedin_jobs_search' for hiring/job listings or 'youtube_video_search' for video content discovery; neither covers app-store review data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scores | No | Optional star-rating filter (1-5). Keep only reviews matching any of these ratings, e.g. [1, 2] for negative reviews. Omit to return all ratings. | |
| app_ids | Yes | Android package IDs or full Google Play app URLs to pull reviews for, up to 25 (e.g. ['com.spotify.music', 'com.google.android.youtube']). | |
| keywords | No | Optional list of words or phrases; keep only reviews whose text contains any of them (case-insensitive). Omit to skip this filter. | |
| max_results | No | Maximum number of review records to return per app. Defaults to 25. | |
| recent_days | No | Optional recency filter: keep only reviews posted within this many days of now (e.g. 30). Omit to return reviews of any age. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | ||
| error | No | ||
| status | Yes | ||
| results | Yes |