Google Play Store Reviews Scraper avatar
Google Play Store Reviews Scraper

Pricing

$25.00/month + usage

Go to Store
Google Play Store Reviews Scraper

Google Play Store Reviews Scraper

Developed by

Neatrat

Neatrat

Maintained by Community

🌟 Scrape thousands of Google Play Store reviews with advanced filters. Fast, clean, and customizable.

5.0 (3)

Pricing

$25.00/month + usage

3

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

4 days ago

An Apify actor that scrapes reviews from Google Play Store apps. Extract comprehensive review data including ratings, reviewer information, review text, dates, and metadata.

Features

  • ⚑ Lightning Fast: Get thousands of reviews in seconds
  • πŸ”„ No Proxy Required: We handle proxy rotation automatically - no setup needed!
  • πŸ” Flexible Input: Accepts app package name or full Google Play Store URL
  • ⭐ Rich Data: Extracts ratings, reviewer names, review text, dates, languages, and helpful vote counts
  • 🎯 Advanced Filtering: Filter by star ratings, keywords, date ranges, and more
  • πŸ“„ Pagination Support: Automatically handles pagination to get all available reviews
  • πŸš€ High Performance: Optimized for speed and reliability with retry logic

Input Parameters

ParameterTypeDefaultDescription
appIdOrUrlStringRequiredApp package name (e.g., 'com.supercell.brawlstars') or full Google Play Store URL
startPageInteger1Page number to start scraping from
pagesToScrapeInteger10Maximum number of pages to scrape (-1 for all available)
reviewsPerPageInteger100Number of reviews per page to scrape
maxReviewsInteger10000Maximum number of reviews to scrape (-1 for no limit)
sortByString"top"Sort reviews by "top" (most helpful) or "recent" (most recent)
ratingsArray[1,2,3,4,5]Filter reviews by star ratings (1-5)
keywordsArray[]Filter reviews containing specific keywords
endDateStringnullOnly include reviews posted before this date (YYYY-MM-DD format)
recentDaysInteger0Only include reviews from the last N days (0 = disabled)
uniqueOnlyBooleantrueRemove duplicate reviews (by review ID)

Output Data

Each review contains the following fields:

FieldTypeDescription
reviewIdStringUnique review identifier
ratingIntegerStar rating (1-5)
reviewerStringName of the reviewer
dateStringReview date in ISO format (YYYY-MM-DD)
bodyStringFull text content of the review
languageStringLanguage code of the review
userImageStringURL to reviewer's profile image
helpfulCountsIntegerNumber of helpful votes the review received
appIdStringApp package name
timestampIntegerUnix timestamp of the review
positionIntegerPosition/order of review in the results

Usage Examples

Basic Usage

{
"appIdOrUrl": "https://play.google.com/store/apps/details?id=com.supercell.brawlstars",
"maxReviews": 10000,
"reviewsPerPage": 100,
"pagesToScrape": 10
}

Advanced Filtering

{
"appIdOrUrl": "com.supercell.brawlstars",
"ratings": [4, 5],
"keywords": ["great", "amazing", "fun"],
"recentDays": 30,
"maxReviews": 100,
"sortBy": "recent"
}

Package Name Only

{
"appIdOrUrl": "com.supercell.brawlstars",
"pagesToScrape": 5,
"sortBy": "top"
}

How to Get App Package Name

You can provide either:

  1. Full Google Play Store URL:

    https://play.google.com/store/apps/details?id=com.supercell.brawlstars
  2. Package name only:

    com.supercell.brawlstars

The package name is the string after id= in the Google Play Store URL.

Rate Limiting & Best Practices

  • The scraper includes built-in delays between requests to respect Google Play Store's servers
  • Proxy is handled by us!

Common Use Cases

  • Market Research: Analyze user sentiment and feedback for mobile apps
  • Competitive Analysis: Compare reviews across similar apps
  • Product Development: Identify common issues and feature requests
  • Content Moderation: Monitor reviews for specific keywords or patterns
  • Trend Analysis: Track review patterns over time

Error Handling

The actor includes comprehensive error handling:

  • Invalid package names or URLs are detected and reported
  • Network timeouts are handled with automatic retries
  • Parsing errors are logged with detailed information
  • Empty responses and rate limiting are gracefully handled

Performance Notes

  • Processing speed depends on the number of reviews and applied filters
  • Memory usage scales with the number of reviews being processed

Support

For issues, feature requests, or questions:

  1. Check the actor run logs for detailed error messages
  2. Verify the app package name or URL is correct
  3. Try with smaller batch sizes if encountering timeouts
  4. Contact support through the Apify platform