Google Play Reviews Scraper — Ratings & Replies avatar

Google Play Reviews Scraper — Ratings & Replies

Pricing

from $0.06 / 1,000 results

Go to Apify Store
Google Play Reviews Scraper — Ratings & Replies

Google Play Reviews Scraper — Ratings & Replies

Export public reviews for one or many Google Play apps. Choose newest, helpful, or rating order and get one row per review with its score, text, author, date, helpful count, app version, and developer reply.

Pricing

from $0.06 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Google Play Reviews Scraper

Export public Google Play reviews as one row per review — rating, text, author, time, helpful count, reviewed app version, and the developer reply when one exists.

The app input accepts package IDs and Google Play links:

{
"package_ids": ["com.spotify.music"],
"language": "en_US",
"country": "US",
"maxReviews": 100,
"sort": "newest"
}

maxReviews applies to each app and accepts 1–1,000. A batch of three apps with maxReviews: 100 can therefore save up to 300 rows.

Review order

sortUse it for
newestMonitoring recent feedback
helpfulReading reviews users found useful
ratingFollowing Google Play's rating order

Example row

This row came from a US English Spotify review:

{
"package_id": "com.spotify.music",
"review_id": "87d30857-a229-4cdb-bf58-d77c08c04768",
"author": "Jacob Gaynor",
"score": 3,
"text": "laggy",
"timestamp": 1787335892,
"helpful_count": 0,
"developer_reply": null,
"app_version": "9.1.76.2055",
"sort": "newest"
}

Reviews are localized. Change country or language and Google Play may return a different set. developer_reply and app_version are null when the review does not carry them. An app with no public reviews finishes successfully with no review rows.

Need overall rating counts, install range, screenshots, or listing dates instead? Use the google-play-scraper (appDetail mode). To find apps by keyword before collecting feedback, use the Google Play Search Scraper.