> ## Documentation Index
> Fetch the complete documentation index at: https://docs.context.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# EIC (Easy Industry Classification)

> Context.dev's industry taxonomy: 24 top-level industries, 220 subindustries

EIC is Context.dev's industry taxonomy, designed to reflect how modern companies actually describe themselves. It uses a simple two-level structure: a top-level **industry** and a more specific **subindustry**.

## Response shape

EIC data appears on the Brand response under `industries.eic` as an array of `{industry, subindustry}` objects. Both fields are required on every entry:

```json theme={null}
{
  "brand": {
    "industries": {
      "eic": [
        {
          "industry": "Technology",
          "subindustry": "Developer Tools & APIs"
        },
        {
          "industry": "Technology",
          "subindustry": "Artificial Intelligence & Machine Learning"
        }
      ]
    }
  }
}
```

Each object contains:

* **`industry`** — one of the 24 top-level industries listed below (exact string match).
* **`subindustry`** — one of the subindustries **allowed for that industry** (exact string match).

A brand can have multiple `(industry, subindustry)` pairs when more than one applies.

## Rules and constraints

* Both `industry` and `subindustry` are returned as **exact strings** — match them verbatim if you're using them as keys, enums, or routing rules.
* **Almost every subindustry is tied to a single top-level industry.** The one exception is **"Advertising, Adtech & Media Buying"**, which is valid under both **Entertainment** and **News & Media**.
* This means there are **221 valid `(industry, subindustry)` pairs**, but only **220 distinct subindustry strings**.

## Enum values

Copy-pasteable enums for both fields. Choose your preferred format.

#### `Industry` (24 values)

<CodeGroup>
  ```ts TypeScript theme={null}
  export enum Industry {
    AEROSPACE_DEFENSE = "Aerospace & Defense",
    TECHNOLOGY = "Technology",
    FINANCE = "Finance",
    HEALTHCARE = "Healthcare",
    RETAIL_ECOMMERCE = "Retail & E-commerce",
    ENTERTAINMENT = "Entertainment",
    EDUCATION = "Education",
    GOVERNMENT_NONPROFIT = "Government & Nonprofit",
    INDUSTRIAL_ENERGY = "Industrial & Energy",
    AUTOMOTIVE_TRANSPORTATION = "Automotive & Transportation",
    LIFESTYLE_LEISURE = "Lifestyle & Leisure",
    LUXURY_FASHION = "Luxury & Fashion",
    NEWS_MEDIA = "News & Media",
    SPORTS = "Sports",
    REAL_ESTATE_PROPTECH = "Real Estate & PropTech",
    LEGAL_COMPLIANCE = "Legal & Compliance",
    TELECOMMUNICATIONS = "Telecommunications",
    AGRICULTURE_FOOD = "Agriculture & Food",
    PROFESSIONAL_SERVICES_AGENCIES = "Professional Services & Agencies",
    CHEMICALS_MATERIALS = "Chemicals & Materials",
    LOGISTICS_SUPPLY_CHAIN = "Logistics & Supply Chain",
    HOSPITALITY_TOURISM = "Hospitality & Tourism",
    CONSTRUCTION_BUILT_ENVIRONMENT = "Construction & Built Environment",
    CONSUMER_PACKAGED_GOODS = "Consumer Packaged Goods (CPG)",
  }
  ```

  ```json JSON theme={null}
  [
    "Aerospace & Defense",
    "Technology",
    "Finance",
    "Healthcare",
    "Retail & E-commerce",
    "Entertainment",
    "Education",
    "Government & Nonprofit",
    "Industrial & Energy",
    "Automotive & Transportation",
    "Lifestyle & Leisure",
    "Luxury & Fashion",
    "News & Media",
    "Sports",
    "Real Estate & PropTech",
    "Legal & Compliance",
    "Telecommunications",
    "Agriculture & Food",
    "Professional Services & Agencies",
    "Chemicals & Materials",
    "Logistics & Supply Chain",
    "Hospitality & Tourism",
    "Construction & Built Environment",
    "Consumer Packaged Goods (CPG)"
  ]
  ```

  ```py Python theme={null}
  INDUSTRIES = [
      "Aerospace & Defense",
      "Technology",
      "Finance",
      "Healthcare",
      "Retail & E-commerce",
      "Entertainment",
      "Education",
      "Government & Nonprofit",
      "Industrial & Energy",
      "Automotive & Transportation",
      "Lifestyle & Leisure",
      "Luxury & Fashion",
      "News & Media",
      "Sports",
      "Real Estate & PropTech",
      "Legal & Compliance",
      "Telecommunications",
      "Agriculture & Food",
      "Professional Services & Agencies",
      "Chemicals & Materials",
      "Logistics & Supply Chain",
      "Hospitality & Tourism",
      "Construction & Built Environment",
      "Consumer Packaged Goods (CPG)",
  ]
  ```
</CodeGroup>

#### `Subindustry` (220 distinct values)

