Google Play Reviews Scraper avatar

Google Play Reviews Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Play Reviews Scraper

Google Play Reviews Scraper

Under maintenance

Effortlessly scrape and analyze user reviews from any Google Play Store application. Get valuable insights into user feedback, ratings, and sentiment with support for multiple languages. Perfect for app developers and market researchers.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Collects actual Google Play app metadata and review records through google-play-scraper. Use modern appIds (one to twenty package IDs) or legacy appId; the runtime requires one of them.

Each review has app/review identity, source review data, optional developer reply and criteria, deterministic per-app/page/global ranks, and truthful word/character/reply/criteria metrics. It also carries source-backed app metadata such as installs, aggregate score/histogram, pricing, developer/contact, genre/categories, media, availability, release/version, and Android compatibility when Google Play returns those fields. Missing values are omitted, and reserved top-level id, title, and description are never emitted.

The actor requests app metadata once per app, pages reviews to the exact maxReviews cap, rejects duplicate review IDs, retries calls up to three times, and refuses to emit a partial input set. Direct requests are the default; optional Apify Proxy or custom HTTP(S) proxy settings apply consistently to app and review calls. appIds and legacy appId are mutually exclusive.

Successful runs also write an OUTPUT key-value record with requested and scraped app/review counts, locale, sort, actual proxy use, and completion time. A zero-review or incomplete multi-app run fails without emitting partial dataset rows.

Example input

{
"appIds": ["com.spotify.music"],
"language": "en",
"country": "us",
"sort": "newest",
"maxReviews": 25
}

Example output

{
"appId": "com.spotify.music",
"reviewId": "review-123",
"appName": "Spotify",
"score": 5,
"text": "The music recommendations are great.",
"hasDeveloperReply": false,
"reviewWordCount": 6,
"reviewCharacterCount": 43,
"url": "https://play.google.com/store/apps/details?id=com.spotify.music"
}

Run npm run lint, npm test, apify run, and npm run validate after installation.