playstore_get_listing
Retrieve store listings for an Android app. Specify a language to get the full listing, or omit to get all listings with titles and short descriptions.
Instructions
Get store listing(s) for an app. If language is specified, returns the full listing for that language. Otherwise returns all listings with titles and short descriptions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android package name | |
| language | No | BCP-47 language code (e.g., en-US, ko-KR). If omitted, returns all listings. |