<CodeGroup>
  ```ts TypeScript theme={null}
  export enum Subindustry {
    // Aerospace & Defense
    DEFENSE_SYSTEMS_MILITARY_HARDWARE = "Defense Systems & Military Hardware",
    AEROSPACE_MANUFACTURING = "Aerospace Manufacturing",
    AVIONICS_NAVIGATION_TECHNOLOGY = "Avionics & Navigation Technology",
    SUBSEA_NAVAL_DEFENSE_SYSTEMS = "Subsea & Naval Defense Systems",
    SPACE_SATELLITE_TECHNOLOGY = "Space & Satellite Technology",
    DEFENSE_IT_SYSTEMS_INTEGRATION = "Defense IT & Systems Integration",

    // Technology
    SOFTWARE_B2B = "Software (B2B)",
    SOFTWARE_B2C = "Software (B2C)",
    CLOUD_INFRASTRUCTURE_DEVOPS = "Cloud Infrastructure & DevOps",
    CYBERSECURITY = "Cybersecurity",
    ARTIFICIAL_INTELLIGENCE_MACHINE_LEARNING = "Artificial Intelligence & Machine Learning",
    DATA_INFRASTRUCTURE_ANALYTICS = "Data Infrastructure & Analytics",
    HARDWARE_SEMICONDUCTORS = "Hardware & Semiconductors",
    FINTECH_INFRASTRUCTURE = "Fintech Infrastructure",
    ECOMMERCE_MARKETPLACE_PLATFORMS = "eCommerce & Marketplace Platforms",
    DEVELOPER_TOOLS_APIS = "Developer Tools & APIs",
    WEB3_BLOCKCHAIN = "Web3 & Blockchain",
    XR_SPATIAL_COMPUTING = "XR & Spatial Computing",

    // Finance
    BANKING_LENDING = "Banking & Lending",
    INVESTMENT_MANAGEMENT_WEALTHTECH = "Investment Management & WealthTech",
    INSURANCE_INSURTECH = "Insurance & InsurTech",
    PAYMENTS_MONEY_MOVEMENT = "Payments & Money Movement",
    ACCOUNTING_TAX_FINANCIAL_PLANNING_TOOLS = "Accounting, Tax & Financial Planning Tools",
    CAPITAL_MARKETS_TRADING_PLATFORMS = "Capital Markets & Trading Platforms",
    FINANCIAL_INFRASTRUCTURE_APIS = "Financial Infrastructure & APIs",
    CREDIT_SCORING_RISK_MANAGEMENT = "Credit Scoring & Risk Management",
    CRYPTOCURRENCY_DIGITAL_ASSETS = "Cryptocurrency & Digital Assets",
    BNPL_ALTERNATIVE_FINANCING = "BNPL & Alternative Financing",

    // Healthcare
    HEALTHCARE_PROVIDERS_SERVICES = "Healthcare Providers & Services",
    PHARMACEUTICALS_DRUG_DEVELOPMENT = "Pharmaceuticals & Drug Development",
    MEDICAL_DEVICES_DIAGNOSTICS = "Medical Devices & Diagnostics",
    BIOTECHNOLOGY_GENOMICS = "Biotechnology & Genomics",
    DIGITAL_HEALTH_TELEMEDICINE = "Digital Health & Telemedicine",
    HEALTH_INSURANCE_BENEFITS_TECH = "Health Insurance & Benefits Tech",
    CLINICAL_TRIALS_RESEARCH_PLATFORMS = "Clinical Trials & Research Platforms",
    MENTAL_HEALTH_WELLNESS = "Mental Health & Wellness",
    HEALTHCARE_IT_EHR_SYSTEMS = "Healthcare IT & EHR Systems",
    CONSUMER_HEALTH_WELLNESS_PRODUCTS = "Consumer Health & Wellness Products",

    // Retail & E-commerce
    ONLINE_MARKETPLACES = "Online Marketplaces",
    DIRECT_TO_CONSUMER_DTC_BRANDS = "Direct-to-Consumer (DTC) Brands",
    RETAIL_TECH_POINT_OF_SALE_SYSTEMS = "Retail Tech & Point-of-Sale Systems",
    OMNICHANNEL_IN_STORE_RETAIL = "Omnichannel & In-Store Retail",
    ECOMMERCE_ENABLEMENT_INFRASTRUCTURE = "E-commerce Enablement & Infrastructure",
    SUBSCRIPTION_MEMBERSHIP_COMMERCE = "Subscription & Membership Commerce",
    SOCIAL_COMMERCE_INFLUENCER_PLATFORMS = "Social Commerce & Influencer Platforms",
    FASHION_APPAREL_RETAIL = "Fashion & Apparel Retail",
    FOOD_BEVERAGE_GROCERY_ECOMMERCE = "Food, Beverage & Grocery E-commerce",

    // Entertainment
    STREAMING_PLATFORMS_VIDEO_MUSIC_AUDIO = "Streaming Platforms (Video, Music, Audio)",
    GAMING_INTERACTIVE_ENTERTAINMENT = "Gaming & Interactive Entertainment",
    CREATOR_ECONOMY_INFLUENCER_PLATFORMS = "Creator Economy & Influencer Platforms",
    ADVERTISING_ADTECH_MEDIA_BUYING = "Advertising, Adtech & Media Buying",
    FILM_TV_PRODUCTION_STUDIOS = "Film, TV & Production Studios",
    EVENTS_VENUES_LIVE_ENTERTAINMENT = "Events, Venues & Live Entertainment",
    VIRTUAL_WORLDS_METAVERSE_EXPERIENCES = "Virtual Worlds & Metaverse Experiences",

    // Education
    K12_EDUCATION_PLATFORMS_TOOLS = "K-12 Education Platforms & Tools",
    HIGHER_EDUCATION_UNIVERSITY_TECH = "Higher Education & University Tech",
    ONLINE_LEARNING_MOOCS = "Online Learning & MOOCs",
    TEST_PREP_CERTIFICATION = "Test Prep & Certification",
    CORPORATE_TRAINING_UPSKILLING = "Corporate Training & Upskilling",
    TUTORING_SUPPLEMENTAL_LEARNING = "Tutoring & Supplemental Learning",
    EDUCATION_MANAGEMENT_SYSTEMS_LMS_SIS = "Education Management Systems (LMS/SIS)",
    LANGUAGE_LEARNING = "Language Learning",
    CREATOR_LED_COHORT_BASED_COURSES = "Creator-Led & Cohort-Based Courses",
    SPECIAL_EDUCATION_ACCESSIBILITY_TOOLS = "Special Education & Accessibility Tools",

    // Government & Nonprofit
    GOVERNMENT_TECHNOLOGY_DIGITAL_SERVICES = "Government Technology & Digital Services",
    CIVIC_ENGAGEMENT_POLICY_PLATFORMS = "Civic Engagement & Policy Platforms",
    INTERNATIONAL_DEVELOPMENT_HUMANITARIAN_AID = "International Development & Humanitarian Aid",
    PHILANTHROPY_GRANTMAKING = "Philanthropy & Grantmaking",
    NONPROFIT_OPERATIONS_FUNDRAISING_TOOLS = "Nonprofit Operations & Fundraising Tools",
    PUBLIC_HEALTH_SOCIAL_SERVICES = "Public Health & Social Services",
    EDUCATION_YOUTH_DEVELOPMENT_PROGRAMS = "Education & Youth Development Programs",
    ENVIRONMENTAL_CLIMATE_ACTION_ORGANIZATIONS = "Environmental & Climate Action Organizations",
    LEGAL_AID_SOCIAL_JUSTICE_ADVOCACY = "Legal Aid & Social Justice Advocacy",
    MUNICIPAL_INFRASTRUCTURE_SERVICES = "Municipal & Infrastructure Services",

    // Industrial & Energy
    MANUFACTURING_INDUSTRIAL_AUTOMATION = "Manufacturing & Industrial Automation",
    ENERGY_PRODUCTION_OIL_GAS_NUCLEAR = "Energy Production (Oil, Gas, Nuclear)",
    RENEWABLE_ENERGY_CLEANTECH = "Renewable Energy & Cleantech",
    UTILITIES_GRID_INFRASTRUCTURE = "Utilities & Grid Infrastructure",
    INDUSTRIAL_IOT_MONITORING_SYSTEMS = "Industrial IoT & Monitoring Systems",
    CONSTRUCTION_HEAVY_EQUIPMENT = "Construction & Heavy Equipment",
    MINING_NATURAL_RESOURCES = "Mining & Natural Resources",
    ENVIRONMENTAL_ENGINEERING_SUSTAINABILITY = "Environmental Engineering & Sustainability",
    ENERGY_STORAGE_BATTERY_TECHNOLOGY = "Energy Storage & Battery Technology",

    // Automotive & Transportation
    AUTOMOTIVE_OEMS_VEHICLE_MANUFACTURING = "Automotive OEMs & Vehicle Manufacturing",
    ELECTRIC_VEHICLES_EVS_CHARGING_INFRASTRUCTURE = "Electric Vehicles (EVs) & Charging Infrastructure",
    MOBILITY_AS_A_SERVICE_MAAS = "Mobility-as-a-Service (MaaS)",
    FLEET_MANAGEMENT = "Fleet Management",
    PUBLIC_TRANSIT_URBAN_MOBILITY = "Public Transit & Urban Mobility",
    AUTONOMOUS_VEHICLES_ADAS = "Autonomous Vehicles & ADAS",
    AFTERMARKET_PARTS_SERVICES = "Aftermarket Parts & Services",
    TELEMATICS_VEHICLE_CONNECTIVITY = "Telematics & Vehicle Connectivity",
    AVIATION_AEROSPACE_TRANSPORT = "Aviation & Aerospace Transport",
    MARITIME_SHIPPING = "Maritime Shipping",

    // Lifestyle & Leisure
    FITNESS_WELLNESS = "Fitness & Wellness",
    BEAUTY_PERSONAL_CARE = "Beauty & Personal Care",
    HOME_LIVING = "Home & Living",
    DATING_RELATIONSHIPS = "Dating & Relationships",
    HOBBIES_CRAFTS_DIY = "Hobbies, Crafts & DIY",
    OUTDOOR_RECREATIONAL_GEAR = "Outdoor & Recreational Gear",
    EVENTS_EXPERIENCES_TICKETING_PLATFORMS = "Events, Experiences & Ticketing Platforms",

    // Luxury & Fashion
    DESIGNER_LUXURY_APPAREL = "Designer & Luxury Apparel",
    ACCESSORIES_JEWELRY_WATCHES = "Accessories, Jewelry & Watches",
    FOOTWEAR_LEATHER_GOODS = "Footwear & Leather Goods",
    BEAUTY_FRAGRANCE_SKINCARE = "Beauty, Fragrance & Skincare",
    FASHION_MARKETPLACES_RETAIL_PLATFORMS = "Fashion Marketplaces & Retail Platforms",
    SUSTAINABLE_ETHICAL_FASHION = "Sustainable & Ethical Fashion",
    RESALE_VINTAGE_CIRCULAR_FASHION = "Resale, Vintage & Circular Fashion",
    FASHION_TECH_VIRTUAL_TRY_ONS = "Fashion Tech & Virtual Try-Ons",
    STREETWEAR_EMERGING_LUXURY = "Streetwear & Emerging Luxury",
    COUTURE_MADE_TO_MEASURE = "Couture & Made-to-Measure",

    // News & Media (note: ADVERTISING_ADTECH_MEDIA_BUYING above is also valid here)
    NEWS_PUBLISHING_JOURNALISM = "News Publishing & Journalism",
    DIGITAL_MEDIA_CONTENT_PLATFORMS = "Digital Media & Content Platforms",
    BROADCASTING_TV_RADIO = "Broadcasting (TV & Radio)",
    PODCASTING_AUDIO_MEDIA = "Podcasting & Audio Media",
    NEWS_AGGREGATORS_CURATION_TOOLS = "News Aggregators & Curation Tools",
    INDEPENDENT_CREATOR_LED_MEDIA = "Independent & Creator-Led Media",
    NEWSLETTERS_SUBSTACK_STYLE_PLATFORMS = "Newsletters & Substack-Style Platforms",
    POLITICAL_INVESTIGATIVE_MEDIA = "Political & Investigative Media",
    TRADE_NICHE_PUBLICATIONS = "Trade & Niche Publications",
    MEDIA_MONITORING_ANALYTICS = "Media Monitoring & Analytics",

    // Sports
    PROFESSIONAL_TEAMS_LEAGUES = "Professional Teams & Leagues",
    SPORTS_MEDIA_BROADCASTING = "Sports Media & Broadcasting",
    SPORTS_BETTING_FANTASY_SPORTS = "Sports Betting & Fantasy Sports",
    FITNESS_ATHLETIC_TRAINING_PLATFORMS = "Fitness & Athletic Training Platforms",
    SPORTSWEAR_EQUIPMENT = "Sportswear & Equipment",
    ESPORTS_COMPETITIVE_GAMING = "Esports & Competitive Gaming",
    SPORTS_VENUES_EVENT_MANAGEMENT = "Sports Venues & Event Management",
    ATHLETE_MANAGEMENT_TALENT_AGENCIES = "Athlete Management & Talent Agencies",
    SPORTS_TECH_PERFORMANCE_ANALYTICS = "Sports Tech & Performance Analytics",
    YOUTH_AMATEUR_COLLEGIATE_SPORTS = "Youth, Amateur & Collegiate Sports",

    // Real Estate & PropTech
    REAL_ESTATE_MARKETPLACES = "Real Estate Marketplaces",
    PROPERTY_MANAGEMENT_SOFTWARE = "Property Management Software",
    RENTAL_PLATFORMS = "Rental Platforms",
    MORTGAGE_LENDING_TECH = "Mortgage & Lending Tech",
    REAL_ESTATE_INVESTMENT_PLATFORMS = "Real Estate Investment Platforms",

    // Legal & Compliance
    LAW_FIRMS_LEGAL_SERVICES = "Law Firms & Legal Services",
    LEGAL_TECH_AUTOMATION = "Legal Tech & Automation",
    REGULATORY_COMPLIANCE = "Regulatory Compliance",
    E_DISCOVERY_LITIGATION_TOOLS = "E-Discovery & Litigation Tools",
    CONTRACT_MANAGEMENT = "Contract Management",
    GOVERNANCE_RISK_COMPLIANCE_GRC = "Governance, Risk & Compliance (GRC)",
    IP_TRADEMARK_MANAGEMENT = "IP & Trademark Management",
    LEGAL_RESEARCH_INTELLIGENCE = "Legal Research & Intelligence",
    COMPLIANCE_TRAINING_CERTIFICATION = "Compliance Training & Certification",
    WHISTLEBLOWER_ETHICS_REPORTING = "Whistleblower & Ethics Reporting",

    // Telecommunications
    MOBILE_WIRELESS_NETWORKS_3G_4G_5G = "Mobile & Wireless Networks (3G/4G/5G)",
    BROADBAND_FIBER_INTERNET = "Broadband & Fiber Internet",
    SATELLITE_SPACE_BASED_COMMUNICATIONS = "Satellite & Space-Based Communications",
    NETWORK_EQUIPMENT_INFRASTRUCTURE = "Network Equipment & Infrastructure",
    TELECOM_BILLING_OSS_BSS_SYSTEMS = "Telecom Billing & OSS/BSS Systems",
    VOIP_UNIFIED_COMMUNICATIONS = "VoIP & Unified Communications",
    INTERNET_SERVICE_PROVIDERS_ISPS = "Internet Service Providers (ISPs)",
    EDGE_COMPUTING_NETWORK_VIRTUALIZATION = "Edge Computing & Network Virtualization",
    IOT_CONNECTIVITY_PLATFORMS = "IoT Connectivity Platforms",

    // Agriculture & Food
    PRECISION_AGRICULTURE_AGTECH = "Precision Agriculture & AgTech",
    CROP_LIVESTOCK_PRODUCTION = "Crop & Livestock Production",
    FOOD_BEVERAGE_MANUFACTURING_PROCESSING = "Food & Beverage Manufacturing & Processing",
    FOOD_DISTRIBUTION = "Food Distribution",
    RESTAURANTS_FOOD_SERVICE = "Restaurants & Food Service",
    AGRICULTURAL_INPUTS_EQUIPMENT = "Agricultural Inputs & Equipment",
    SUSTAINABLE_REGENERATIVE_AGRICULTURE = "Sustainable & Regenerative Agriculture",
    SEAFOOD_AQUACULTURE = "Seafood & Aquaculture",

    // Professional Services & Agencies
    MANAGEMENT_CONSULTING = "Management Consulting",
    MARKETING_ADVERTISING_AGENCIES = "Marketing & Advertising Agencies",
    DESIGN_BRANDING_CREATIVE_STUDIOS = "Design, Branding & Creative Studios",
    IT_SERVICES_MANAGED_SERVICES = "IT Services & Managed Services",
    STAFFING_RECRUITING_TALENT = "Staffing, Recruiting & Talent",
    ACCOUNTING_TAX_FIRMS = "Accounting & Tax Firms",
    PUBLIC_RELATIONS_COMMUNICATIONS = "Public Relations & Communications",
    BUSINESS_PROCESS_OUTSOURCING_BPO = "Business Process Outsourcing (BPO)",
    PROFESSIONAL_TRAINING_COACHING = "Professional Training & Coaching",

    // Chemicals & Materials
    SPECIALTY_CHEMICALS = "Specialty Chemicals",
    COMMODITY_PETROCHEMICALS = "Commodity & Petrochemicals",
    POLYMERS_PLASTICS_RUBBER = "Polymers, Plastics & Rubber",
    COATINGS_ADHESIVES_SEALANTS = "Coatings, Adhesives & Sealants",
    INDUSTRIAL_GASES = "Industrial Gases",
    ADVANCED_MATERIALS_COMPOSITES = "Advanced Materials & Composites",
    BATTERY_MATERIALS_ENERGY_STORAGE = "Battery Materials & Energy Storage",
    ELECTRONIC_MATERIALS_SEMICONDUCTOR_CHEMICALS = "Electronic Materials & Semiconductor Chemicals",
    AGROCHEMICALS_FERTILIZERS = "Agrochemicals & Fertilizers",

    // Logistics & Supply Chain
    FREIGHT_TRANSPORTATION_TECH = "Freight & Transportation Tech",
    LAST_MILE_DELIVERY = "Last-Mile Delivery",
    WAREHOUSE_AUTOMATION = "Warehouse Automation",
    SUPPLY_CHAIN_VISIBILITY_PLATFORMS = "Supply Chain Visibility Platforms",
    LOGISTICS_MARKETPLACES = "Logistics Marketplaces",
    SHIPPING_FREIGHT_FORWARDING = "Shipping & Freight Forwarding",
    COLD_CHAIN_LOGISTICS = "Cold Chain Logistics",
    REVERSE_LOGISTICS_RETURNS = "Reverse Logistics & Returns",
    CROSS_BORDER_TRADE_TECH = "Cross-Border Trade Tech",
    TRANSPORTATION_MANAGEMENT_SYSTEMS = "Transportation Management Systems (TMS)",

    // Hospitality & Tourism
    HOTELS_ACCOMMODATION = "Hotels & Accommodation",
    VACATION_RENTALS_SHORT_TERM_STAYS = "Vacation Rentals & Short-Term Stays",
    RESTAURANT_TECH_MANAGEMENT = "Restaurant Tech & Management",
    TRAVEL_BOOKING_PLATFORMS = "Travel Booking Platforms",
    TOURISM_EXPERIENCES_ACTIVITIES = "Tourism Experiences & Activities",
    CRUISE_LINES_MARINE_TOURISM = "Cruise Lines & Marine Tourism",
    HOSPITALITY_MANAGEMENT_SYSTEMS = "Hospitality Management Systems",
    EVENT_VENUE_MANAGEMENT = "Event & Venue Management",
    CORPORATE_TRAVEL_MANAGEMENT = "Corporate Travel Management",
    TRAVEL_INSURANCE_PROTECTION = "Travel Insurance & Protection",

    // Construction & Built Environment
    CONSTRUCTION_MANAGEMENT_SOFTWARE = "Construction Management Software",
    BIM_CAD_DESIGN_TOOLS = "BIM/CAD & Design Tools",
    CONSTRUCTION_MARKETPLACES = "Construction Marketplaces",
    EQUIPMENT_RENTAL_MANAGEMENT = "Equipment Rental & Management",
    BUILDING_MATERIALS_PROCUREMENT = "Building Materials & Procurement",
    CONSTRUCTION_WORKFORCE_MANAGEMENT = "Construction Workforce Management",
    PROJECT_ESTIMATION_BIDDING = "Project Estimation & Bidding",
    MODULAR_PREFAB_CONSTRUCTION = "Modular & Prefab Construction",
    CONSTRUCTION_SAFETY_COMPLIANCE = "Construction Safety & Compliance",
    SMART_BUILDING_TECHNOLOGY = "Smart Building Technology",

    // Consumer Packaged Goods (CPG)
    FOOD_BEVERAGE_CPG = "Food & Beverage CPG",
    HOME_PERSONAL_CARE_CPG = "Home & Personal Care CPG",
    CPG_ANALYTICS_INSIGHTS = "CPG Analytics & Insights",
    DTC_CPG_BRANDS = "Direct-to-Consumer CPG Brands",
    CPG_SUPPLY_CHAIN_DISTRIBUTION = "CPG Supply Chain & Distribution",
    PRIVATE_LABEL_MANUFACTURING = "Private Label Manufacturing",
    CPG_RETAIL_INTELLIGENCE = "CPG Retail Intelligence",
    SUSTAINABLE_CPG_PACKAGING = "Sustainable CPG & Packaging",
    BEAUTY_COSMETICS_CPG = "Beauty & Cosmetics CPG",
    HEALTH_WELLNESS_CPG = "Health & Wellness CPG",
  }
  ```

  ```json JSON theme={null}
  [
    "Defense Systems & Military Hardware",
    "Aerospace Manufacturing",
    "Avionics & Navigation Technology",
    "Subsea & Naval Defense Systems",
    "Space & Satellite Technology",
    "Defense IT & Systems Integration",
    "Software (B2B)",
    "Software (B2C)",
    "Cloud Infrastructure & DevOps",
    "Cybersecurity",
    "Artificial Intelligence & Machine Learning",
    "Data Infrastructure & Analytics",
    "Hardware & Semiconductors",
    "Fintech Infrastructure",
    "eCommerce & Marketplace Platforms",
    "Developer Tools & APIs",
    "Web3 & Blockchain",
    "XR & Spatial Computing",
    "Banking & Lending",
    "Investment Management & WealthTech",
    "Insurance & InsurTech",
    "Payments & Money Movement",
    "Accounting, Tax & Financial Planning Tools",
    "Capital Markets & Trading Platforms",
    "Financial Infrastructure & APIs",
    "Credit Scoring & Risk Management",
    "Cryptocurrency & Digital Assets",
    "BNPL & Alternative Financing",
    "Healthcare Providers & Services",
    "Pharmaceuticals & Drug Development",
    "Medical Devices & Diagnostics",
    "Biotechnology & Genomics",
    "Digital Health & Telemedicine",
    "Health Insurance & Benefits Tech",
    "Clinical Trials & Research Platforms",
    "Mental Health & Wellness",
    "Healthcare IT & EHR Systems",
    "Consumer Health & Wellness Products",
    "Online Marketplaces",
    "Direct-to-Consumer (DTC) Brands",
    "Retail Tech & Point-of-Sale Systems",
    "Omnichannel & In-Store Retail",
    "E-commerce Enablement & Infrastructure",
    "Subscription & Membership Commerce",
    "Social Commerce & Influencer Platforms",
    "Fashion & Apparel Retail",
    "Food, Beverage & Grocery E-commerce",
    "Streaming Platforms (Video, Music, Audio)",
    "Gaming & Interactive Entertainment",
    "Creator Economy & Influencer Platforms",
    "Advertising, Adtech & Media Buying",
    "Film, TV & Production Studios",
    "Events, Venues & Live Entertainment",
    "Virtual Worlds & Metaverse Experiences",
    "K-12 Education Platforms & Tools",
    "Higher Education & University Tech",
    "Online Learning & MOOCs",
    "Test Prep & Certification",
    "Corporate Training & Upskilling",
    "Tutoring & Supplemental Learning",
    "Education Management Systems (LMS/SIS)",
    "Language Learning",
    "Creator-Led & Cohort-Based Courses",
    "Special Education & Accessibility Tools",
    "Government Technology & Digital Services",
    "Civic Engagement & Policy Platforms",
    "International Development & Humanitarian Aid",
    "Philanthropy & Grantmaking",
    "Nonprofit Operations & Fundraising Tools",
    "Public Health & Social Services",
    "Education & Youth Development Programs",
    "Environmental & Climate Action Organizations",
    "Legal Aid & Social Justice Advocacy",
    "Municipal & Infrastructure Services",
    "Manufacturing & Industrial Automation",
    "Energy Production (Oil, Gas, Nuclear)",
    "Renewable Energy & Cleantech",
    "Utilities & Grid Infrastructure",
    "Industrial IoT & Monitoring Systems",
    "Construction & Heavy Equipment",
    "Mining & Natural Resources",
    "Environmental Engineering & Sustainability",
    "Energy Storage & Battery Technology",
    "Automotive OEMs & Vehicle Manufacturing",
    "Electric Vehicles (EVs) & Charging Infrastructure",
    "Mobility-as-a-Service (MaaS)",
    "Fleet Management",
    "Public Transit & Urban Mobility",
    "Autonomous Vehicles & ADAS",
    "Aftermarket Parts & Services",
    "Telematics & Vehicle Connectivity",
    "Aviation & Aerospace Transport",
    "Maritime Shipping",
    "Fitness & Wellness",
    "Beauty & Personal Care",
    "Home & Living",
    "Dating & Relationships",
    "Hobbies, Crafts & DIY",
    "Outdoor & Recreational Gear",
    "Events, Experiences & Ticketing Platforms",
    "Designer & Luxury Apparel",
    "Accessories, Jewelry & Watches",
    "Footwear & Leather Goods",
    "Beauty, Fragrance & Skincare",
    "Fashion Marketplaces & Retail Platforms",
    "Sustainable & Ethical Fashion",
    "Resale, Vintage & Circular Fashion",
    "Fashion Tech & Virtual Try-Ons",
    "Streetwear & Emerging Luxury",
    "Couture & Made-to-Measure",
    "News Publishing & Journalism",
    "Digital Media & Content Platforms",
    "Broadcasting (TV & Radio)",
    "Podcasting & Audio Media",
    "News Aggregators & Curation Tools",
    "Independent & Creator-Led Media",
    "Newsletters & Substack-Style Platforms",
    "Political & Investigative Media",
    "Trade & Niche Publications",
    "Media Monitoring & Analytics",
    "Professional Teams & Leagues",
    "Sports Media & Broadcasting",
    "Sports Betting & Fantasy Sports",
    "Fitness & Athletic Training Platforms",
    "Sportswear & Equipment",
    "Esports & Competitive Gaming",
    "Sports Venues & Event Management",
    "Athlete Management & Talent Agencies",
    "Sports Tech & Performance Analytics",
    "Youth, Amateur & Collegiate Sports",
    "Real Estate Marketplaces",
    "Property Management Software",
    "Rental Platforms",
    "Mortgage & Lending Tech",
    "Real Estate Investment Platforms",
    "Law Firms & Legal Services",
    "Legal Tech & Automation",
    "Regulatory Compliance",
    "E-Discovery & Litigation Tools",
    "Contract Management",
    "Governance, Risk & Compliance (GRC)",
    "IP & Trademark Management",
    "Legal Research & Intelligence",
    "Compliance Training & Certification",
    "Whistleblower & Ethics Reporting",
    "Mobile & Wireless Networks (3G/4G/5G)",
    "Broadband & Fiber Internet",
    "Satellite & Space-Based Communications",
    "Network Equipment & Infrastructure",
    "Telecom Billing & OSS/BSS Systems",
    "VoIP & Unified Communications",
    "Internet Service Providers (ISPs)",
    "Edge Computing & Network Virtualization",
    "IoT Connectivity Platforms",
    "Precision Agriculture & AgTech",
    "Crop & Livestock Production",
    "Food & Beverage Manufacturing & Processing",
    "Food Distribution",
    "Restaurants & Food Service",
    "Agricultural Inputs & Equipment",
    "Sustainable & Regenerative Agriculture",
    "Seafood & Aquaculture",
    "Management Consulting",
    "Marketing & Advertising Agencies",
    "Design, Branding & Creative Studios",
    "IT Services & Managed Services",
    "Staffing, Recruiting & Talent",
    "Accounting & Tax Firms",
    "Public Relations & Communications",
    "Business Process Outsourcing (BPO)",
    "Professional Training & Coaching",
    "Specialty Chemicals",
    "Commodity & Petrochemicals",
    "Polymers, Plastics & Rubber",
    "Coatings, Adhesives & Sealants",
    "Industrial Gases",
    "Advanced Materials & Composites",
    "Battery Materials & Energy Storage",
    "Electronic Materials & Semiconductor Chemicals",
    "Agrochemicals & Fertilizers",
    "Freight & Transportation Tech",
    "Last-Mile Delivery",
    "Warehouse Automation",
    "Supply Chain Visibility Platforms",
    "Logistics Marketplaces",
    "Shipping & Freight Forwarding",
    "Cold Chain Logistics",
    "Reverse Logistics & Returns",
    "Cross-Border Trade Tech",
    "Transportation Management Systems (TMS)",
    "Hotels & Accommodation",
    "Vacation Rentals & Short-Term Stays",
    "Restaurant Tech & Management",
    "Travel Booking Platforms",
    "Tourism Experiences & Activities",
    "Cruise Lines & Marine Tourism",
    "Hospitality Management Systems",
    "Event & Venue Management",
    "Corporate Travel Management",
    "Travel Insurance & Protection",
    "Construction Management Software",
    "BIM/CAD & Design Tools",
    "Construction Marketplaces",
    "Equipment Rental & Management",
    "Building Materials & Procurement",
    "Construction Workforce Management",
    "Project Estimation & Bidding",
    "Modular & Prefab Construction",
    "Construction Safety & Compliance",
    "Smart Building Technology",
    "Food & Beverage CPG",
    "Home & Personal Care CPG",
    "CPG Analytics & Insights",
    "Direct-to-Consumer CPG Brands",
    "CPG Supply Chain & Distribution",
    "Private Label Manufacturing",
    "CPG Retail Intelligence",
    "Sustainable CPG & Packaging",
    "Beauty & Cosmetics CPG",
    "Health & Wellness CPG"
  ]
  ```
