{
  "openapi": "3.0.1",
  "info": {
    "title": "BetaList Startup Directory Scraper",
    "description": "Scrape BetaList - the startup discovery directory. Get the latest launches feed, run full-text search, or browse by category & tag. Extracts name, tagline, logo, launch date, and featured status.",
    "version": "1.0",
    "x-build-id": "ntR30ca6hO7nDt9du"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~betalist-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-betalist-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~betalist-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-betalist-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~betalist-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-betalist-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "latest",
              "search",
              "category_tag_browse",
              "region_browse",
              "maker_browse",
              "collection_browse"
            ],
            "type": "string",
            "description": "What to scrape.",
            "default": "latest"
          },
          "searchQuery": {
            "title": "Search query (mode=search)",
            "type": "string",
            "description": "Free-text query matched against startup name, tagline, and description.",
            "default": "ai"
          },
          "categoryTag": {
            "title": "Category & tag (mode=category_tag_browse)",
            "enum": [
              "ai/ai-assistant",
              "ai/ai-chat",
              "ai/ai-copywriting",
              "ai/ai-development",
              "ai/ai-image-creation",
              "ai/ai-image-processing",
              "ai/ai-marketing",
              "ai/ai-tool",
              "ai/ai-tools",
              "ai/algorithms",
              "ai/artificial-intelligence",
              "ai/bots",
              "ai/chatbot",
              "ai/chatgpt-powered",
              "ai/computer-vision",
              "ai/conversational-ai",
              "ai/image-generation",
              "ai/image-recognition",
              "ai/machine-learning",
              "ai/natural-language-processing",
              "ai/personalization",
              "ai/semantic-search",
              "ai/speech-recognition",
              "ai/text-to-speech",
              "ai/transcription",
              "commerce/app-discovery",
              "commerce/app-stores",
              "commerce/auctions",
              "commerce/babies",
              "commerce/baby-accessories",
              "commerce/beauty",
              "commerce/bridging-online-and-offline",
              "commerce/classifieds",
              "commerce/coffee",
              "commerce/collaborative-consumption",
              "commerce/collectibles",
              "commerce/commercial-real-estate",
              "commerce/comparison-shopping",
              "commerce/consumer-goods",
              "commerce/consumers",
              "commerce/cosmetics",
              "commerce/coupons",
              "commerce/craft-beer",
              "commerce/custom-retail",
              "commerce/deals",
              "commerce/discounts",
              "commerce/e-commerce",
              "commerce/e-commerce-platforms",
              "commerce/farmers-market",
              "commerce/fashion",
              "commerce/flash-sales",
              "commerce/flowers",
              "commerce/fmcg",
              "commerce/food-and-beverages",
              "commerce/franchises",
              "commerce/freemium",
              "commerce/gift-card",
              "commerce/gift-registries",
              "commerce/golf-equipment",
              "commerce/green-consumer-goods",
              "commerce/groceries",
              "commerce/handmade",
              "commerce/home-decor",
              "commerce/home-garden",
              "commerce/home-owners",
              "commerce/home-renovation",
              "commerce/hunting-industry",
              "commerce/jewelry",
              "commerce/lifestyle",
              "commerce/lifestyle-businesses",
              "commerce/lifestyle-products",
              "commerce/local",
              "commerce/local-based-services",
              "commerce/local-businesses",
              "commerce/local-commerce",
              "commerce/local-coupons",
              "commerce/local-services",
              "commerce/marketplaces",
              "commerce/mass-customization",
              "commerce/mens-specific",
              "commerce/mobile-commerce",
              "commerce/mobile-coupons",
              "commerce/mobile-shopping",
              "commerce/online-auctions",
              "commerce/online-rental",
              "commerce/online-shopping",
              "commerce/organic",
              "commerce/organic-food",
              "commerce/pets",
              "commerce/point-of-sale",
              "commerce/price-comparison",
              "commerce/product-search",
              "commerce/qr-codes",
              "commerce/restaurants",
              "commerce/retail",
              "commerce/retail-technology",
              "commerce/reviews-and-recommendations",
              "commerce/shoes",
              "commerce/shopping",
              "commerce/social-commerce",
              "commerce/specialty-foods",
              "commerce/specialty-retail",
              "commerce/sporting-goods",
              "commerce/subscription-businesses",
              "commerce/toys",
              "commerce/vending-and-concessions",
              "commerce/virtual-goods",
              "commerce/wholesale",
              "commerce/wine-and-spirits",
              "customer-support/customer-service",
              "customer-support/customer-support-tools",
              "customer-support/feedback",
              "customer-support/field-support-services",
              "customer-support/ticketing",
              "data-analytics/analytics",
              "data-analytics/big-data",
              "data-analytics/big-data-analytics",
              "data-analytics/business-analytics",
              "data-analytics/business-intelligence",
              "data-analytics/consumer-behavior",
              "data-analytics/data-integration",
              "data-analytics/data-mining",
              "data-analytics/data-visualization",
              "data-analytics/demographies",
              "data-analytics/geospatial",
              "data-analytics/information-services",
              "data-analytics/market-research",
              "data-analytics/marketing-analytic",
              "data-analytics/mobile-analytics",
              "data-analytics/optimization",
              "data-analytics/polling",
              "data-analytics/predictive-analytics",
              "data-analytics/real-time",
              "data-analytics/search",
              "data-analytics/semantic-web",
              "data-analytics/text-analytics",
              "data-analytics/tracking",
              "data-analytics/vertical-search",
              "data-analytics/visual-search",
              "data-analytics/visualization",
              "design-creative/3d",
              "design-creative/3d-technology",
              "design-creative/architecture",
              "design-creative/art",
              "design-creative/cad",
              "design-creative/creative",
              "design-creative/creative-industries",
              "design-creative/design",
              "design-creative/designers",
              "design-creative/graphics",
              "design-creative/human-computer-interaction",
              "design-creative/interior-design",
              "design-creative/photo-editing",
              "design-creative/photo-sharing",
              "design-creative/photography",
              "design-creative/product-design",
              "design-creative/simulation",
              "design-creative/usability",
              "design-creative/user-experience-design",
              "design-creative/user-testing",
              "design-creative/video",
              "design-creative/video-editing",
              "design-creative/video-streaming",
              "design-creative/web-design",
              "dev-tools/android",
              "dev-tools/application-performance-monitoring",
              "dev-tools/application-platforms",
              "dev-tools/browser-extensions",
              "dev-tools/cloud-computing",
              "dev-tools/cloud-data-services",
              "dev-tools/cloud-infrastructure",
              "dev-tools/cloud-management",
              "dev-tools/communications-infrastructure",
              "dev-tools/corporate-it",
              "dev-tools/data-centers",
              "dev-tools/databases",
              "dev-tools/deep-information-technology",
              "dev-tools/developer-apis",
              "dev-tools/developer-tools",
              "dev-tools/development-platforms",
              "dev-tools/devop",
              "dev-tools/domains",
              "dev-tools/iaas",
              "dev-tools/information-technology",
              "dev-tools/infrastructure",
              "dev-tools/internet",
              "dev-tools/internet-infrastructure",
              "dev-tools/internet-of-things",
              "dev-tools/internet-service-providers",
              "dev-tools/ios",
              "dev-tools/it-management",
              "dev-tools/no-code",
              "dev-tools/nocode",
              "dev-tools/open-source",
              "dev-tools/operating-systems",
              "dev-tools/paas",
              "dev-tools/platforms",
              "dev-tools/software",
              "dev-tools/storage",
              "dev-tools/virtualization",
              "dev-tools/web-development",
              "dev-tools/web-hosting",
              "dev-tools/widgets",
              "education/all-students",
              "education/charter-schools",
              "education/child-care",
              "education/college-campuses",
              "education/colleges",
              "education/corporate-training",
              "education/courses",
              "education/education",
              "education/education-technology",
              "education/educational-games",
              "education/edutainment",
              "education/english-speaking-world",
              "education/high-school-students",
              "education/high-schools",
              "education/k-12-education",
              "education/kids",
              "education/language-learning",
              "education/learning",
              "education/music-education",
              "education/private-school",
              "education/self-development",
              "education/teachers",
              "education/teaching-stem-concepts",
              "education/technical-continuing-education",
              "education/textbooks",
              "education/training",
              "education/tutoring",
              "education/universities",
              "education/university-students",
              "energy-environment/batteries",
              "energy-environment/biofuels",
              "energy-environment/carbon",
              "energy-environment/clean-energy",
              "energy-environment/clean-technology",
              "energy-environment/clean-technology-it",
              "energy-environment/electric-vehicles",
              "energy-environment/energy",
              "energy-environment/energy-efficiency",
              "energy-environment/energy-management",
              "energy-environment/environmental-innovation",
              "energy-environment/green",
              "energy-environment/green-building",
              "energy-environment/natural-resources",
              "energy-environment/oil-gas",
              "energy-environment/recycling",
              "energy-environment/renewable-energies",
              "energy-environment/residential-solar",
              "energy-environment/smart-grid",
              "energy-environment/solar",
              "energy-environment/sustainability",
              "energy-environment/utilities",
              "energy-environment/waste-management",
              "energy-environment/water",
              "energy-environment/water-purification",
              "finance/accounting",
              "finance/angel-investing",
              "finance/banking",
              "finance/banking-tech",
              "finance/billing",
              "finance/bitcoin",
              "finance/blockchain",
              "finance/brokers",
              "finance/consumer-finance",
              "finance/consumer-lending",
              "finance/credit",
              "finance/credit-cards",
              "finance/crowdfunding",
              "finance/cryptocurrencies",
              "finance/emerging-markets",
              "finance/finance",
              "finance/finance-technology",
              "finance/financial-exchanges",
              "finance/financial-planning",
              "finance/financial-services",
              "finance/financial-services-investments",
              "finance/fintech",
              "finance/health-and-insurance",
              "finance/hedge-funds",
              "finance/impact-investing",
              "finance/insurance",
              "finance/insurance-companies",
              "finance/invest-online",
              "finance/investment-management",
              "finance/micro-enterprises",
              "finance/microfinance",
              "finance/mobile-payments",
              "finance/moneymaking",
              "finance/nfc",
              "finance/nft",
              "finance/p2p-money-transfer",
              "finance/payments",
              "finance/personal-finance",
              "finance/real-estate-investors",
              "finance/risk-management",
              "finance/social-fundraising",
              "finance/stock-exchanges",
              "finance/trading",
              "finance/venture-capital",
              "finance/virtual-currency",
              "finance/wealth-management",
              "finance/web3",
              "government-defense/aerospace",
              "government-defense/dod-military",
              "government-defense/government-innovation",
              "government-defense/governments",
              "government-defense/homeland-security",
              "government-defense/humanitarian",
              "government-defense/law-enforcement",
              "government-defense/politics",
              "government-defense/public-safety",
              "government-defense/vice",
              "hr-recruiting/career-management",
              "hr-recruiting/career-planning",
              "hr-recruiting/college-recruiting",
              "hr-recruiting/employer-benefits-programs",
              "hr-recruiting/employment",
              "hr-recruiting/freelancers",
              "hr-recruiting/human-resource-automation",
              "hr-recruiting/human-resources",
              "hr-recruiting/jobboards",
              "hr-recruiting/jobmarket",
              "hr-recruiting/jobsearch",
              "hr-recruiting/professional-networking",
              "hr-recruiting/recruiting",
              "hr-recruiting/social-recruiting",
              "hr-recruiting/staffing-firms",
              "hr-recruiting/temporary-staffing",
              "hardware/3d-printing",
              "hardware/apple-vision-pro",
              "hardware/apple-watch",
              "hardware/augmented-reality",
              "hardware/bicycles",
              "hardware/communications-hardware",
              "hardware/computers",
              "hardware/consumer-electronics",
              "hardware/digital-signage",
              "hardware/displays",
              "hardware/drones",
              "hardware/electronics",
              "hardware/embedded-hardware-and-software",
              "hardware/gadget",
              "hardware/google-glass",
              "hardware/gps",
              "hardware/hardware",
              "hardware/hardware-software",
              "hardware/home-automation",
              "hardware/indoor-positioning",
              "hardware/ipad",
              "hardware/iphone",
              "hardware/lighting",
              "hardware/mobile-devices",
              "hardware/motors",
              "hardware/nanotechnology",
              "hardware/robotics",
              "hardware/sensors",
              "hardware/smart-building",
              "hardware/tablets",
              "hardware/telecommunications",
              "hardware/virtual-reality",
              "hardware/wearables",
              "hardware/windows-phone-7",
              "hardware/wireless",
              "health/active-lifestyle",
              "health/alternative-medicine",
              "health/bioinformatics",
              "health/biotechnology",
              "health/clinical-trials",
              "health/corporate-wellness",
              "health/dental",
              "health/diabetes",
              "health/diagnostics",
              "health/dietary-supplements",
              "health/doctors",
              "health/elder-care",
              "health/exercise",
              "health/fitness",
              "health/habit-changers",
              "health/health-and-wellness",
              "health/health-care",
              "health/health-care-information-technology",
              "health/healthcare-services",
              "health/hospitals",
              "health/life-sciences",
              "health/medical",
              "health/medical-devices",
              "health/medical-marijuana-patients",
              "health/medical-professionals",
              "health/medical-start-ups",
              "health/mobile-emergency-health",
              "health/mobile-health",
              "health/neuroscience",
              "health/nutrition",
              "health/personal-health",
              "health/pharmaceuticals",
              "health/physicians",
              "health/psychology",
              "health/quantified-self",
              "health/rehabilitation",
              "health/senior-citizens",
              "health/senior-health",
              "health/therapeutics",
              "health/veterinary",
              "industrial/agriculture",
              "industrial/animal-feed",
              "industrial/aquaculture",
              "industrial/automotive",
              "industrial/b2b-express-delivery",
              "industrial/brewing",
              "industrial/building-products",
              "industrial/cars",
              "industrial/chemicals",
              "industrial/construction",
              "industrial/distribution",
              "industrial/engineering-firms",
              "industrial/farming",
              "industrial/fleet-management",
              "industrial/food-processing",
              "industrial/industrial",
              "industrial/industrial-automation",
              "industrial/logistics",
              "industrial/manufacturing",
              "industrial/material-science",
              "industrial/mining-technologies",
              "industrial/postal-and-courier-services",
              "industrial/printing",
              "industrial/procurement",
              "industrial/property-management",
              "industrial/real-estate",
              "industrial/realtors",
              "industrial/rental-housing",
              "industrial/shipping",
              "industrial/supply-chain-management",
              "industrial/test-and-measurement",
              "industrial/textiles",
              "legal/intellectual-property",
              "legal/legal",
              "legal/licensing",
              "marketing/ad-targeting",
              "marketing/advertising",
              "marketing/advertising-exchanges",
              "marketing/advertising-networks",
              "marketing/advertising-platforms",
              "marketing/brand-marketing",
              "marketing/cause-marketing",
              "marketing/content-marketing",
              "marketing/copywriting",
              "marketing/direct-marketing",
              "marketing/email-marketing",
              "marketing/form-builder",
              "marketing/internet-marketing",
              "marketing/lead-generation",
              "marketing/local-advertising",
              "marketing/local-search",
              "marketing/loyalty-programs",
              "marketing/marketing-automation",
              "marketing/mobile-advertising",
              "marketing/mobile-search",
              "marketing/monetization",
              "marketing/online-video-advertising",
              "marketing/outdoor-advertising",
              "marketing/performance-marketing",
              "marketing/personal-branding",
              "marketing/promotional",
              "marketing/public-relations",
              "marketing/quantitative-marketing",
              "marketing/reputation",
              "marketing/sales-and-marketing",
              "marketing/search-marketing",
              "marketing/seo",
              "marketing/social-media-advertising",
              "marketing/social-media-marketing",
              "marketing/social-media-monitoring",
              "marketing/sponsorship",
              "marketing/us-hispanic-market",
              "media-content/artists-globally",
              "media-content/audio",
              "media-content/blogging-platforms",
              "media-content/books",
              "media-content/broadcasting",
              "media-content/casual-games",
              "media-content/celebrity",
              "media-content/cloud-based-music",
              "media-content/comics",
              "media-content/concerts",
              "media-content/console-gaming",
              "media-content/content",
              "media-content/content-creators",
              "media-content/content-delivery",
              "media-content/content-discovery",
              "media-content/content-syndication",
              "media-content/cooking",
              "media-content/curated-web",
              "media-content/digital-entertainment",
              "media-content/digital-media",
              "media-content/diy",
              "media-content/e-books",
              "media-content/ebooks",
              "media-content/email-newsletters",
              "media-content/entertainment",
              "media-content/entertainment-industry",
              "media-content/events",
              "media-content/fantasy-sports",
              "media-content/film",
              "media-content/film-distribution",
              "media-content/film-production",
              "media-content/freetoplay-gaming",
              "media-content/gambling",
              "media-content/game-mechanics",
              "media-content/games",
              "media-content/guides",
              "media-content/hip-hop",
              "media-content/independent-music",
              "media-content/independent-music-labels",
              "media-content/internet-tv",
              "media-content/journalism",
              "media-content/media",
              "media-content/mmo-games",
              "media-content/mobile-games",
              "media-content/mobile-video",
              "media-content/music",
              "media-content/music-services",
              "media-content/music-venues",
              "media-content/musical-instruments",
              "media-content/musicians",
              "media-content/news",
              "media-content/online-gaming",
              "media-content/onlineevents",
              "media-content/pc-gaming",
              "media-content/performing-arts",
              "media-content/podcasting",
              "media-content/publishing",
              "media-content/racing",
              "media-content/reading-apps",
              "media-content/recipes",
              "media-content/sex-industry",
              "media-content/skill-gaming",
              "media-content/soccer",
              "media-content/social-television",
              "media-content/sports",
              "media-content/television",
              "media-content/theatre",
              "media-content/tv-production",
              "media-content/video-games",
              "media-content/video-on-demand",
              "media-content/virtual-worlds",
              "media-content/writers",
              "other/advice",
              "other/age-groups",
              "other/baby-boomers",
              "other/china-internet",
              "other/consulting",
              "other/disruptive-models",
              "other/east-africa",
              "other/enterprises",
              "other/entrepreneur",
              "other/funeral-industry",
              "other/general-public-worldwide",
              "other/high-tech",
              "other/incubators",
              "other/internet-radio-market",
              "other/invention",
              "other/non-profit",
              "other/nonprofits",
              "other/south-east-asia",
              "other/startup-histrionics",
              "other/startups",
              "other/technology",
              "other/ventures-for-good",
              "other/west-africa",
              "other/world",
              "productivity/accessibility",
              "productivity/apps",
              "productivity/business-information-systems",
              "productivity/business-productivity",
              "productivity/business-services",
              "productivity/calendar-integration",
              "productivity/collaboration",
              "productivity/communication-tools",
              "productivity/coworking",
              "productivity/document-management",
              "productivity/email",
              "productivity/enterprise-2-0",
              "productivity/enterprise-resource-planning",
              "productivity/enterprise-software",
              "productivity/event-management",
              "productivity/file-sharing",
              "productivity/gamification",
              "productivity/google-apps",
              "productivity/innovation-engineering",
              "productivity/innovation-management",
              "productivity/knowledge-management",
              "productivity/lifestyle-tools",
              "productivity/mac-applications",
              "productivity/meeting-software",
              "productivity/messaging",
              "productivity/mobile",
              "productivity/mobile-enterprise",
              "productivity/mobile-software-tools",
              "productivity/new-product-development",
              "productivity/note-taking",
              "productivity/office-space",
              "productivity/online-scheduling",
              "productivity/outsourcing",
              "productivity/personal-tools",
              "productivity/portals",
              "productivity/presentations",
              "productivity/productivity",
              "productivity/productivity-software",
              "productivity/professional-services",
              "productivity/project-management",
              "productivity/remote-team",
              "productivity/remote-work",
              "productivity/saas",
              "productivity/service-providers",
              "productivity/services",
              "productivity/shared-services",
              "productivity/small-and-medium-businesses",
              "productivity/task-management",
              "productivity/telephony",
              "productivity/todolists",
              "productivity/translation",
              "productivity/unifed-communications",
              "productivity/video-conferencing",
              "productivity/virtual-workforces",
              "productivity/voice",
              "productivity/voip",
              "productivity/web-browsers",
              "productivity/web-cms",
              "productivity/web-tools",
              "productivity/workflow-automation",
              "productivity/workfromhome",
              "productivity/writing-tools",
              "sales/b2b",
              "sales/business-development",
              "sales/contact-management",
              "sales/crm",
              "sales/direct-sales",
              "sales/lead-management",
              "sales/sales-automation",
              "sales/sales-intelligence",
              "sales/social-crm",
              "security-privacy/biometrics",
              "security-privacy/cyber-security",
              "security-privacy/data-privacy",
              "security-privacy/data-security",
              "security-privacy/enterprise-security",
              "security-privacy/fraud-detection",
              "security-privacy/identity",
              "security-privacy/identity-management",
              "security-privacy/information-security",
              "security-privacy/it-and-cybersecurity",
              "security-privacy/mobile-security",
              "security-privacy/online-identity",
              "security-privacy/personal-data",
              "security-privacy/privacy",
              "security-privacy/security",
              "social-community/alumni",
              "social-community/charities",
              "social-community/charity",
              "social-community/chat",
              "social-community/communities",
              "social-community/consumer-internet",
              "social-community/crowdsourcing",
              "social-community/dropin-audio",
              "social-community/facebook-applications",
              "social-community/families",
              "social-community/forums",
              "social-community/gay-lesbian",
              "social-community/gift-exchange",
              "social-community/group-sms",
              "social-community/indians",
              "social-community/interest-graph",
              "social-community/match-making",
              "social-community/microblogging",
              "social-community/mobile-social",
              "social-community/mothers",
              "social-community/networking",
              "social-community/online-dating",
              "social-community/opinions",
              "social-community/parenting",
              "social-community/peer-to-peer",
              "social-community/private-social-networking",
              "social-community/q-a",
              "social-community/religion",
              "social-community/sms",
              "social-community/social-activists",
              "social-community/social-bookmarking",
              "social-community/social-business",
              "social-community/social-games",
              "social-community/social-innovation",
              "social-community/social-media",
              "social-community/social-media-platforms",
              "social-community/social-network-media",
              "social-community/social-news",
              "social-community/social-opinion-platform",
              "social-community/social-search",
              "social-community/social-travel",
              "social-community/surfing-community",
              "social-community/teenagers",
              "social-community/twitter-applications",
              "social-community/video-chat",
              "social-community/weddings",
              "social-community/women",
              "social-community/young-adults",
              "travel-hospitality/adventure-travel",
              "travel-hospitality/boating-industry",
              "travel-hospitality/business-travelers",
              "travel-hospitality/guide-to-nightlife",
              "travel-hospitality/hospitality",
              "travel-hospitality/hotels",
              "travel-hospitality/leisure",
              "travel-hospitality/location-based-services",
              "travel-hospitality/maps",
              "travel-hospitality/mobility",
              "travel-hospitality/navigation",
              "travel-hospitality/nightclubs",
              "travel-hospitality/nightlife",
              "travel-hospitality/online-reservations",
              "travel-hospitality/online-travel",
              "travel-hospitality/outdoors",
              "travel-hospitality/parking",
              "travel-hospitality/public-transportation",
              "travel-hospitality/recreation",
              "travel-hospitality/resorts",
              "travel-hospitality/space-travel",
              "travel-hospitality/spas",
              "travel-hospitality/sports-stadiums",
              "travel-hospitality/taxis",
              "travel-hospitality/tourism",
              "travel-hospitality/transportation",
              "travel-hospitality/travel",
              "travel-hospitality/travel-tourism",
              "travel-hospitality/vacation-rentals"
            ],
            "type": "string",
            "description": "BetaList only lists startups at the category/tag level, not the bare category level. Pick a Category > Tag combination to browse.",
            "default": "ai/artificial-intelligence"
          },
          "region": {
            "title": "Region (mode=region_browse)",
            "enum": [
              "africa",
              "algeria",
              "angola",
              "benin",
              "botswana",
              "burkina-faso",
              "burundi",
              "cameroon",
              "cape-verde",
              "central-african-republic",
              "chad",
              "comoros",
              "congo",
              "cote-divoire",
              "djibouti",
              "egypt",
              "equatorial-guinea",
              "eritrea",
              "ethiopia",
              "gabon",
              "gambia",
              "ghana",
              "guinea",
              "guinea-bissau",
              "kenya",
              "lesotho",
              "liberia",
              "libyan-arab-jamahiriya",
              "madagascar",
              "malawi",
              "mali",
              "mauritania",
              "mauritius",
              "mayotte",
              "morocco",
              "mozambique",
              "namibia",
              "niger",
              "nigeria",
              "reunion",
              "rwanda",
              "saint-helena",
              "sao-tome-and-principe",
              "senegal",
              "seychelles",
              "sierra-leone",
              "somalia",
              "south-africa",
              "sudan",
              "swaziland",
              "tanzania",
              "togo",
              "tunisia",
              "uganda",
              "western-sahara",
              "zambia",
              "zimbabwe",
              "antarctica",
              "bouvet-island",
              "french-southern-territories",
              "heard-island-and-mcdonald-islands",
              "south-georgia-and-the-south-sandwich-islands",
              "asia",
              "afghanistan",
              "armenia",
              "azerbaijan",
              "bahrain",
              "bangladesh",
              "bhutan",
              "brunei-darussalam",
              "cambodia",
              "china",
              "christmas-island",
              "cocos-islands",
              "georgia",
              "hong-kong",
              "india",
              "indonesia",
              "iran",
              "iraq",
              "israel",
              "japan",
              "jordan",
              "kazakhstan",
              "korea",
              "kuwait",
              "kyrgyzstan",
              "laos",
              "lebanon",
              "macao",
              "malaysia",
              "maldives",
              "mongolia",
              "myanmar",
              "nepal",
              "oman",
              "pakistan",
              "palestinian-territory",
              "philippines",
              "qatar",
              "russian-federation",
              "saudi-arabia",
              "singapore",
              "sri-lanka",
              "syrian-arab-republic",
              "taiwan",
              "tajikistan",
              "thailand",
              "timor-leste",
              "turkey",
              "turkmenistan",
              "united-arab-emirates",
              "uzbekistan",
              "vietnam",
              "yemen",
              "europe",
              "aland-islands",
              "albania",
              "andorra",
              "austria",
              "belarus",
              "belgium",
              "bosnia-and-herzegovina",
              "bulgaria",
              "croatia",
              "cyprus",
              "czech-republic",
              "denmark",
              "estonia",
              "faroe-islands",
              "finland",
              "france",
              "germany",
              "gibraltar",
              "greece",
              "guernsey",
              "holy-see",
              "hungary",
              "iceland",
              "ireland",
              "isle-of-man",
              "italy",
              "jersey",
              "latvia",
              "liechtenstein",
              "lithuania",
              "luxembourg",
              "macedonia",
              "malta",
              "moldova",
              "monaco",
              "montenegro",
              "netherlands",
              "norway",
              "poland",
              "portugal",
              "romania",
              "san-marino",
              "serbia",
              "slovakia",
              "slovenia",
              "spain",
              "svalbard-and-jan-mayen-islands",
              "sweden",
              "switzerland",
              "ukraine",
              "united-kingdom",
              "north-america",
              "anguilla",
              "antigua-and-barbuda",
              "aruba",
              "bahamas",
              "barbados",
              "belize",
              "bermuda",
              "bonaire",
              "british-virgin-islands",
              "canada",
              "cayman-islands",
              "costa-rica",
              "cuba",
              "curacao",
              "dominica",
              "dominican-republic",
              "el-salvador",
              "greenland",
              "grenada",
              "guadeloupe",
              "guatemala",
              "haiti",
              "honduras",
              "jamaica",
              "martinique",
              "mexico",
              "montserrat",
              "netherlands-antilles",
              "nicaragua",
              "panama",
              "puerto-rico",
              "saint-barthelemy",
              "saint-kitts-and-nevis",
              "saint-lucia",
              "saint-martin",
              "saint-pierre-and-miquelon",
              "saint-vincent-and-the-grenadines",
              "sint-maarten",
              "trinidad-and-tobago",
              "turks-and-caicos-islands",
              "united-states-minor-outlying-islands",
              "united-states",
              "united-states-virgin-islands",
              "oceania",
              "american-samoa",
              "australia",
              "cook-islands",
              "fiji",
              "french-polynesia",
              "guam",
              "kiribati",
              "marshall-islands",
              "micronesia",
              "nauru",
              "new-caledonia",
              "new-zealand",
              "niue",
              "norfolk-island",
              "northern-mariana-islands",
              "palau",
              "papua-new-guinea",
              "pitcairn-islands",
              "samoa",
              "solomon-islands",
              "tokelau",
              "tonga",
              "tuvalu",
              "vanuatu",
              "wallis-and-futuna",
              "south-america",
              "argentina",
              "bolivia",
              "brazil",
              "chile",
              "colombia",
              "ecuador",
              "falkland-islands",
              "french-guiana",
              "guyana",
              "paraguay",
              "peru",
              "suriname",
              "uruguay",
              "venezuela"
            ],
            "type": "string",
            "description": "BetaList lists startups by geographic region at both the continent level (e.g. `europe`) and the country level (e.g. `france`) — pick either.",
            "default": "north-america"
          },
          "collection": {
            "title": "Collection (mode=collection_browse)",
            "enum": [
              "startups-of-2019",
              "startups-of-2020",
              "startups-of-2021",
              "startups-of-april-2016",
              "startups-of-may-2016",
              "startups-of-june-2016",
              "startups-of-july-2016",
              "startups-of-august-2016",
              "startups-of-september-2016",
              "startups-of-october-2016",
              "startups-of-november-2016",
              "startups-of-december-2016",
              "startups-of-january-2017",
              "startups-of-february-2017",
              "startups-of-march-2017",
              "startups-of-april-2017",
              "startups-of-may-2017",
              "startups-of-june-2017",
              "startups-of-july-2017",
              "startups-of-august-2017",
              "startups-of-september-2017",
              "startups-of-october-2017",
              "startups-of-november-2017",
              "startups-of-december-2017",
              "startups-of-january-2018",
              "startups-of-february-2018",
              "startups-of-march-2018",
              "startups-of-april-2018",
              "startups-of-may-2018",
              "startups-of-june-2018",
              "startups-of-july-2018",
              "startups-of-august-2018",
              "startups-of-september-2018",
              "startups-of-october-2018",
              "startups-of-november-2018",
              "startups-of-december-2018",
              "startups-of-january-2019",
              "startups-of-february-2019",
              "startups-of-march-2019",
              "startups-of-april-2019",
              "startups-of-may-2019",
              "startups-of-june-2019",
              "startups-of-july-2019",
              "startups-of-august-2019",
              "startups-of-september-2019",
              "startups-of-october-2019",
              "startups-of-november-2019",
              "startups-of-december-2019",
              "startups-of-january-2020",
              "startups-of-february-2020",
              "startups-of-march-2020",
              "startups-of-april-2020",
              "startups-of-may-2020",
              "startups-of-june-2020",
              "startups-of-july-2020",
              "startups-of-august-2020",
              "startups-of-september-2020",
              "startups-of-october-2020",
              "startups-of-november-2020",
              "startups-of-december-2020",
              "startups-of-january-2021",
              "startups-of-february-2021",
              "startups-of-march-2021",
              "startups-of-april-2021",
              "startups-of-may-2021",
              "startups-of-june-2021",
              "startups-of-july-2021",
              "startups-of-august-2021",
              "startups-of-september-2021",
              "startups-of-october-2021",
              "startups-of-november-2021",
              "startups-of-december-2021",
              "startups-of-january-2022",
              "startups-of-february-2022",
              "startups-of-march-2022",
              "startups-of-april-2022",
              "startups-of-may-2022",
              "startups-of-june-2022",
              "startups-of-july-2022",
              "startups-of-august-2022",
              "startups-of-september-2022",
              "startups-of-october-2022",
              "startups-of-november-2022",
              "startups-of-december-2022",
              "startups-of-january-2023",
              "startups-of-february-2023",
              "startups-of-march-2023",
              "startups-of-april-2023",
              "startups-of-may-2023",
              "startups-of-june-2023",
              "startups-of-july-2023",
              "startups-of-august-2023",
              "startups-of-september-2023",
              "startups-of-october-2023",
              "startups-of-november-2023",
              "startups-of-december-2023",
              "startups-of-january-2024",
              "startups-of-february-2024",
              "startups-of-march-2024",
              "startups-of-april-2024",
              "startups-of-may-2024",
              "startups-of-june-2024",
              "startups-of-july-2024",
              "startups-of-august-2024",
              "startups-of-september-2024",
              "startups-of-october-2024",
              "startups-of-november-2024",
              "startups-of-december-2024",
              "startups-of-january-2025",
              "startups-of-february-2025",
              "startups-of-march-2025",
              "startups-of-april-2025",
              "startups-of-may-2025",
              "startups-of-june-2025",
              "startups-of-july-2025",
              "startups-of-august-2025",
              "startups-of-september-2025",
              "startups-of-october-2025",
              "startups-of-november-2025",
              "startups-of-december-2025",
              "startups-of-january-2026",
              "startups-of-february-2026",
              "startups-of-march-2026",
              "startups-of-april-2026",
              "startups-of-may-2026",
              "startups-of-june-2026",
              "startups-of-july-2026",
              "techcrunch-disrupt-sf-2011",
              "the-next-web-2016",
              "work-from-home"
            ],
            "type": "string",
            "description": "A curated BetaList roundup: a monthly or yearly retrospective (\"Startups of <Month> (<Year>)\" / \"Startups of <Year>\") or a themed/conference collection. Each collection is a small, fixed set of hand-picked startups (not the full launch archive for that period).",
            "default": "startups-of-2020"
          },
          "makerUsername": {
            "title": "Maker username (mode=maker_browse)",
            "type": "string",
            "description": "BetaList maker handle (the part after `@` in a profile URL like `betalist.com/@olucurious`) — find it in any startup's `makers[].username` output field. Leading `@` is optional.",
            "default": "olucurious"
          },
          "boostedOnly": {
            "title": "Boosted / featured startups only",
            "type": "boolean",
            "description": "Only keep startups BetaList has marked as BOOSTED (paid featured placement).",
            "default": false
          },
          "fetchDetails": {
            "title": "Fetch full details (description, website, makers, topics)",
            "type": "boolean",
            "description": "For each startup, additionally fetch its detail page and resolve its real external website URL. Adds the full description, product screenshot gallery, website URL, maker profile(s), the complete topic list, and a reliable launch date in every mode (not just Latest). Costs 2 extra requests per startup, so large `maxItems` runs take longer. Turn off for a fast listing-only scrape.",
            "default": true
          },
          "keyword": {
            "title": "Keyword filter",
            "type": "string",
            "description": "Case-insensitive substring match against the startup name and tagline. Applied on top of the selected mode's results."
          },
          "launchDateFrom": {
            "title": "Launch date from (YYYY-MM-DD)",
            "type": "string",
            "description": "Drop startups launched before this date. Reliable in every mode when `fetchDetails` is on; in `latest` mode it also works with `fetchDetails` off. In `latest` mode, an old date reaches back through many pages of the homepage feed (no direct date-jump exists), so very old windows (roughly a few months or more back) take longer and may stop early at a walk-back limit. Empty = no lower bound."
          },
          "launchDateTo": {
            "title": "Launch date to (YYYY-MM-DD)",
            "type": "string",
            "description": "Drop startups launched after this date. Reliable in every mode when `fetchDetails` is on; in `latest` mode it also works with `fetchDetails` off. Empty = no upper bound."
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Hard cap on the number of startup records emitted.",
            "default": 50
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional. BetaList serves plain server-rendered HTML with no bot-detection observed; a proxy is not required, but the free Apify datacenter (AUTO) group can be enabled to further distribute requests.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}