Mobile screenshots
App name or bundle ID in. Store listing screenshots, ratings, and device-emulated UI out.
- Bundle ID lookup
- Store screenshots
- Device emulation
- Real Android UI
Mobile screenshots
Fetch store listings, app metadata, and real Android UI screenshots.
- 3
- platforms supported
- 15+
- device profiles
What developers actually call
Every capture goes through the same async job model. Submit → poll → result. The SDK wraps the polling loop for you.
1const result = await client.screenshots.mobileAndWait({
2 bundleId: "com.instagram.android",
3 platform: "android-real"
4});From request to result
Identify
Submit an app name, bundle ID (iOS), or package name (Android). The API resolves the store listing URL automatically.
Scrape listing
A Playwright context loads the App Store or Google Play page and extracts screenshots, metadata, ratings, and developer details.
Emulate or capture real UI
Optionally render the app in a device-emulated browser context. Enterprise tier supports real Android ADB capture.
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
appName | string | Optional | Human-readable app name, e.g. 'Instagram'. |
bundleId | string | Optional | iOS bundle ID, e.g. 'com.burbn.instagram'. |
packageName | string | Optional | Android package name, e.g. 'com.instagram.android'. |
platform | "ios"|"android"|"android-real" | Required | Target platform. android-real requires Enterprise. |
deviceEmulation | string | Optional | Device profile name from Playwright's device list. |
webhookUrl | string | Optional | Endpoint to receive the completion payload. |
Full parameter reference and response schemas available in the API reference docs.
Who uses this and why
Competitive app tracking
Monitor competitor app store listings for new screenshots, rating changes, and feature callouts.
App preview assets
Generate up-to-date store screenshots programmatically for internal decks, press kits, and partner portals.
Cross-platform UI audit
Compare iOS and Android device-emulated renders to catch platform-specific layout issues before release.
Ready to use mobile screenshots?
Start on the Free tier with 100 captures per month. No credit card required.