</CodeGroup>

<Note>
  The JSON list contains exactly **220** distinct subindustry strings. The 221st
  valid pair comes from `"Advertising, Adtech & Media Buying"` being allowed
  under both **Entertainment** and **News & Media**.
</Note>

## Top-level industries

There are 24 top-level industries. Expand any of the sections below to see the subindustries allowed under each.

<AccordionGroup>
  <Accordion title="Aerospace & Defense">
    * Defense Systems & Military Hardware - Aerospace Manufacturing - Avionics &
      Navigation Technology - Subsea & Naval Defense Systems - Space & Satellite
      Technology - Defense IT & Systems Integration
  </Accordion>

  <Accordion title="Technology">
    * Software (B2B) - Software (B2C) - Cloud Infrastructure & DevOps -
      Cybersecurity - Artificial Intelligence & Machine Learning - Data
      Infrastructure & Analytics - Hardware & Semiconductors - Fintech
      Infrastructure - eCommerce & Marketplace Platforms - Developer Tools & APIs -
      Web3 & Blockchain - XR & Spatial Computing
  </Accordion>

  <Accordion title="Finance">
    * Banking & Lending - Investment Management & WealthTech - Insurance &
      InsurTech - Payments & Money Movement - Accounting, Tax & Financial Planning
      Tools - Capital Markets & Trading Platforms - Financial Infrastructure & APIs
    * Credit Scoring & Risk Management - Cryptocurrency & Digital Assets - BNPL &
      Alternative Financing
  </Accordion>

  <Accordion title="Healthcare">
    * Healthcare Providers & Services - Pharmaceuticals & Drug Development -
      Medical Devices & Diagnostics - Biotechnology & Genomics - Digital Health &
      Telemedicine - Health Insurance & Benefits Tech - Clinical Trials & Research
      Platforms - Mental Health & Wellness - Healthcare IT & EHR Systems - Consumer
      Health & Wellness Products
  </Accordion>

  <Accordion title="Retail & E-commerce">
    * Online Marketplaces - Direct-to-Consumer (DTC) Brands - Retail Tech &
      Point-of-Sale Systems - Omnichannel & In-Store Retail - E-commerce Enablement
      & Infrastructure - Subscription & Membership Commerce - Social Commerce &
      Influencer Platforms - Fashion & Apparel Retail - Food, Beverage & Grocery
      E-commerce
  </Accordion>

  <Accordion title="Entertainment">
    * Streaming Platforms (Video, Music, Audio) - Gaming & Interactive
      Entertainment - Creator Economy & Influencer Platforms - Advertising, Adtech &
      Media Buying - Film, TV & Production Studios - Events, Venues & Live
      Entertainment - Virtual Worlds & Metaverse Experiences
  </Accordion>

  <Accordion title="Education">
    * K-12 Education Platforms & Tools - Higher Education & University Tech -
      Online Learning & MOOCs - Test Prep & Certification - Corporate Training &
      Upskilling - Tutoring & Supplemental Learning - Education Management Systems
      (LMS/SIS) - Language Learning - Creator-Led & Cohort-Based Courses - Special
      Education & Accessibility Tools
  </Accordion>

  <Accordion title="Government & Nonprofit">
    * Government Technology & Digital Services - Civic Engagement & Policy
      Platforms - International Development & Humanitarian Aid - Philanthropy &
      Grantmaking - Nonprofit Operations & Fundraising Tools - Public Health &
      Social Services - Education & Youth Development Programs - Environmental &
      Climate Action Organizations - Legal Aid & Social Justice Advocacy - Municipal
      & Infrastructure Services
  </Accordion>

  <Accordion title="Industrial & Energy">
    * Manufacturing & Industrial Automation - Energy Production (Oil, Gas,
      Nuclear) - Renewable Energy & Cleantech - Utilities & Grid Infrastructure -
      Industrial IoT & Monitoring Systems - Construction & Heavy Equipment - Mining
      & Natural Resources - Environmental Engineering & Sustainability - Energy
      Storage & Battery Technology
  </Accordion>

  <Accordion title="Automotive & Transportation">
    * Automotive OEMs & Vehicle Manufacturing - Electric Vehicles (EVs) & Charging
      Infrastructure - Mobility-as-a-Service (MaaS) - Fleet Management - Public
      Transit & Urban Mobility - Autonomous Vehicles & ADAS - Aftermarket Parts &
      Services - Telematics & Vehicle Connectivity - Aviation & Aerospace Transport
    * Maritime Shipping
  </Accordion>

  <Accordion title="Lifestyle & Leisure">
    * Fitness & Wellness - Beauty & Personal Care - Home & Living - Dating &
      Relationships - Hobbies, Crafts & DIY - Outdoor & Recreational Gear - Events,
      Experiences & Ticketing Platforms
  </Accordion>

  <Accordion title="Luxury & Fashion">
    * Designer & Luxury Apparel - Accessories, Jewelry & Watches - Footwear &
      Leather Goods - Beauty, Fragrance & Skincare - Fashion Marketplaces & Retail
      Platforms - Sustainable & Ethical Fashion - Resale, Vintage & Circular Fashion
    * Fashion Tech & Virtual Try-Ons - Streetwear & Emerging Luxury - Couture &
      Made-to-Measure
  </Accordion>

  <Accordion title="News & Media">
    * News Publishing & Journalism - Advertising, Adtech & Media Buying - Digital
      Media & Content Platforms - Broadcasting (TV & Radio) - Podcasting & Audio
      Media - News Aggregators & Curation Tools - Independent & Creator-Led Media -
      Newsletters & Substack-Style Platforms - Political & Investigative Media -
      Trade & Niche Publications - Media Monitoring & Analytics
  </Accordion>

  <Accordion title="Sports">
    * Professional Teams & Leagues - Sports Media & Broadcasting - Sports Betting
      & Fantasy Sports - Fitness & Athletic Training Platforms - Sportswear &
      Equipment - Esports & Competitive Gaming - Sports Venues & Event Management -
      Athlete Management & Talent Agencies - Sports Tech & Performance Analytics -
      Youth, Amateur & Collegiate Sports
  </Accordion>

  <Accordion title="Real Estate & PropTech">
    * Real Estate Marketplaces - Property Management Software - Rental Platforms -
      Mortgage & Lending Tech - Real Estate Investment Platforms
  </Accordion>

  <Accordion title="Legal & Compliance">
    * Law Firms & Legal Services - Legal Tech & Automation - Regulatory Compliance
    * E-Discovery & Litigation Tools - Contract Management - Governance, Risk &
      Compliance (GRC) - IP & Trademark Management - Legal Research & Intelligence -
      Compliance Training & Certification - Whistleblower & Ethics Reporting
  </Accordion>

  <Accordion title="Telecommunications">
    * Mobile & Wireless Networks (3G/4G/5G) - Broadband & Fiber Internet -
      Satellite & Space-Based Communications - Network Equipment & Infrastructure -
      Telecom Billing & OSS/BSS Systems - VoIP & Unified Communications - Internet
      Service Providers (ISPs) - Edge Computing & Network Virtualization - IoT
      Connectivity Platforms
  </Accordion>

  <Accordion title="Agriculture & Food">
    * Precision Agriculture & AgTech - Crop & Livestock Production - Food &
      Beverage Manufacturing & Processing - Food Distribution - Restaurants & Food
      Service - Agricultural Inputs & Equipment - Sustainable & Regenerative
      Agriculture - Seafood & Aquaculture
  </Accordion>

  <Accordion title="Professional Services & Agencies">
    * Management Consulting - Marketing & Advertising Agencies - Design, Branding
      & Creative Studios - IT Services & Managed Services - Staffing, Recruiting &
      Talent - Accounting & Tax Firms - Public Relations & Communications - Business
      Process Outsourcing (BPO) - Professional Training & Coaching
  </Accordion>

  <Accordion title="Chemicals & Materials">
    * Specialty Chemicals - Commodity & Petrochemicals - Polymers, Plastics &
      Rubber - Coatings, Adhesives & Sealants - Industrial Gases - Advanced
      Materials & Composites - Battery Materials & Energy Storage - Electronic
      Materials & Semiconductor Chemicals - Agrochemicals & Fertilizers
  </Accordion>

  <Accordion title="Logistics & Supply Chain">
    * Freight & Transportation Tech - Last-Mile Delivery - Warehouse Automation -
      Supply Chain Visibility Platforms - Logistics Marketplaces - Shipping &
      Freight Forwarding - Cold Chain Logistics - Reverse Logistics & Returns -
      Cross-Border Trade Tech - Transportation Management Systems (TMS)
  </Accordion>

  <Accordion title="Hospitality & Tourism">
    * Hotels & Accommodation - Vacation Rentals & Short-Term Stays - Restaurant
      Tech & Management - Travel Booking Platforms - Tourism Experiences &
      Activities - Cruise Lines & Marine Tourism - Hospitality Management Systems -
      Event & Venue Management - Corporate Travel Management - Travel Insurance &
      Protection
  </Accordion>

  <Accordion title="Construction & Built Environment">
    * Construction Management Software - BIM/CAD & Design Tools - Construction
      Marketplaces - Equipment Rental & Management - Building Materials &
      Procurement - Construction Workforce Management - Project Estimation & Bidding
    * Modular & Prefab Construction - Construction Safety & Compliance - Smart
      Building Technology
  </Accordion>

  <Accordion title="Consumer Packaged Goods (CPG)">
    * Food & Beverage CPG - Home & Personal Care CPG - CPG Analytics & Insights -
      Direct-to-Consumer CPG Brands - CPG Supply Chain & Distribution - Private
      Label Manufacturing - CPG Retail Intelligence - Sustainable CPG & Packaging -
      Beauty & Cosmetics CPG - Health & Wellness CPG
  </Accordion>
