App Logo
play.google.com

Get Google Play app details

Fetch an Android app's store listing details: name, description, developer, category, rating, review count, price, and icon. No login required.

Input

package_id required

Android app package id, e.g. "com.Slack" (from play.google.com/store/apps/details?id=<package_id>)

Output

available required
package_id required
free optional
name optional
price optional
iconUrl optional
category optional
currency optional
developer optional
description optional
ratingCount optional
ratingValue optional
contentRating optional

FAQ

Fetch an Android app's store listing details: name, description, developer, category, rating, review count, price, and icon. No login required.
Required: package_id.
It returns free, name, price, iconUrl, category, currency, available, developer, package_id, description, ratingCount, ratingValue, contentRating.
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, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/play.google.com/get_app
It is part of Reduck's official curated catalogue.

Start building not clicking