Fetch reviews for an Android app from its Google Play Store listing: reviewer name, star rating, date, and review text. No login required.
Input
package_idrequired
Android app package id, e.g. "com.Slack" (from play.google.com/store/apps/details?id=<package_id>)
Output
reviewsrequired
package_idrequired
FAQ
Fetch reviews for an Android app from its Google Play Store listing: reviewer name, star rating, date, and review text. No login required.
Required: package_id.
It returns reviews, package_id.
No. It only uses pages of play.google.com that are reachable without signing in.
It only reads. It looks things up on play.google.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/play.google.com/get_app_reviews, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/play.google.com/get_app_reviews
It is part of Reduck's official curated catalogue.