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

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.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

Zoro

Zoro

Maintained by Community

Actor stats

0

Bookmarked

31

Total users

1

Monthly active users

2 months ago

Last modified

Categories

Share

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.