Google Play App Reviews Scraper avatar
Google Play App Reviews Scraper

Pricing

$4.99/month + usage

Go to Apify Store
Google Play App Reviews Scraper

Google Play App Reviews Scraper

Developed by

Zoro

Zoro

Maintained by Community

Extract user reviews from any Google Play app using its App ID. Collect ratings, review texts, timestamps, and user info in bulk for sentiment analysis, competitor research, or app performance insights. Ideal for automated Google Play review data extraction.

0.0 (0)

Pricing

$4.99/month + usage

0

5

5

Last modified

6 days ago

This Apify actor allows you to scrape user reviews from the Google Play Store for a single app.

Features

  • Fetches detailed user reviews including user name, content, rating, thumbs up count, app version, and review date.
  • Supports specifying the number of reviews to fetch.
  • Outputs reviews as JSON to Apify dataset.

Input

  • app_id: Google Play app ID. Example: com.whatsapp
  • review_count: Number of reviews to fetch. Example: 20

Output

The actor pushes a single JSON object to the Apify dataset:

  • app_id
  • reviews: List of review objects, each with fields:
    • reviewId
    • userName
    • userImage
    • content
    • score
    • thumbsUpCount
    • reviewCreatedVersion
    • at
    • replyContent
    • repliedAt
    • appVersion

Notes

  • This actor fetches reviews for a single app at a time.