Mobbin: Get Screens
Mobbin via Parse · developer_tools
Get UI screens for a specific screen pattern, optionally filtered by screen element. Returns screenshot URLs, app names, and annotations (screen name, description, patterns, elements) for each screen. The screen_pattern slug identifies the pattern category (e.g., 'login', 'admin-dashboard', 'checkout') and can be discovered from the screens listing on the site. When screen_element is provided, only screens annotated with that element are returned. Each page returns up to ~60 screens. Search and explore UI/UX design flows from Mobbin's public explore pages. Access flow categories, individual flow details with screenshots, and search across all flow types for mobile and web platforms. Fulfilled by Parse from mobbin.com.
- developer-tools
- mobbin
- mobbin-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/945ab7a7-80c0-42fc-80d1-0278c40a86d0/get_screens
- Interface artifact
- sha256:033c832487881f731b1dc4cb85964b99fcdc46359c12bfab181546d48dac647f
- Manifest digest
- sha256:3f706fd33d5b427f272725e47feaf2f713844ba84799c4a7e634d7c42163940f
Request fields
- platform (string): Platform type. Accepted values: 'mobile', 'web'.: Allowed values: web, mobile
- screen_element (string): Filter screens by UI element. Case-insensitive substring match against element name or slug. Examples: 'button', 'text-field', 'link', 'divider', 'dialog'. When omitted, all screens for the pattern are returned.
- screen_pattern (string, required): Screen pattern slug identifying the UI pattern category (e.g., 'login', 'admin-dashboard', 'checkout', 'onboarding'). Use slugs from the Mobbin explore screens page.
Example queries
- {"platform":"web","screen_pattern":"login"}