</AccordionGroup>

<Tip>
  If you're storing EIC values in your own database, use the **exact string** as
  the key. Both `industry` and `subindustry` are typed enums in the API spec, so
  any change to the label set is a schema change you can detect.
</Tip>

## Industry → subindustry map (JSON)

The full `industry → subindustry[]` map. Use the copy button on the code block to grab the entire object in one click — drop it straight into your codebase as an enum source, validation map, or routing table.

<Accordion title="View full industry → subindustry JSON (click to expand)">
  ```json eic.json theme={null}
  {
    "Aerospace & Defense": [
      "Defense Systems & Military Hardware",
      "Aerospace Manufacturing",
      "Avionics & Navigation Technology",
      "Subsea & Naval Defense Systems",
      "Space & Satellite Technology",
      "Defense IT & Systems Integration"
    ],
    "Technology": [
      "Software (B2B)",
      "Software (B2C)",
      "Cloud Infrastructure & DevOps",
      "Cybersecurity",
      "Artificial Intelligence & Machine Learning",
      "Data Infrastructure & Analytics",
      "Hardware & Semiconductors",
      "Fintech Infrastructure",
      "eCommerce & Marketplace Platforms",
      "Developer Tools & APIs",
      "Web3 & Blockchain",
      "XR & Spatial Computing"
    ],
    "Finance": [
      "Banking & Lending",
      "Investment Management & WealthTech",
      "Insurance & InsurTech",
      "Payments & Money Movement",
      "Accounting, Tax & Financial Planning Tools",
      "Capital Markets & Trading Platforms",
      "Financial Infrastructure & APIs",
      "Credit Scoring & Risk Management",
      "Cryptocurrency & Digital Assets",
      "BNPL & Alternative Financing"
    ],
    "Healthcare": [
      "Healthcare Providers & Services",
      "Pharmaceuticals & Drug Development",
      "Medical Devices & Diagnostics",
      "Biotechnology & Genomics",
      "Digital Health & Telemedicine",
      "Health Insurance & Benefits Tech",
      "Clinical Trials & Research Platforms",
      "Mental Health & Wellness",
      "Healthcare IT & EHR Systems",
      "Consumer Health & Wellness Products"
    ],
    "Retail & E-commerce": [
      "Online Marketplaces",
      "Direct-to-Consumer (DTC) Brands",
      "Retail Tech & Point-of-Sale Systems",
      "Omnichannel & In-Store Retail",
      "E-commerce Enablement & Infrastructure",
      "Subscription & Membership Commerce",
      "Social Commerce & Influencer Platforms",
      "Fashion & Apparel Retail",
      "Food, Beverage & Grocery E-commerce"
    ],
    "Entertainment": [
      "Streaming Platforms (Video, Music, Audio)",
      "Gaming & Interactive Entertainment",
      "Creator Economy & Influencer Platforms",
      "Advertising, Adtech & Media Buying",
      "Film, TV & Production Studios",
      "Events, Venues & Live Entertainment",
      "Virtual Worlds & Metaverse Experiences"
    ],
    "Education": [
      "K-12 Education Platforms & Tools",
      "Higher Education & University Tech",
      "Online Learning & MOOCs",
      "Test Prep & Certification",
      "Corporate Training & Upskilling",
      "Tutoring & Supplemental Learning",
      "Education Management Systems (LMS/SIS)",
      "Language Learning",
      "Creator-Led & Cohort-Based Courses",
      "Special Education & Accessibility Tools"
    ],
    "Government & Nonprofit": [
      "Government Technology & Digital Services",
      "Civic Engagement & Policy Platforms",
      "International Development & Humanitarian Aid",
      "Philanthropy & Grantmaking",
      "Nonprofit Operations & Fundraising Tools",
      "Public Health & Social Services",
      "Education & Youth Development Programs",
      "Environmental & Climate Action Organizations",
      "Legal Aid & Social Justice Advocacy",
      "Municipal & Infrastructure Services"
    ],
    "Industrial & Energy": [
      "Manufacturing & Industrial Automation",
      "Energy Production (Oil, Gas, Nuclear)",
      "Renewable Energy & Cleantech",
      "Utilities & Grid Infrastructure",
      "Industrial IoT & Monitoring Systems",
      "Construction & Heavy Equipment",
      "Mining & Natural Resources",
      "Environmental Engineering & Sustainability",
      "Energy Storage & Battery Technology"
    ],
    "Automotive & Transportation": [
      "Automotive OEMs & Vehicle Manufacturing",
      "Electric Vehicles (EVs) & Charging Infrastructure",
      "Mobility-as-a-Service (MaaS)",
      "Fleet Management",
      "Public Transit & Urban Mobility",
      "Autonomous Vehicles & ADAS",
      "Aftermarket Parts & Services",
      "Telematics & Vehicle Connectivity",
      "Aviation & Aerospace Transport",
      "Maritime Shipping"
    ],
    "Lifestyle & Leisure": [
      "Fitness & Wellness",
      "Beauty & Personal Care",
      "Home & Living",
      "Dating & Relationships",
      "Hobbies, Crafts & DIY",
      "Outdoor & Recreational Gear",
      "Events, Experiences & Ticketing Platforms"
    ],
    "Luxury & Fashion": [
      "Designer & Luxury Apparel",
      "Accessories, Jewelry & Watches",
      "Footwear & Leather Goods",
      "Beauty, Fragrance & Skincare",
      "Fashion Marketplaces & Retail Platforms",
      "Sustainable & Ethical Fashion",
      "Resale, Vintage & Circular Fashion",
      "Fashion Tech & Virtual Try-Ons",
      "Streetwear & Emerging Luxury",
      "Couture & Made-to-Measure"
    ],
    "News & Media": [
      "News Publishing & Journalism",
      "Advertising, Adtech & Media Buying",
      "Digital Media & Content Platforms",
      "Broadcasting (TV & Radio)",
      "Podcasting & Audio Media",
      "News Aggregators & Curation Tools",
      "Independent & Creator-Led Media",
      "Newsletters & Substack-Style Platforms",
      "Political & Investigative Media",
      "Trade & Niche Publications",
      "Media Monitoring & Analytics"
    ],
    "Sports": [
      "Professional Teams & Leagues",
      "Sports Media & Broadcasting",
      "Sports Betting & Fantasy Sports",
      "Fitness & Athletic Training Platforms",
      "Sportswear & Equipment",
      "Esports & Competitive Gaming",
      "Sports Venues & Event Management",
      "Athlete Management & Talent Agencies",
      "Sports Tech & Performance Analytics",
      "Youth, Amateur & Collegiate Sports"
    ],
    "Real Estate & PropTech": [
      "Real Estate Marketplaces",
      "Property Management Software",
      "Rental Platforms",
      "Mortgage & Lending Tech",
      "Real Estate Investment Platforms"
    ],
    "Legal & Compliance": [
      "Law Firms & Legal Services",
      "Legal Tech & Automation",
      "Regulatory Compliance",
      "E-Discovery & Litigation Tools",
      "Contract Management",
      "Governance, Risk & Compliance (GRC)",
      "IP & Trademark Management",
      "Legal Research & Intelligence",
      "Compliance Training & Certification",
      "Whistleblower & Ethics Reporting"
    ],
    "Telecommunications": [
      "Mobile & Wireless Networks (3G/4G/5G)",
      "Broadband & Fiber Internet",
      "Satellite & Space-Based Communications",
      "Network Equipment & Infrastructure",
      "Telecom Billing & OSS/BSS Systems",
      "VoIP & Unified Communications",
      "Internet Service Providers (ISPs)",
      "Edge Computing & Network Virtualization",
      "IoT Connectivity Platforms"
    ],
    "Agriculture & Food": [
      "Precision Agriculture & AgTech",
      "Crop & Livestock Production",
      "Food & Beverage Manufacturing & Processing",
      "Food Distribution",
      "Restaurants & Food Service",
      "Agricultural Inputs & Equipment",
      "Sustainable & Regenerative Agriculture",
      "Seafood & Aquaculture"
    ],
    "Professional Services & Agencies": [
      "Management Consulting",
      "Marketing & Advertising Agencies",
      "Design, Branding & Creative Studios",
      "IT Services & Managed Services",
      "Staffing, Recruiting & Talent",
      "Accounting & Tax Firms",
      "Public Relations & Communications",
      "Business Process Outsourcing (BPO)",
      "Professional Training & Coaching"
    ],
    "Chemicals & Materials": [
      "Specialty Chemicals",
      "Commodity & Petrochemicals",
      "Polymers, Plastics & Rubber",
      "Coatings, Adhesives & Sealants",
      "Industrial Gases",
      "Advanced Materials & Composites",
      "Battery Materials & Energy Storage",
      "Electronic Materials & Semiconductor Chemicals",
      "Agrochemicals & Fertilizers"
    ],
    "Logistics & Supply Chain": [
      "Freight & Transportation Tech",
      "Last-Mile Delivery",
      "Warehouse Automation",
      "Supply Chain Visibility Platforms",
      "Logistics Marketplaces",
      "Shipping & Freight Forwarding",
      "Cold Chain Logistics",
      "Reverse Logistics & Returns",
      "Cross-Border Trade Tech",
      "Transportation Management Systems (TMS)"
    ],
    "Hospitality & Tourism": [
      "Hotels & Accommodation",
      "Vacation Rentals & Short-Term Stays",
      "Restaurant Tech & Management",
      "Travel Booking Platforms",
      "Tourism Experiences & Activities",
      "Cruise Lines & Marine Tourism",
      "Hospitality Management Systems",
      "Event & Venue Management",
      "Corporate Travel Management",
      "Travel Insurance & Protection"
    ],
    "Construction & Built Environment": [
      "Construction Management Software",
      "BIM/CAD & Design Tools",
      "Construction Marketplaces",
      "Equipment Rental & Management",
      "Building Materials & Procurement",
      "Construction Workforce Management",
      "Project Estimation & Bidding",
      "Modular & Prefab Construction",
      "Construction Safety & Compliance",
      "Smart Building Technology"
    ],
    "Consumer Packaged Goods (CPG)": [
      "Food & Beverage CPG",
      "Home & Personal Care CPG",
      "CPG Analytics & Insights",
      "Direct-to-Consumer CPG Brands",
      "CPG Supply Chain & Distribution",
      "Private Label Manufacturing",
      "CPG Retail Intelligence",
      "Sustainable CPG & Packaging",
      "Beauty & Cosmetics CPG",
      "Health & Wellness CPG"
    ]
  }
  ```
</Accordion>
