MobileFree to Growth

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
Minimum planFree to Growth
SDK example

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});
How it works

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.

API reference

Request parameters

ParameterTypeRequiredDescription
appNamestringOptionalHuman-readable app name, e.g. 'Instagram'.
bundleIdstringOptionaliOS bundle ID, e.g. 'com.burbn.instagram'.
packageNamestringOptionalAndroid package name, e.g. 'com.instagram.android'.
platform"ios"|"android"|"android-real"RequiredTarget platform. android-real requires Enterprise.
deviceEmulationstringOptionalDevice profile name from Playwright's device list.
webhookUrlstringOptionalEndpoint to receive the completion payload.

Full parameter reference and response schemas available in the API reference docs.

Use cases

Who uses this and why

Research

Competitive app tracking

Monitor competitor app store listings for new screenshots, rating changes, and feature callouts.

Portfolio

App preview assets

Generate up-to-date store screenshots programmatically for internal decks, press kits, and partner portals.

QA

Cross-platform UI audit

Compare iOS and Android device-emulated renders to catch platform-specific layout issues before release.

Get started

Ready to use mobile screenshots?

Start on the Free tier with 100 captures per month. No credit card required.