Discover/mobbin.com API
live

mobbin.com APImobbin.com

Access Mobbin's UI/UX design flows via API. Browse flow categories, get detailed screen data with screenshots, and search flows by keyword for mobile and web.

Endpoints
3
Updated
14d ago
Try it
Platform type. Accepted values: 'mobile', 'web'.
api.parse.bot/scraper/945ab7a7-80c0-42fc-80d1-0278c40a86d0/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/945ab7a7-80c0-42fc-80d1-0278c40a86d0/list_flows?platform=mobile' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

List all flow categories and their flow types for a given platform. Returns categories (e.g., Account Management, Commerce & Finance) with flow type tags, counts, slugs, and preview screenshots.

Input
ParamTypeDescription
platformstringPlatform type. Accepted values: 'mobile', 'web'.
Response
{
  "type": "object",
  "fields": {
    "platform": "string, the platform queried",
    "categories": "array of category objects, each with title and flow_types containing tag, slug, flow_count, and preview_screens",
    "total_categories": "integer, total number of categories",
    "total_flow_types": "integer, total number of flow types across all categories"
  },
  "sample": {
    "data": {
      "platform": "mobile",
      "categories": [
        {
          "title": "Account Management",
          "flow_types": [
            {
              "tag": "Deleting & Deactivating Account",
              "slug": "deleting-deactivating-account",
              "flow_count": 576,
              "preview_screens": [
                {
                  "id": "c06dfa2a-c4d5-4d34-bfcc-0ddc0f68328a",
                  "app_name": "Monarch",
                  "image_url": "https://bytescale.mobbin.com/FW25bBB/image/mobbin.com/prod/file.webp?enc=..."
                }
              ]
            }
          ]
        }
      ],
      "total_categories": 6,
      "total_flow_types": 70
    },
    "status": "success"
  }
}

About the mobbin.com API

The Mobbin API exposes 3 endpoints for querying UI/UX design flows indexed from Mobbin's public explore pages, covering both mobile and web platforms. list_flows returns all flow categories with per-type counts and preview screenshots. get_flow_details returns individual flows including app name, screen patterns, screen elements, and video URLs. search_flows lets you find flow types by keyword across all categories.

What the API Covers

The Mobbin API gives programmatic access to Mobbin's categorized library of real-world UI/UX flow recordings. Two platforms are supported — mobile and web — and every endpoint accepts an optional platform parameter to scope results. list_flows returns an array of categories (for example, "Account Management" or "Commerce & Finance"), each containing its flow types with a tag, slug, flow_count, and preview_screens array.

Getting Flow Details

get_flow_details takes a required flow_action slug (such as logging-in or adding-to-cart-bag) and returns a flows array. Each flow object includes the app_name, app_id, app_logo_url, platform, an actions list, a video_url, and a screens array. Each screen carries pattern and element annotations, making the response useful for analyzing interaction patterns at a granular level. The total_flows field tells you how many flows matched the slug.

Searching Across Flow Types

search_flows accepts a query string and performs case-insensitive substring matching against both flow tag names and category titles. Results include each match's category, tag, slug, flow_count, and a direct url. This is the fastest way to discover which slugs to pass into get_flow_details without manually browsing list_flows. The total_results field shows how many flow types matched.

Scope and Limitations

The API reflects Mobbin's publicly visible explore pages. Data is scoped to flow-level metadata and per-screen annotations; it does not include user-curated collections, individual user profiles, or private saved boards. Flow coverage depends on what Mobbin has indexed for each app, so less common apps may have few or no flows.

Common use cases
  • Audit onboarding flows across competing apps by querying the 'onboarding' slug via get_flow_details and comparing screen counts and patterns.
  • Build a design reference tool that maps flow categories from list_flows to annotated screenshots for a given platform.
  • Search for checkout flows using search_flows with a query like 'cart' to surface all relevant slugs before pulling full screen data.
  • Track how many apps implement a specific flow type by reading the flow_count field returned by list_flows or search_flows.
  • Extract app logo URLs and names from get_flow_details to build a competitive landscape of apps covering a specific user action.
  • Compare mobile vs. web implementations of the same flow by calling get_flow_details with both platform values and diffing the screen elements.
  • Populate a design system database with real-world screen pattern labels sourced from the screens array in get_flow_details.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Mobbin have an official developer API?+
Mobbin does not currently offer a public developer API. Their product is a web-based design reference tool without documented API access for external developers.
What does get_flow_details return beyond screenshots?+
Each flow object includes the app name, app ID, app logo URL, platform, a list of actions, a video URL, and a screens array. Each screen object carries pattern and element annotations — not just image URLs — so you can work with structural metadata about each screen state.
Does search_flows support exact-match or advanced query syntax?+
No. search_flows performs case-insensitive substring matching against flow tag names and category titles. There is no support for boolean operators, field-scoped queries, or phrase matching. Use list_flows to see the full tag taxonomy and identify precise slugs when substring results are too broad.
Does the API return data for specific apps, or let me filter flows by app name?+
Currently, the API organizes flows by action type and platform rather than by app. You can retrieve all flows for a given slug via get_flow_details and then filter the returned app_name fields client-side. The API does not expose a dedicated endpoint for fetching all flows from a single app. You can fork this API on Parse and revise it to add an app-centric endpoint if that lookup pattern is important for your use case.
Are pagination controls available for large result sets?+
The current endpoints return all matching flows or categories in a single response without pagination parameters. For flow actions with a high flow_count, the full result set is returned at once. You can fork this API on Parse and revise it to add limit and offset parameters if handling large payloads is a concern.
Page content last updated . Spec covers 3 endpoints from mobbin.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.