screenshot_mobile
Retrieve app store listing screenshots for any iOS or Android app by name or bundle/package ID. Returns screenshots from Google Play and Apple App Store with version, rating, and category metadata.
Instructions
Fetch app store listing screenshots for any iOS or Android app by name or bundle/package ID. Returns screenshots from Google Play and/or the Apple App Store along with rich metadata (version, rating, reviews, category).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | No | App name to search for, e.g. "Instagram" or "Spotify". Either appName or bundleId is required. | |
| bundleId | No | Direct app identifier: Android package name (com.instagram.android) or iOS App Store ID (389801252). | |
| platform | No | Which store(s) to fetch from. Defaults to both. | both |
| waitForResult | No | If true (default), waits for the job to complete before returning. |