Google Play Reviews Scraper — Android App Reviews avatar

Google Play Reviews Scraper — Android App Reviews

Pricing

from $2.00 / 1,000 review scrapeds

Go to Apify Store
Google Play Reviews Scraper — Android App Reviews

Google Play Reviews Scraper — Android App Reviews

Scrape customer reviews for any Android app from Google Play. Multiple apps, countries and languages, sorted by newest, rating or relevance. Clean JSON with rating, text, votes, version and developer replies — perfect for ASO, competitor research and sentiment analysis.

Pricing

from $2.00 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Oaida Adrian

Oaida Adrian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

Scrape customer reviews for any Android app from the Google Play Store — across countries and languages, sorted by newest, rating, or relevance. One clean JSON item per review, including developer replies.

What you get per review

  • Star rating (1–5) and full review text
  • Reviewer name, review date, thumbs-up count
  • App version the review refers to
  • Developer reply text and date (when present)
  • App metadata: name, developer, overall rating, install count

Who is this for?

  • ASO & product teams — track how releases land, catch bug-report spikes early
  • Competitor research — mine competitors' 1-star reviews for feature gaps
  • Sentiment analysis / AI — clean labeled text (rating + review) for training and dashboards
  • Agencies — automated review monitoring for client apps

Need iOS coverage too? Use the companion App Store Reviews Scraper — same output shape, both platforms in one pipeline.

Input

{
"apps": ["com.whatsapp", "https://play.google.com/store/apps/details?id=com.spotify.music"],
"countries": ["us", "gb"],
"language": "en",
"sortBy": "newest",
"maxReviewsPerApp": 200
}

Both package names and full Play Store URLs work.

Output (one item per review)

{
"appId": "com.whatsapp",
"appName": "WhatsApp Messenger",
"developer": "WhatsApp LLC",
"country": "us",
"rating": 1,
"content": "After the update the app keeps crashing on startup...",
"author": "Jane D",
"thumbsUp": 41,
"appVersion": "2.26.13.75",
"createdAt": "2026-07-08T14:22:31",
"replyContent": "Hi, please update to the latest version...",
"repliedAt": "2026-07-09T09:02:11"
}

Pricing

Pay per event: a small fee per review scraped. No subscription — scrape 100 reviews or 100,000.

FAQ

How many reviews can I get? Unlike the iOS feed, Google Play pagination is effectively unlimited — the scraper walks continuation tokens until it hits your maxReviewsPerApp.

Does it include developer replies? Yes — replyContent and repliedAt are included whenever the developer responded.