Google Play Reviews Scraper avatar

Google Play Reviews Scraper

Pricing

from $0.15 / 1,000 review or app info extracteds

Go to Apify Store
Google Play Reviews Scraper

Google Play Reviews Scraper

Extract Google Play app reviews and metadata without proxy. Get rating, review text, author, version, date, developer replies — for any Android app in any language/country. Pair with App Store Reviews for cross-platform coverage.

Pricing

from $0.15 / 1,000 review or app info extracteds

Rating

0.0

(0)

Developer

Obsidian IT Consulting SRL

Obsidian IT Consulting SRL

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Extract Google Play reviews and app metadata without proxy. Get ratings, review text, developer replies, install counts — for any Android app, in any language and country.

What you get

App metadata (type: "app_info")

FieldDescription
appIdPackage name (e.g. com.whatsapp)
appNameApp name
developerDeveloper name
categoryApp category
pricePrice (0 = free)
ratingAverage star rating
reviewCountTotal number of ratings
installsInstall count (e.g. "1,000,000+")
versionCurrent version
updatedLast update timestamp

Reviews (type: "review")

FieldDescription
reviewIdUnique review ID
authorReviewer username
ratingStar rating (1–5)
reviewFull review text
dateReview date (ISO)
thumbsUpHelpful vote count
appVersionApp version reviewed
developerReplyDeveloper response text (if any)
developerReplyDateDate of developer response

Watchlist mode — delta tracking

Enable watchlistMode: true to only get reviews published since your last run. The actor saves a timestamp after each run and uses it automatically next time.

{
"apps": ["com.spotify.music"],
"watchlistMode": true
}

Run on a schedule → only new reviews flow into your pipeline each time. When sorted by newest, the actor stops pagination as soon as it reaches already-seen reviews — fast and efficient.

You can also set a one-time start date manually with sinceDate:

{
"apps": ["com.spotify.music"],
"sinceDate": "2026-06-01T00:00:00Z"
}

Use cases

  • Product feedback — monitor your own app reviews across all markets
  • ASO (App Store Optimization) — find what users request most
  • Competitor analysis — track rival app ratings and sentiment over time
  • Developer reply monitoring — learn how top apps respond to negative reviews
  • Recurring watchlist — schedule runs and only process new reviews each time
  • Cross-platform — pair with App Store Reviews Scraper for full iOS + Android coverage

Example input

{
"apps": ["com.spotify.music", "https://play.google.com/store/apps/details?id=com.whatsapp"],
"languages": ["en", "fr"],
"countries": ["us", "fr"],
"maxReviews": 200,
"sortBy": "newest",
"minRating": 0
}

Example output

{
"type": "review",
"store": "google_play",
"appId": "com.spotify.music",
"author": "MusicLover42",
"rating": 4,
"review": "Great app overall, but the offline mode has been buggy lately",
"date": "2026-05-15T10:23:00.000Z",
"thumbsUp": 12,
"appVersion": "8.9.14",
"developerReply": "Thanks for the feedback! We're looking into the offline issue.",
"developerReplyDate": "2026-05-16T09:00:00.000Z",
"lang": "en",
"country": "us"
}

Sorting options

ValueDescription
newestMost recent reviews first (default)
ratingHighest rated first
helpfulnessMost helpful first

Pricing

$0.15 per 1,000 results ($0.00015/item). Only pay for what you extract.

FAQ

Does it require a proxy? No — reads public data from Google Play without needing any proxy.

Can I scrape multiple apps at once? Yes — pass a list of app IDs or full Google Play URLs in the apps field.

Can I filter by minimum rating? Yes — set minRating: 4 to only get reviews with 4+ stars.

How many reviews can I get? Controlled by maxReviews per app/language/country combination. No hard cap.

What formats are supported? Output is available as JSON, CSV, Excel, or XML via the Apify dataset viewer.