Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

95 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Startup Portfolios API

The open API for every company across multiple startup portfolios β€” Techstars, Y Combinator, Antler, 500 Global, Entrepreneur First, Alchemist, and Plug and Play. Every record carries a source field, so you can query one combined dataset or filter to a single program. The data is refreshed automatically every day and served as static JSON, CSV, and XLSX over the jsDelivr CDN β€” no key, no rate limits, no setup.

Sources: yc (6,156) Β· plugandplay (5,508) Β· techstars (5,105) Β· 500 (2,242) Β· antler (1,064) Β· alchemist (518) Β· ef (499)

companies updated license

πŸ”Ž Live explorer β†’ Β· search, filter (by source, region, industry, year range), sort, and export all 21,092 companies in your browser.

ℹ️ Metadata

Last updated: 2026-08-13

  • 21,092 companies across 7 portfolio sources
  • 340 accelerator programs / cohorts
  • 476 industry verticals
  • 106 world regions, across 23 cohort years
  • πŸ¦„ 158 unicorns Β· πŸ’° 2764 exits Β· 🌱 29 B Corps

πŸš€ Quick start

# everything
curl https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data/all.json

# just the unicorns
curl https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data/unicorns.json
import requests
companies = requests.get("https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data/all.json").json()
print(len(companies), "companies")
const companies = await fetch("https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data/all.json").then((r) => r.json());

Recipes

import requests

base = "https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data"

# Fintech unicorns
unicorns = requests.get(f"{base}/unicorns.json").json()
fintech = [c for c in unicorns if "Fintech" in c["tags"]]

# Every company from a single program
boulder = requests.get(f"{base}/by-program/techstars-boulder-accelerator.json").json()

# Discover every endpoint and its count
meta = requests.get(f"{base}/meta.json").json()
print(meta["collections"]["by-industry"][:3])

πŸ’» APIs

The base URL for every endpoint is:

https://cdn.jsdelivr.net/gh/yigitmeteozcan/startups@main/data/

🏒 Companies

Description API
All companies all.json
All companies (CSV) all.csv
All companies (Excel) all.xlsx
Unicorns (valued $1B+) unicorns.json
Exited companies exits.json
Certified B Corps b-corps.json
Current accelerator session current.json
Aggregate stats stats.json
Catalog of every endpoint meta.json

πŸ›οΈ By source

7 portfolio sources β€” index.json
Source Companies API
yc 6156 by-source/yc.json
plugandplay 5508 by-source/plugandplay.json
techstars 5105 by-source/techstars.json
500 2242 by-source/500.json
antler 1064 by-source/antler.json
alchemist 518 by-source/alchemist.json
ef 499 by-source/ef.json

πŸŽ“ By year

23 cohort years β€” index.json
Year Companies API
2027 1 by-year/2027.json
2026 724 by-year/2026.json
2025 1046 by-year/2025.json
2024 1446 by-year/2024.json
2023 1493 by-year/2023.json
2022 1457 by-year/2022.json
2021 1383 by-year/2021.json
2020 1053 by-year/2020.json
2019 1030 by-year/2019.json
2018 864 by-year/2018.json
2017 817 by-year/2017.json
2016 724 by-year/2016.json
2015 685 by-year/2015.json
2014 470 by-year/2014.json
2013 341 by-year/2013.json
2012 361 by-year/2012.json
2011 253 by-year/2011.json
2010 149 by-year/2010.json
2009 63 by-year/2009.json
2008 53 by-year/2008.json
2007 42 by-year/2007.json
2006 18 by-year/2006.json
2005 9 by-year/2005.json

🏭 By industry

476 industry verticals β€” index.json
Industry Companies API
Fintech 2474 by-industry/fintech.json
Artificial intelligence and machine learning 1510 by-industry/artificial-intelligence-and-machine-learning.json
SaaS 1419 by-industry/saas.json
Mobile 1141 by-industry/mobile.json
Consumer 1060 by-industry/consumer.json
Artificial Intelligence 964 by-industry/artificial-intelligence.json
AI 870 by-industry/ai.json
Healthcare 816 by-industry/healthcare.json
Developer Tools 707 by-industry/developer-tools.json
Infrastructure 684 by-industry/infrastructure.json
Health 663 by-industry/health.json
Industrials 619 by-industry/industrials.json
Engineering, Product and Design 615 by-industry/engineering-product-and-design.json
Insurtech 513 by-industry/insurtech.json
Deeptech 489 by-industry/deeptech.json
B2B Software 487 by-industry/b2b-software.json
Brand & Retail 474 by-industry/brand-retail.json
Healthtech 440 by-industry/healthtech.json
Energy 428 by-industry/energy.json
Mobility & Physical AI 409 by-industry/mobility-physical-ai.json
Supply Chain 400 by-industry/supply-chain.json
Productivity 386 by-industry/productivity.json
Lifestyles of Health and Sustainability and wellness 384 by-industry/lifestyles-of-health-and-sustainability-and-wellness.json
Internet of Things 384 by-industry/internet-of-things.json
Climate tech 360 by-industry/climate-tech.json
Marketplace 348 by-industry/marketplace.json
Cleantech 339 by-industry/cleantech.json
HRtech 332 by-industry/hrtech.json
Gaming 332 by-industry/gaming.json
Media & Advertising 321 by-industry/media-advertising.json
FinTech 319 by-industry/fintech.json
Technology, media and telecommunications 311 by-industry/technology-media-and-telecommunications.json
Big Data 304 by-industry/big-data.json
E-commerce 292 by-industry/e-commerce.json
Manufacturing 286 by-industry/manufacturing.json
Education 279 by-industry/education.json
Content 272 by-industry/content.json
Sustainability 262 by-industry/sustainability.json
Cryptocurrency/Blockchain 261 by-industry/cryptocurrency-blockchain.json
Payments 257 by-industry/payments.json
Edtech 253 by-industry/edtech.json
Generative AI 251 by-industry/generative-ai.json
Analytics 246 by-industry/analytics.json
Health Tech 236 by-industry/health-tech.json
Machine Learning 233 by-industry/machine-learning.json
Marketing 222 by-industry/marketing.json
Food & Beverage 219 by-industry/food-beverage.json
Cybersecurity 207 by-industry/cybersecurity.json
Digital health 204 by-industry/digital-health.json
Enterprise & AI 197 by-industry/enterprise-ai.json
Robotics and Drones 195 by-industry/robotics-and-drones.json
Sales 189 by-industry/sales.json
Marketing tech 188 by-industry/marketing-tech.json
Real estate tech 179 by-industry/real-estate-tech.json
HR Tech 179 by-industry/hr-tech.json
Real Estate 178 by-industry/real-estate.json
Operations 176 by-industry/operations.json
Open Source 170 by-industry/open-source.json
Retail 167 by-industry/retail.json
ConsumerTech 167 by-industry/consumertech.json
Supply chain technology 163 by-industry/supply-chain-technology.json
Real Estate and Construction 163 by-industry/real-estate-and-construction.json
AI Assistant 160 by-industry/ai-assistant.json
Hardware 159 by-industry/hardware.json
Logistics 158 by-industry/logistics.json
Social 157 by-industry/social.json
Climate 156 by-industry/climate.json
Healthcare IT 155 by-industry/healthcare-it.json
Security 153 by-industry/security.json
Robotics 147 by-industry/robotics.json
API 144 by-industry/api.json
Biotech 144 by-industry/biotech.json
Mobility tech 142 by-industry/mobility-tech.json
Manufacturing and Robotics 139 by-industry/manufacturing-and-robotics.json
Finance and Accounting 137 by-industry/finance-and-accounting.json
Supply Chain and Logistics 137 by-industry/supply-chain-and-logistics.json
AI/Machine Learning 135 by-industry/ai-machine-learning.json
Virtual reality 133 by-industry/virtual-reality.json
Agtech 129 by-industry/agtech.json
Enterprise 129 by-industry/enterprise.json
Enterprise Software 126 by-industry/enterprise-software.json
Travel & Hospitality 126 by-industry/travel-hospitality.json
Smart Cities 125 by-industry/smart-cities.json
Home and Personal 123 by-industry/home-and-personal.json
Hard Tech 120 by-industry/hard-tech.json
Consumer Health and Wellness 118 by-industry/consumer-health-and-wellness.json
Digital Health 116 by-industry/digital-health.json
Impact investing 114 by-industry/impact-investing.json
Cloudtech and DevOps 112 by-industry/cloudtech-and-devops.json
Data & Analytics 111 by-industry/data-analytics.json
Consumer Health Services 109 by-industry/consumer-health-services.json
Consumer Finance 108 by-industry/consumer-finance.json
Health and BioTech 108 by-industry/health-and-biotech.json
Foodtech 105 by-industry/foodtech.json
Data Engineering 103 by-industry/data-engineering.json
Construction 101 by-industry/construction.json
Insurance 100 by-industry/insurance.json
Automation 95 by-industry/automation.json
Finance 95 by-industry/finance.json
Legal 94 by-industry/legal.json
B2A 94 by-industry/b2a.json
Food and Beverage 93 by-industry/food-and-beverage.json
Social Media 92 by-industry/social-media.json
Crypto / Web3 92 by-industry/crypto-web3.json
Adtech 90 by-industry/adtech.json
New Materials & Packaging 90 by-industry/new-materials-packaging.json
Fashion 89 by-industry/fashion.json
Video 89 by-industry/video.json
Human Resources 88 by-industry/human-resources.json
Housing and Real Estate 85 by-industry/housing-and-real-estate.json
Proptech 84 by-industry/proptech.json
Social Impact 83 by-industry/social-impact.json
Therapeutics 82 by-industry/therapeutics.json
Mobile commerce 80 by-industry/mobile-commerce.json
Workflow Automation 79 by-industry/workflow-automation.json
Recruiting and Talent 77 by-industry/recruiting-and-talent.json
Computer Vision 77 by-industry/computer-vision.json
Medical Devices 75 by-industry/medical-devices.json
Femtech 74 by-industry/femtech.json
Credit and Lending 74 by-industry/credit-and-lending.json
Medtech 74 by-industry/medtech.json
Banking and Exchange 73 by-industry/banking-and-exchange.json
Healthcare Services 72 by-industry/healthcare-services.json
Compliance 72 by-industry/compliance.json
Oil and gas 69 by-industry/oil-and-gas.json
Space tech 68 by-industry/space-tech.json
Ecommerce 68 by-industry/ecommerce.json
Recruiting 66 by-industry/recruiting.json
Diagnostics 66 by-industry/diagnostics.json
Automotive 65 by-industry/automotive.json
Aviation and Space 63 by-industry/aviation-and-space.json
Legal tech 62 by-industry/legal-tech.json
Investing 62 by-industry/investing.json
Drug Discovery and Delivery 60 by-industry/drug-discovery-and-delivery.json
Energy and ClimateTech 60 by-industry/energy-and-climatetech.json
Beauty 59 by-industry/beauty.json
Community 58 by-industry/community.json
AIOps 58 by-industry/aiops.json
LegalTech 57 by-industry/legaltech.json
Government 57 by-industry/government.json
Design Tools 56 by-industry/design-tools.json
DevOps 54 by-industry/devops.json
Delivery 54 by-industry/delivery.json
Asset Management 53 by-industry/asset-management.json
GovTech 53 by-industry/govtech.json
Travel & Tourism 53 by-industry/travel-tourism.json
eLearning 52 by-industry/elearning.json
Entertainment / Media 52 by-industry/entertainment-media.json
Real Estate & Construction 52 by-industry/real-estate-construction.json
IoT 51 by-industry/iot.json
Mobility 51 by-industry/mobility.json
Neobank 51 by-industry/neobank.json
Apparel and Cosmetics 50 by-industry/apparel-and-cosmetics.json
Entertainment 50 by-industry/entertainment.json
Travel 49 by-industry/travel.json
Cloud Computing 49 by-industry/cloud-computing.json
Real Estate and PropTech 49 by-industry/real-estate-and-proptech.json
Global Overseas Acceleration & Learning (GOAL) 49 by-industry/global-overseas-acceleration-learning-goal.json
Food Tech 48 by-industry/food-tech.json
Advertising 48 by-industry/advertising.json
Health & Wellness 48 by-industry/health-wellness.json
Creator Economy 48 by-industry/creator-economy.json
AI-Enhanced Learning 46 by-industry/ai-enhanced-learning.json
Conversational AI 46 by-industry/conversational-ai.json
Agriculture 45 by-industry/agriculture.json
Consumer Electronics 45 by-industry/consumer-electronics.json
Food 45 by-industry/food.json
Collaboration 44 by-industry/collaboration.json
Credit & Lending 44 by-industry/credit-lending.json
Messaging 43 by-industry/messaging.json
Media 43 by-industry/media.json
Aerospace 43 by-industry/aerospace.json
Aerospace & Defense 43 by-industry/aerospace-defense.json
Deep Learning 42 by-industry/deep-learning.json
Advanced Manufacturing 42 by-industry/advanced-manufacturing.json
Oncology 40 by-industry/oncology.json
Audiotech 40 by-industry/audiotech.json
E-Commerce 40 by-industry/e-commerce.json
Defense 40 by-industry/defense.json
Sales Enablement 40 by-industry/sales-enablement.json
Drones 39 by-industry/drones.json
Crypto & Digital Assets 39 by-industry/crypto-digital-assets.json
Augmented reality 38 by-industry/augmented-reality.json
Reinforcement Learning 38 by-industry/reinforcement-learning.json
InsurTech 38 by-industry/insurtech.json
Telecommunications 37 by-industry/telecommunications.json
Transportation 37 by-industry/transportation.json
Mental Health Tech 37 by-industry/mental-health-tech.json
Subscriptions 37 by-industry/subscriptions.json
Wellness 37 by-industry/wellness.json
AI-powered Drug Discovery 36 by-industry/ai-powered-drug-discovery.json
Travel, Leisure and Tourism 35 by-industry/travel-leisure-and-tourism.json
No-code 34 by-industry/no-code.json
DevSecOps 34 by-industry/devsecops.json
Documents 34 by-industry/documents.json
Industrial 34 by-industry/industrial.json
Industrial Bio 33 by-industry/industrial-bio.json
Synthetic Biology 33 by-industry/synthetic-biology.json
Drug discovery 33 by-industry/drug-discovery.json
Robotic Process Automation 33 by-industry/robotic-process-automation.json
Grocery 31 by-industry/grocery.json
Data Science 31 by-industry/data-science.json
ClimateTech 31 by-industry/climatetech.json
Data Visualization 30 by-industry/data-visualization.json
Telemedicine 30 by-industry/telemedicine.json
FinOps 30 by-industry/finops.json
Telehealth 30 by-industry/telehealth.json
3D printing 29 by-industry/3d-printing.json
Design 29 by-industry/design.json
Customer Support 29 by-industry/customer-support.json
eSports 28 by-industry/esports.json
Health Insurance 28 by-industry/health-insurance.json
Genomics 28 by-industry/genomics.json
AgTech 28 by-industry/agtech.json
Transportation Services 27 by-industry/transportation-services.json
Email 27 by-industry/email.json
CRM 27 by-industry/crm.json
Banking as a Service 27 by-industry/banking-as-a-service.json
Customer Success 26 by-industry/customer-success.json
Semiconductors 26 by-industry/semiconductors.json
Crypto 26 by-industry/crypto.json
Animal Health 26 by-industry/animal-health.json
Nanotechnology 25 by-industry/nanotechnology.json
Future of work 25 by-industry/future-of-work.json
Nonprofit 25 by-industry/nonprofit.json
Databases 25 by-industry/databases.json
Office Management 25 by-industry/office-management.json
Augmented Reality 24 by-industry/augmented-reality.json
Housing 24 by-industry/housing.json
Electric Vehicles 23 by-industry/electric-vehicles.json
Customer Service 22 by-industry/customer-service.json
Social Network 22 by-industry/social-network.json
Web Development 22 by-industry/web-development.json
Satellites 22 by-industry/satellites.json
B2B Marketplaces 22 by-industry/b2b-marketplaces.json
ML 21 by-industry/ml.json
NLP 21 by-industry/nlp.json
Virtual and Augmented Reality 20 by-industry/virtual-and-augmented-reality.json
Music 20 by-industry/music.json
Job and Career Services 20 by-industry/job-and-career-services.json
Blockchain 20 by-industry/blockchain.json
Regtech 20 by-industry/regtech.json
Privacy 19 by-industry/privacy.json
Fitness 19 by-industry/fitness.json
Solar Power 19 by-industry/solar-power.json
Space Exploration 19 by-industry/space-exploration.json
Search 19 by-industry/search.json
Climate Tech 19 by-industry/climate-tech.json
SMB 18 by-industry/smb.json
Lending 18 by-industry/lending.json
Retail Tech 18 by-industry/retail-tech.json
Renewable Energy 18 by-industry/renewable-energy.json
Sports Tech 18 by-industry/sports-tech.json
Data Labeling 18 by-industry/data-labeling.json
Pet tech 17 by-industry/pet-tech.json
Market Research 17 by-industry/market-research.json
Neurotechnology 17 by-industry/neurotechnology.json
Biotechnology 17 by-industry/biotechnology.json
Payroll 16 by-industry/payroll.json
Restaurant Tech 16 by-industry/restaurant-tech.json
Remote Work 16 by-industry/remote-work.json
Identity 16 by-industry/identity.json
Home Services 16 by-industry/home-services.json
PropTech 16 by-industry/proptech.json
Micromobility 15 by-industry/micromobility.json
Women's Health 15 by-industry/women-s-health.json
Monitoring 15 by-industry/monitoring.json
Trading 15 by-industry/trading.json
Aviation 15 by-industry/aviation.json
BioTech & Life Sciences 15 by-industry/biotech-life-sciences.json
Web 3 15 by-industry/web-3.json
Sportstech 15 by-industry/sportstech.json
Team Collaboration 14 by-industry/team-collaboration.json
Kubernetes 14 by-industry/kubernetes.json
Virtual Reality 14 by-industry/virtual-reality.json
Warehouse Management Tech 14 by-industry/warehouse-management-tech.json
Gene Therapy 14 by-industry/gene-therapy.json
App 14 by-industry/app.json
AdTech 14 by-industry/adtech.json
3D Printing 13 by-industry/3d-printing.json
Energy Storage 13 by-industry/energy-storage.json
Procurement 13 by-industry/procurement.json
Subscription 13 by-industry/subscription.json
Crowdfunding 12 by-industry/crowdfunding.json
Electronics 12 by-industry/electronics.json
Personalization 12 by-industry/personalization.json
Scheduling 12 by-industry/scheduling.json
Carbon Capture and Removal 12 by-industry/carbon-capture-and-removal.json
DeFi 12 by-industry/defi.json
Maritime 12 by-industry/maritime.json
Impact 12 by-industry/impact.json
Work 12 by-industry/work.json
Ridesharing 11 by-industry/ridesharing.json
Autonomous Trucking 11 by-industry/autonomous-trucking.json
Consumer Products 11 by-industry/consumer-products.json
Cryptocurrency 11 by-industry/cryptocurrency.json
Airplanes 11 by-industry/airplanes.json
Ghost Kitchens 11 by-industry/ghost-kitchens.json
SME Solution 11 by-industry/sme-solution.json
Food Service Robots & Machines 10 by-industry/food-service-robots-machines.json
APIs 10 by-industry/apis.json
Chatbot 10 by-industry/chatbot.json
CloudTech 10 by-industry/cloudtech.json
Pet Tech 10 by-industry/pet-tech.json
Kids 9 by-industry/kids.json
Fraud Detection 9 by-industry/fraud-detection.json
Sleep Tech 9 by-industry/sleep-tech.json
Emerging Markets 9 by-industry/emerging-markets.json
Sustainable Fashion 9 by-industry/sustainable-fashion.json
Call Center 9 by-industry/call-center.json
Commerce 9 by-industry/commerce.json
Artificial Intelligence / Machine Learning 9 by-industry/artificial-intelligence-machine-learning.json
Accounting 9 by-industry/accounting.json
Deep Tech 9 by-industry/deep-tech.json
Autonomous Delivery 8 by-industry/autonomous-delivery.json
Mental Health 8 by-industry/mental-health.json
Primary Care 8 by-industry/primary-care.json
Civic Tech 8 by-industry/civic-tech.json
Metaverse 8 by-industry/metaverse.json
Fertility Tech 8 by-industry/fertility-tech.json
Investments 8 by-industry/investments.json
CPG (Consumer packaged goods) 8 by-industry/cpg-consumer-packaged-goods.json
Agnostic (all) 8 by-industry/agnostic-all.json
Creative Industry 8 by-industry/creative-industry.json
Augmented Reality / Virtual Reality 8 by-industry/augmented-reality-virtual-reality.json
Fund 8 by-industry/fund.json
Calendar 7 by-industry/calendar.json
Talent Acquisition 7 by-industry/talent-acquisition.json
SMS 7 by-industry/sms.json
Biometrics 7 by-industry/biometrics.json
Smart Home Assistants 7 by-industry/smart-home-assistants.json
Advanced Materials 7 by-industry/advanced-materials.json
Cannabis 7 by-industry/cannabis.json
AR 7 by-industry/ar.json
Podcasts 7 by-industry/podcasts.json
Anti-Aging 7 by-industry/anti-aging.json
Direct to Consumer 7 by-industry/direct-to-consumer.json
CleanTech 7 by-industry/cleantech.json
Dating 6 by-industry/dating.json
Chat 6 by-industry/chat.json
Stocks 6 by-industry/stocks.json
Immigration 6 by-industry/immigration.json
Feedback 6 by-industry/feedback.json
Furniture 6 by-industry/furniture.json
Self-Driving Vehicles 6 by-industry/self-driving-vehicles.json
International 6 by-industry/international.json
Cellular Agriculture 6 by-industry/cellular-agriculture.json
Live 6 by-industry/live.json
Assistive Tech 6 by-industry/assistive-tech.json
Remittances 6 by-industry/remittances.json
Crowdsourcing 6 by-industry/crowdsourcing.json
Speech Recognition 6 by-industry/speech-recognition.json
Drug Delivery 6 by-industry/drug-delivery.json
Dental 6 by-industry/dental.json
Mining 6 by-industry/mining.json
Commercial Space Launch 6 by-industry/commercial-space-launch.json
Sports 6 by-industry/sports.json
FemTech (women's health) 6 by-industry/femtech-women-s-health.json
Hospitality 6 by-industry/hospitality.json
AI Center of Excellence 6 by-industry/ai-center-of-excellence.json
Carsharing 5 by-industry/carsharing.json
Cloud Workload Protection 5 by-industry/cloud-workload-protection.json
Next-gen Network Security 5 by-industry/next-gen-network-security.json
Cashierless Checkout 5 by-industry/cashierless-checkout.json
SEO 5 by-industry/seo.json
Note-taking 5 by-industry/note-taking.json
Airlines 5 by-industry/airlines.json
Nanomedicine 5 by-industry/nanomedicine.json
Air Taxis 5 by-industry/air-taxis.json
Fraud Prevention 5 by-industry/fraud-prevention.json
Smart Clothing 5 by-industry/smart-clothing.json
Auto Commerce 5 by-industry/auto-commerce.json
Nanosensors 5 by-industry/nanosensors.json
Microfluidics 5 by-industry/microfluidics.json
Cell Therapy 5 by-industry/cell-therapy.json
Careers 5 by-industry/careers.json
Medical Robotics 5 by-industry/medical-robotics.json
Geographic Information System 5 by-industry/geographic-information-system.json
Billing 5 by-industry/billing.json
Architecture 5 by-industry/architecture.json
Leisure & Entretainment 5 by-industry/leisure-entretainment.json
No Code 5 by-industry/no-code.json
Recommendation System 4 by-industry/recommendation-system.json
Apparel 4 by-industry/apparel.json
Time Series 4 by-industry/time-series.json
Ticketing 4 by-industry/ticketing.json
Networks 4 by-industry/networks.json
Genetic Engineering 4 by-industry/genetic-engineering.json
Quantum Computing 4 by-industry/quantum-computing.json
Navigation 4 by-industry/navigation.json
Home Automation 4 by-industry/home-automation.json
Unmanned Vehicle 4 by-industry/unmanned-vehicle.json
Industrial Workplace Safety 4 by-industry/industrial-workplace-safety.json
Rocketry 4 by-industry/rocketry.json
COVID-19 4 by-industry/covid-19.json
Income Share Agreements 4 by-industry/income-share-agreements.json
NFT 4 by-industry/nft.json
CRISPR 4 by-industry/crispr.json
Edge Computing Semiconductors 4 by-industry/edge-computing-semiconductors.json
Digital Freight Brokerage 4 by-industry/digital-freight-brokerage.json
Hydrogen Energy 4 by-industry/hydrogen-energy.json
Swarm Robotics 4 by-industry/swarm-robotics.json
Talent Management 4 by-industry/talent-management.json
Utilities (energy, water, waste) 4 by-industry/utilities-energy-water-waste.json
Gambling 4 by-industry/gambling.json
B2B payments 3 by-industry/b2b-payments.json
Wearables and quantified self 3 by-industry/wearables-and-quantified-self.json
Construction technology 3 by-industry/construction-technology.json
Fundraising 3 by-industry/fundraising.json
GraphQL 3 by-industry/graphql.json
Location-based 3 by-industry/location-based.json
Reviews 3 by-industry/reviews.json
Sustainable Tourism 3 by-industry/sustainable-tourism.json
Booking 3 by-industry/booking.json
Fusion Energy 3 by-industry/fusion-energy.json
Bioplastic 3 by-industry/bioplastic.json
Sustainable Agriculture 3 by-industry/sustainable-agriculture.json
Chatbots 3 by-industry/chatbots.json
Diversity & Inclusion 3 by-industry/diversity-inclusion.json
Cryptography 3 by-industry/cryptography.json
Microinsurance 3 by-industry/microinsurance.json
Pediatrics 3 by-industry/pediatrics.json
Robotic Surgery 3 by-industry/robotic-surgery.json
Culture 3 by-industry/culture.json
Weather 3 by-industry/weather.json
Cultured Meat 3 by-industry/cultured-meat.json
Trust & Safety 3 by-industry/trust-safety.json
Banking & Exchange 3 by-industry/banking-exchange.json
AudioTech 3 by-industry/audiotech.json
Gig Economy 3 by-industry/gig-economy.json
Restaurant tech 2 by-industry/restaurant-tech.json
Life sciences 2 by-industry/life-sciences.json
Coding Bootcamps 2 by-industry/coding-bootcamps.json
Referrals 2 by-industry/referrals.json
Customization 2 by-industry/customization.json
Indoor Mapping 2 by-industry/indoor-mapping.json
Notifications 2 by-industry/notifications.json
Small Modular Reactors 2 by-industry/small-modular-reactors.json
Conversational Banking 2 by-industry/conversational-banking.json
Cloud Gaming 2 by-industry/cloud-gaming.json
Vertical Farming 2 by-industry/vertical-farming.json
VR Health 2 by-industry/vr-health.json
Alternative Battery Tech 2 by-industry/alternative-battery-tech.json
Radar 2 by-industry/radar.json
Plant-based Meat 2 by-industry/plant-based-meat.json
Cultivated Meat 2 by-industry/cultivated-meat.json
Election Tech 2 by-industry/election-tech.json
Alternative Fuels 2 by-industry/alternative-fuels.json
IoT Security 2 by-industry/iot-security.json
DAO 2 by-industry/dao.json
Skincare 2 by-industry/skincare.json
Network Effects 2 by-industry/network-effects.json
Female Founders 2 by-industry/female-founders.json
Autonomous cars 1 by-industry/autonomous-cars.json
Smart Locks 1 by-industry/smart-locks.json
Cyber Insurance 1 by-industry/cyber-insurance.json
3D Printed Foods 1 by-industry/3d-printed-foods.json
Lab-on-a-chip 1 by-industry/lab-on-a-chip.json
Computational Storage 1 by-industry/computational-storage.json
Batteryless IoT Sensors 1 by-industry/batteryless-iot-sensors.json
Security Orchestration, Automation and Response (SOAR) 1 by-industry/security-orchestration-automation-and-response-soar.json
Psychedelics 1 by-industry/psychedelics.json
Gardening 1 by-industry/gardening.json
Art Trading Platforms 1 by-industry/art-trading-platforms.json
Clean Meat 1 by-industry/clean-meat.json
Deepfake Detection 1 by-industry/deepfake-detection.json
Lidar 1 by-industry/lidar.json
Autonomous Shipping 1 by-industry/autonomous-shipping.json
Livestock Health 1 by-industry/livestock-health.json
Smart Waste Management 1 by-industry/smart-waste-management.json
Service Mesh 1 by-industry/service-mesh.json
Vaccines 1 by-industry/vaccines.json
Debt 1 by-industry/debt.json
CivicTech 1 by-industry/civictech.json
VR/AR 1 by-industry/vr-ar.json
Space Tech 1 by-industry/space-tech.json

🌍 By region

106 world regions β€” index.json
Region Companies API
Americas 5593 by-region/americas.json
United States of America 4558 by-region/united-states-of-america.json
Asia 2990 by-region/asia.json
Europe 1014 by-region/europe.json
North America 903 by-region/north-america.json
EMEA 802 by-region/emea.json
Middle East & Africa 284 by-region/middle-east-africa.json
South Asia 264 by-region/south-asia.json
United Kingdom 213 by-region/united-kingdom.json
Canada 213 by-region/canada.json
India 208 by-region/india.json
Latin America 163 by-region/latin-america.json
Middle East 159 by-region/middle-east.json
Unspecified 118 by-region/unspecified.json
North Asia 110 by-region/north-asia.json
Africa 107 by-region/africa.json
Southeast Asia 95 by-region/southeast-asia.json
Remote 83 by-region/remote.json
Mexico 81 by-region/mexico.json
France 76 by-region/france.json
Oceania 73 by-region/oceania.json
Brazil 68 by-region/brazil.json
Germany 63 by-region/germany.json
Singapore 54 by-region/singapore.json
Nigeria 49 by-region/nigeria.json
Israel 34 by-region/israel.json
Indonesia 30 by-region/indonesia.json
Colombia 28 by-region/colombia.json
Spain 21 by-region/spain.json
Australia 19 by-region/australia.json
Sweden 19 by-region/sweden.json
Argentina 19 by-region/argentina.json
United Arab Emirates 16 by-region/united-arab-emirates.json
Netherlands 15 by-region/netherlands.json
Chile 15 by-region/chile.json
Denmark 13 by-region/denmark.json
Switzerland 13 by-region/switzerland.json
Australia & NZ 13 by-region/australia-nz.json
Egypt 12 by-region/egypt.json
South Korea 11 by-region/south-korea.json
Pakistan 11 by-region/pakistan.json
Kenya 9 by-region/kenya.json
Norway 9 by-region/norway.json
Ireland 8 by-region/ireland.json
Philippines 8 by-region/philippines.json
Malaysia 8 by-region/malaysia.json
Peru 8 by-region/peru.json
Hong Kong 7 by-region/hong-kong.json
Poland 7 by-region/poland.json
Vietnam 7 by-region/vietnam.json
China 6 by-region/china.json
Slovenia 6 by-region/slovenia.json
Austria 5 by-region/austria.json
Panama 5 by-region/panama.json
Belgium 5 by-region/belgium.json
Ghana 4 by-region/ghana.json
Turkey 4 by-region/turkey.json
Finland 4 by-region/finland.json
Saudi Arabia 4 by-region/saudi-arabia.json
Morocco 3 by-region/morocco.json
South Africa 3 by-region/south-africa.json
New Zealand 3 by-region/new-zealand.json
Estonia 3 by-region/estonia.json
East Asia 3 by-region/east-asia.json
Japan 2 by-region/japan.json
Portugal 2 by-region/portugal.json
Senegal 2 by-region/senegal.json
Greece 2 by-region/greece.json
Ukraine 2 by-region/ukraine.json
Croatia 2 by-region/croatia.json
Romania 2 by-region/romania.json
Bulgaria 2 by-region/bulgaria.json
Georgia 2 by-region/georgia.json
Costa Rica 2 by-region/costa-rica.json
Thailand 1 by-region/thailand.json
Nepal 1 by-region/nepal.json
Bangladesh 1 by-region/bangladesh.json
Bermuda 1 by-region/bermuda.json
Russia 1 by-region/russia.json
Hungary 1 by-region/hungary.json
Latvia 1 by-region/latvia.json
Puerto Rico 1 by-region/puerto-rico.json
Iceland 1 by-region/iceland.json
Czechia 1 by-region/czechia.json
Iraq 1 by-region/iraq.json
Kyrgyzstan 1 by-region/kyrgyzstan.json
Tanzania 1 by-region/tanzania.json
Algeria 1 by-region/algeria.json
Kazakhstan 1 by-region/kazakhstan.json
Italy 1 by-region/italy.json
Lithuania 1 by-region/lithuania.json
Ivory Coast 1 by-region/ivory-coast.json
Zambia 1 by-region/zambia.json
Ecuador 1 by-region/ecuador.json
Cyprus 1 by-region/cyprus.json
Uganda 1 by-region/uganda.json
Bahrain 1 by-region/bahrain.json
Venezuela 1 by-region/venezuela.json
Jordan 1 by-region/jordan.json
Ethiopia 1 by-region/ethiopia.json
Taiwan 1 by-region/taiwan.json
Uruguay 1 by-region/uruguay.json
Democratic Republic of the Congo 1 by-region/democratic-republic-of-the-congo.json
Cayman Islands 1 by-region/cayman-islands.json
Americas - United States 1 by-region/americas-united-states.json
Global 1 by-region/global.json

🏷️ By program

340 accelerator programs β€” index.json
Program Companies API
Plug and Play 5508 by-program/plug-and-play.json
500 Global 1401 by-program/500-global.json
Antler 1064 by-program/antler.json
Entrepreneur First 499 by-program/entrepreneur-first.json
YC Winter 2022 398 by-program/yc-winter-2022.json
YC Summer 2021 391 by-program/yc-summer-2021.json
YC Winter 2021 336 by-program/yc-winter-2021.json
Techstars New York City Accelerator 274 by-program/techstars-new-york-city-accelerator.json
YC Winter 2023 274 by-program/yc-winter-2023.json
YC Winter 2024 248 by-program/yc-winter-2024.json
YC Summer 2024 248 by-program/yc-summer-2024.json
Techstars Boston Accelerator 239 by-program/techstars-boston-accelerator.json
YC Summer 2022 234 by-program/yc-summer-2022.json
YC Winter 2020 229 by-program/yc-winter-2020.json
YC Summer 2023 220 by-program/yc-summer-2023.json
Techstars Boulder Accelerator 216 by-program/techstars-boulder-accelerator.json
YC Summer 2020 209 by-program/yc-summer-2020.json
YC Summer 2026 207 by-program/yc-summer-2026.json
YC Winter 2026 198 by-program/yc-winter-2026.json
YC Spring 2026 196 by-program/yc-spring-2026.json
YC Winter 2019 194 by-program/yc-winter-2019.json
Techstars London Accelerator 177 by-program/techstars-london-accelerator.json
YC Summer 2019 176 by-program/yc-summer-2019.json
YC Winter 2025 167 by-program/yc-winter-2025.json
YC Summer 2025 166 by-program/yc-summer-2025.json
Techstars Seattle Accelerator 165 by-program/techstars-seattle-accelerator.json
YC Winter 2018 146 by-program/yc-winter-2018.json
YC Fall 2025 146 by-program/yc-fall-2025.json
YC Spring 2025 143 by-program/yc-spring-2025.json
Techstars Austin Accelerator 138 by-program/techstars-austin-accelerator.json
YC Summer 2018 131 by-program/yc-summer-2018.json
Techstars Berlin Accelerator 129 by-program/techstars-berlin-accelerator.json
YC Summer 2017 125 by-program/yc-summer-2017.json
YC Winter 2016 122 by-program/yc-winter-2016.json
Techstars Chicago Accelerator 116 by-program/techstars-chicago-accelerator.json
Techstars Anywhere Accelerator 116 by-program/techstars-anywhere-accelerator.json
YC Winter 2017 116 by-program/yc-winter-2017.json
YC Winter 2015 110 by-program/yc-winter-2015.json
Techstars Space Accelerator 104 by-program/techstars-space-accelerator.json
YC Summer 2015 104 by-program/yc-summer-2015.json
YC Summer 2016 102 by-program/yc-summer-2016.json
Techstars Toronto Accelerator 100 by-program/techstars-toronto-accelerator.json
YC Fall 2024 94 by-program/yc-fall-2024.json
Techstars Atlanta powered by Cox Enterprises 86 by-program/techstars-atlanta-powered-by-cox-enterprises.json
Techstars Future of Food Powered by Ecolab 84 by-program/techstars-future-of-food-powered-by-ecolab.json
YC Summer 2012 83 by-program/yc-summer-2012.json
Techstars Tel Aviv Accelerator 80 by-program/techstars-tel-aviv-accelerator.json
Build in Tulsa Techstars Accelerator 79 by-program/build-in-tulsa-techstars-accelerator.json
YC Summer 2014 78 by-program/yc-summer-2014.json
YC Winter 2014 74 by-program/yc-winter-2014.json
London Barclays Accelerator, powered by Techstars 72 by-program/london-barclays-accelerator-powered-by-techstars.json
Techstars Music Accelerator 71 by-program/techstars-music-accelerator.json
Sustainability Paris Techstars Accelerator 68 by-program/sustainability-paris-techstars-accelerator.json
Techstars Sports Accelerator Powered by Indy 67 by-program/techstars-sports-accelerator-powered-by-indy.json
Techstars Transformative World Torino 66 by-program/techstars-transformative-world-torino.json
Techstars Workforce Development Accelerator 66 by-program/techstars-workforce-development-accelerator.json
YC Winter 2012 66 by-program/yc-winter-2012.json
Techstars Chicago powered by J.P. Morgan 60 by-program/techstars-chicago-powered-by-j-p-morgan.json
YC Summer 2011 60 by-program/yc-summer-2011.json
Techstars Alabama EnergyTech Accelerator 59 by-program/techstars-alabama-energytech-accelerator.json
Techstars Detroit powered by J.P. Morgan 59 by-program/techstars-detroit-powered-by-j-p-morgan.json
Techstars Miami powered by J.P. Morgan 58 by-program/techstars-miami-powered-by-j-p-morgan.json
New York Barclays Accelerator, powered by Techstars 57 by-program/new-york-barclays-accelerator-powered-by-techstars.json
Techstars Atlanta powered by J.P. Morgan 56 by-program/techstars-atlanta-powered-by-j-p-morgan.json
Comcast NBCUniversal LIFT Labs Accelerator Powered by Techstars 55 by-program/comcast-nbcuniversal-lift-labs-accelerator-powered-by-techstars.json
Techstars Detroit Accelerator 54 by-program/techstars-detroit-accelerator.json
Techstars Washington DC powered by J.P. Morgan 53 by-program/techstars-washington-dc-powered-by-j-p-morgan.json
YC Summer 2013 52 by-program/yc-summer-2013.json
Techstars Los Angeles powered by J.P. Morgan 49 by-program/techstars-los-angeles-powered-by-j-p-morgan.json
Techstars New York City powered by J.P. Morgan 49 by-program/techstars-new-york-city-powered-by-j-p-morgan.json
ABN AMRO & Techstars Future of Finance Accelerator 48 by-program/abn-amro-techstars-future-of-finance-accelerator.json
Techstars Oakland powered by J.P. Morgan 47 by-program/techstars-oakland-powered-by-j-p-morgan.json
YC Winter 2013 46 by-program/yc-winter-2013.json
YC Winter 2011 45 by-program/yc-winter-2011.json
Techstars Cloud 44 by-program/techstars-cloud.json
Techstars Impact powered by Cox Enterprises 44 by-program/techstars-impact-powered-by-cox-enterprises.json
Equinor & Techstars Energy Accelerator 43 by-program/equinor-techstars-energy-accelerator.json
Distro 1 43 by-program/distro-1.json
Techstars MontrΓ©al AI Accelerator 41 by-program/techstars-montr-al-ai-accelerator.json
Techstars Columbus Powered by The Ohio State University 41 by-program/techstars-columbus-powered-by-the-ohio-state-university.json
METRO Accelerator for Hospitality powered by Techstars 41 by-program/metro-accelerator-for-hospitality-powered-by-techstars.json
STANLEY+Techstars Accelerator 39 by-program/stanley-techstars-accelerator.json
Techstars Kansas City Accelerator 39 by-program/techstars-kansas-city-accelerator.json
Barclays Accelerator, Powered by Techstars - Tel Aviv 38 by-program/barclays-accelerator-powered-by-techstars-tel-aviv.json
Techstars Healthcare, in partnership with Cedars-Sinai 36 by-program/techstars-healthcare-in-partnership-with-cedars-sinai.json
Techstars Tech Central Sydney powered by NSW Government 36 by-program/techstars-tech-central-sydney-powered-by-nsw-government.json
YC Summer 2010 36 by-program/yc-summer-2010.json
Techstars Paris Accelerator 31 by-program/techstars-paris-accelerator.json
Techstars Physical Health Fort Worth 31 by-program/techstars-physical-health-fort-worth.json
Techstars Iowa Accelerator 30 by-program/techstars-iowa-accelerator.json
Air Force Accelerator Powered by Techstars 30 by-program/air-force-accelerator-powered-by-techstars.json
Techstars Future of Longevity Accelerator 30 by-program/techstars-future-of-longevity-accelerator.json
UnitedHealthcare Accelerator Powered by Techstars 30 by-program/unitedhealthcare-accelerator-powered-by-techstars.json
Techstars Sustainability in Partnership with The Nature Conservancy 30 by-program/techstars-sustainability-in-partnership-with-the-nature-conservancy.json
The Minnesota Twins Accelerator by Techstars 30 by-program/the-minnesota-twins-accelerator-by-techstars.json
Techstars Web3 Accelerator 30 by-program/techstars-web3-accelerator.json
Techstars San Diego powered by San Diego State University 30 by-program/techstars-san-diego-powered-by-san-diego-state-university.json
MetLife Digital Accelerator powered by Techstars 29 by-program/metlife-digital-accelerator-powered-by-techstars.json
Techstars & Western Union Accelerator 29 by-program/techstars-western-union-accelerator.json
Sprint Accelerator, powered by Techstars 29 by-program/sprint-accelerator-powered-by-techstars.json
Techstars Bangalore Accelerator 29 by-program/techstars-bangalore-accelerator.json
Techstars Retail Accelerator, in partnership with Target 28 by-program/techstars-retail-accelerator-in-partnership-with-target.json
Techstars Starburst Space Accelerator 28 by-program/techstars-starburst-space-accelerator.json
Techstars Economic Mobility Powered by Samvid Ventures 28 by-program/techstars-economic-mobility-powered-by-samvid-ventures.json
Techstars Industries of the Future Accelerator 28 by-program/techstars-industries-of-the-future-accelerator.json
GA 18 28 by-program/ga-18.json
Alexa Accelerator, Powered by Techstars 27 by-program/alexa-accelerator-powered-by-techstars.json
The Heritage Group Accelerator powered by Techstars 27 by-program/the-heritage-group-accelerator-powered-by-techstars.json
Techstars Equitech Accelerator 27 by-program/techstars-equitech-accelerator.json
YC Winter 2010 27 by-program/yc-winter-2010.json
GA 16 27 by-program/ga-16.json
GA 17 27 by-program/ga-17.json
YC Summer 2009 26 by-program/yc-summer-2009.json
GA 15 26 by-program/ga-15.json
GA 25 26 by-program/ga-25.json
GA 20 26 by-program/ga-20.json
Alchemist Class 41 26 by-program/alchemist-class-41.json
Eastern Pacific Accelerator Powered by Techstars 25 by-program/eastern-pacific-accelerator-powered-by-techstars.json
Techstars AI Health Baltimore 25 by-program/techstars-ai-health-baltimore.json
GA 27 25 by-program/ga-27.json
Techstars Healthcare sponsored by Cedars-Sinai, Point32Health, UCI Health, and UnitedHealthcare 24 by-program/techstars-healthcare-sponsored-by-cedars-sinai-point32health-uci-health-and-unitedhealthcare.json
ARM Labs Lagos Techstars Accelerator 24 by-program/arm-labs-lagos-techstars-accelerator.json
Techstars Tokyo Accelerator 24 by-program/techstars-tokyo-accelerator.json
Techstars Payments Powered by Stellar and MoneyGram 23 by-program/techstars-payments-powered-by-stellar-and-moneygram.json
GA 19 23 by-program/ga-19.json
Techstars IoT Accelerator 22 by-program/techstars-iot-accelerator.json
The Riyadh Techstars Accelerator 22 by-program/the-riyadh-techstars-accelerator.json
Stockholm Techstars Accelerator 22 by-program/stockholm-techstars-accelerator.json
YC Summer 2008 22 by-program/yc-summer-2008.json
Kaplan EdTech Accelerator, powered by Techstars 21 by-program/kaplan-edtech-accelerator-powered-by-techstars.json
Barclays Accelerator, Powered by Techstars - Cape Town 21 by-program/barclays-accelerator-powered-by-techstars-cape-town.json
Techstars San Francisco 21 by-program/techstars-san-francisco.json
Techstars New Orleans Powered by J.P. Morgan 21 by-program/techstars-new-orleans-powered-by-j-p-morgan.json
YC Winter 2008 21 by-program/yc-winter-2008.json
Alchemist Class 37 21 by-program/alchemist-class-37.json
R/GA Accelerator, powered by Techstars 20 by-program/r-ga-accelerator-powered-by-techstars.json
Techstars Lisbon in Partnership with Semapa Next 20 by-program/techstars-lisbon-in-partnership-with-semapa-next.json
The Roux Institute Techstars Accelerator 20 by-program/the-roux-institute-techstars-accelerator.json
Techstars Hub71 Accelerator 20 by-program/techstars-hub71-accelerator.json
SAP.iO Foundry, Powered by Techstars Accelerator 20 by-program/sap-io-foundry-powered-by-techstars-accelerator.json
Techstars SportsTech Melbourne Accelerator 20 by-program/techstars-sportstech-melbourne-accelerator.json
The Arcadis City of 2030 Accelerator Powered by Techstars 20 by-program/the-arcadis-city-of-2030-accelerator-powered-by-techstars.json
BSH Future Home Accelerator Powered by Techstars 20 by-program/bsh-future-home-accelerator-powered-by-techstars.json
Alchemist Class 34 20 by-program/alchemist-class-34.json
Alchemist Class 22 20 by-program/alchemist-class-22.json
Alchemist Class 39 20 by-program/alchemist-class-39.json
Colliers Proptech Accelerator Powered by Techstars 19 by-program/colliers-proptech-accelerator-powered-by-techstars.json
Microsoft Accelerator for Windows Azure, powered by Techstars 19 by-program/microsoft-accelerator-for-windows-azure-powered-by-techstars.json
Techstars Dubai Accelerator in Partnership with GINCO 19 by-program/techstars-dubai-accelerator-in-partnership-with-ginco.json
Techstars Impact Accelerator 19 by-program/techstars-impact-accelerator.json
YC Summer 2007 19 by-program/yc-summer-2007.json
GA 26 19 by-program/ga-26.json
Disney Accelerator, powered by Techstars 18 by-program/disney-accelerator-powered-by-techstars.json
METRO Retail Accelerator powered by Techstars 18 by-program/metro-retail-accelerator-powered-by-techstars.json
Alchemist Class 23 18 by-program/alchemist-class-23.json
GA 21 17 by-program/ga-21.json
GA 22 17 by-program/ga-22.json
Alchemist Class 30 17 by-program/alchemist-class-30.json
Alchemist Class 36 17 by-program/alchemist-class-36.json
Alchemist Class 26 17 by-program/alchemist-class-26.json
YC Winter 2009 16 by-program/yc-winter-2009.json
Alchemist Class 20 16 by-program/alchemist-class-20.json
Alchemist Class 19 16 by-program/alchemist-class-19.json
Alchemist Class 27 16 by-program/alchemist-class-27.json
Alchemist Class 32 16 by-program/alchemist-class-32.json
Alchemist Class 25 16 by-program/alchemist-class-25.json
Mena 1 15 by-program/mena-1.json
GA 9 15 by-program/ga-9.json
GA 3 15 by-program/ga-3.json
Alchemist Class 17 15 by-program/alchemist-class-17.json
Alchemist Class 31 15 by-program/alchemist-class-31.json
GA 14 14 by-program/ga-14.json
GA 1 14 by-program/ga-1.json
GA 10 14 by-program/ga-10.json
Alchemist Class 14 14 by-program/alchemist-class-14.json
Alchemist Class 28 14 by-program/alchemist-class-28.json
Alchemist Class 21 14 by-program/alchemist-class-21.json
Alchemist Class 33 14 by-program/alchemist-class-33.json
Alchemist Class 16 14 by-program/alchemist-class-16.json
USC and Techstars Accelerator 13 by-program/usc-and-techstars-accelerator.json
YC Winter 2007 13 by-program/yc-winter-2007.json
YC Fall 2026 13 by-program/yc-fall-2026.json
Mena 4 13 by-program/mena-4.json
GA 7 13 by-program/ga-7.json
Misk 1 13 by-program/misk-1.json
GA 13 13 by-program/ga-13.json
GA 5 13 by-program/ga-5.json
Alchemist Class 15 13 by-program/alchemist-class-15.json
Alchemist Class 35 13 by-program/alchemist-class-35.json
Techstars London Powered by Polygon 12 by-program/techstars-london-powered-by-polygon.json
Techstars Crypto Boston Powered by Algorand 12 by-program/techstars-crypto-boston-powered-by-algorand.json
GA 2 12 by-program/ga-2.json
MENA 7 12 by-program/mena-7.json
MENA 5 12 by-program/mena-5.json
GA 8 12 by-program/ga-8.json
GA 6 12 by-program/ga-6.json
Alchemist Class 24 12 by-program/alchemist-class-24.json
Filecoin Techstars Accelerator 11 by-program/filecoin-techstars-accelerator.json
Techstars Future of Ecommerce powered by eBay 11 by-program/techstars-future-of-ecommerce-powered-by-ebay.json
Techstars and Audi Mobility Accelerator 11 by-program/techstars-and-audi-mobility-accelerator.json
YC Summer 2006 11 by-program/yc-summer-2006.json
GA 12 11 by-program/ga-12.json
Lucha 7 11 by-program/lucha-7.json
GA 24 11 by-program/ga-24.json
Alchemist Class 18 11 by-program/alchemist-class-18.json
Alchemist Class 29 11 by-program/alchemist-class-29.json
Alchemist Class 40 11 by-program/alchemist-class-40.json
Rakuten Accelerator, Powered by Techstars 10 by-program/rakuten-accelerator-powered-by-techstars.json
Techstars Allied Space Accelerator 10 by-program/techstars-allied-space-accelerator.json
Alchemist Blockchain Techstars Accelerator 10 by-program/alchemist-blockchain-techstars-accelerator.json
Microsoft Accelerator for Kinect, powered by Techstars 10 by-program/microsoft-accelerator-for-kinect-powered-by-techstars.json
Techstars Adelaide 10 by-program/techstars-adelaide.json
Northwestern Medicine & Techstars Healthcare Accelerator 10 by-program/northwestern-medicine-techstars-healthcare-accelerator.json
Techstars Healthcare Accelerator powered by Permanente Medicine Mid-Atlantic States 10 by-program/techstars-healthcare-accelerator-powered-by-permanente-medicine-mid-atlantic-states.json
Misk 3 10 by-program/misk-3.json
Mena 2 10 by-program/mena-2.json
Dojo II 10 by-program/dojo-ii.json
Georgia 4 10 by-program/georgia-4.json
Alchemist Class 38 10 by-program/alchemist-class-38.json
Qualcomm Robotics Accelerator, powered by Techstars 9 by-program/qualcomm-robotics-accelerator-powered-by-techstars.json
Techstars Connection 9 by-program/techstars-connection.json
Virgin Media Accelerator powered by Techstars 9 by-program/virgin-media-accelerator-powered-by-techstars.json
Launchpool Web3 Techstars Accelerator 9 by-program/launchpool-web3-techstars-accelerator.json
YC Summer 2005 9 by-program/yc-summer-2005.json
GA 23 9 by-program/ga-23.json
GA 11 9 by-program/ga-11.json
MENA 6 9 by-program/mena-6.json
GA 28 9 by-program/ga-28.json
MENA 9 9 by-program/mena-9.json
Misk 2 9 by-program/misk-2.json
Alchemist Class 8 9 by-program/alchemist-class-8.json
Alchemist Class 12 9 by-program/alchemist-class-12.json
Alchemist Class 10 9 by-program/alchemist-class-10.json
Nike+ Accelerator, powered by Techstars 8 by-program/nike-accelerator-powered-by-techstars.json
GA 34 8 by-program/ga-34.json
GA 4 8 by-program/ga-4.json
GA 33 8 by-program/ga-33.json
GA 29 8 by-program/ga-29.json
MENA 8 8 by-program/mena-8.json
MENA 10 8 by-program/mena-10.json
Alchemist Class 13 8 by-program/alchemist-class-13.json
Techstars Chicago 7 by-program/techstars-chicago.json
Techstars WaterTech & Sustainability 7 by-program/techstars-watertech-sustainability.json
YC Winter 2006 7 by-program/yc-winter-2006.json
Dojo III 7 by-program/dojo-iii.json
Lucha 15 7 by-program/lucha-15.json
Lucha - NONE 7 by-program/lucha-none.json
MENA 11 7 by-program/mena-11.json
Eurasia 10 7 by-program/eurasia-10.json
Alchemist Class 9 7 by-program/alchemist-class-9.json
Alchemist Class 5 7 by-program/alchemist-class-5.json
Alchemist Class 4 7 by-program/alchemist-class-4.json
Techstars Korea Accelerator 6 by-program/techstars-korea-accelerator.json
Lucha 12 6 by-program/lucha-12.json
Georgia 7 6 by-program/georgia-7.json
Eurasia 7 6 by-program/eurasia-7.json
Lucha 18 6 by-program/lucha-18.json
Lucha 6 6 by-program/lucha-6.json
Lucha 9 6 by-program/lucha-9.json
Alchemist Class 7 6 by-program/alchemist-class-7.json
Alchemist Class 6 6 by-program/alchemist-class-6.json
Alchemist Class 11 6 by-program/alchemist-class-11.json
Founder Catalyst WaterTech & Sustainability, Techstars WaterTech & Sustainability 5 by-program/founder-catalyst-watertech-sustainability-techstars-watertech-sustainability.json
SF 36 5 by-program/sf-36.json
Lucha 10 5 by-program/lucha-10.json
Dojo I 5 by-program/dojo-i.json
Lucha 5 5 by-program/lucha-5.json
Georgia 5 5 by-program/georgia-5.json
GA 35 5 by-program/ga-35.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Atlanta powered by Cox Enterprises 4 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-atlanta-powered-by-cox-enterprises.json
USC and Techstars Accelerator, USC and Techstars University Catalyst 4 by-program/usc-and-techstars-accelerator-usc-and-techstars-university-catalyst.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Impact powered by Cox Enterprises 4 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-impact-powered-by-cox-enterprises.json
Lucha 14 4 by-program/lucha-14.json
Lucha 4 4 by-program/lucha-4.json
Lucha 3 4 by-program/lucha-3.json
Eurasia 9 4 by-program/eurasia-9.json
Alchemist Class 3 4 by-program/alchemist-class-3.json
Disney Accelerator, powered by Techstars, Techstars Boulder Accelerator 3 by-program/disney-accelerator-powered-by-techstars-techstars-boulder-accelerator.json
Founder Catalyst sponsored by Stanley Black & Decker, Techstars New York City Accelerator 3 by-program/founder-catalyst-sponsored-by-stanley-black-decker-techstars-new-york-city-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Equitech Accelerator 3 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-equitech-accelerator.json
Eurasia 8 3 by-program/eurasia-8.json
Lucha 8 3 by-program/lucha-8.json
Georgia 6 3 by-program/georgia-6.json
GA 32 3 by-program/ga-32.json
Lucha 11 3 by-program/lucha-11.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Workforce Development Accelerator 2 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-workforce-development-accelerator.json
Anjal Z Techstars Founder Catalyst, Techstars Atlanta powered by J.P. Morgan 2 by-program/anjal-z-techstars-founder-catalyst-techstars-atlanta-powered-by-j-p-morgan.json
Georgia 3 2 by-program/georgia-3.json
Egypt Scale Up1 2 by-program/egypt-scale-up1.json
Lucha 2 2 by-program/lucha-2.json
Alchemist Class 1 2 by-program/alchemist-class-1.json
Alexa Next Stage, Powered by Techstars, Techstars Seattle Accelerator 1 by-program/alexa-next-stage-powered-by-techstars-techstars-seattle-accelerator.json
Alexa Next Stage, Powered by Techstars, Techstars London Accelerator 1 by-program/alexa-next-stage-powered-by-techstars-techstars-london-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Economic Mobility Powered by Samvid Ventures 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-economic-mobility-powered-by-samvid-ventures.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Industries of the Future Accelerator 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-industries-of-the-future-accelerator.json
Founder Catalyst sponsored by Stanley Black & Decker, Techstars Space Accelerator 1 by-program/founder-catalyst-sponsored-by-stanley-black-decker-techstars-space-accelerator.json
Techstars Chicago, Techstars Founder Catalyst Global Program 1 by-program/techstars-chicago-techstars-founder-catalyst-global-program.json
Founder Catalyst sponsored by Stanley Black & Decker, Northwestern Medicine & Techstars Healthcare Accelerator 1 by-program/founder-catalyst-sponsored-by-stanley-black-decker-northwestern-medicine-techstars-healthcare-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Anywhere Accelerator 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-anywhere-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Alabama EnergyTech Accelerator 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-alabama-energytech-accelerator.json
Founder Innovation Lab Pre-accelerator, Techstars and Audi Mobility Accelerator 1 by-program/founder-innovation-lab-pre-accelerator-techstars-and-audi-mobility-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Oakland powered by J.P. Morgan 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-oakland-powered-by-j-p-morgan.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Miami powered by J.P. Morgan 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-miami-powered-by-j-p-morgan.json
Founder Catalyst Jeddah, Techstars San Francisco 1 by-program/founder-catalyst-jeddah-techstars-san-francisco.json
MIH for startups powered by Techstars, Techstars Industries of the Future Accelerator 1 by-program/mih-for-startups-powered-by-techstars-techstars-industries-of-the-future-accelerator.json
Founder Catalyst sponsored by Stanley Black & Decker, Techstars Economic Mobility Powered by Samvid Ventures 1 by-program/founder-catalyst-sponsored-by-stanley-black-decker-techstars-economic-mobility-powered-by-samvid-ventures.json
Founder Catalyst WaterTech & Sustainability, Techstars Columbus Powered by The Ohio State University 1 by-program/founder-catalyst-watertech-sustainability-techstars-columbus-powered-by-the-ohio-state-university.json
MIH for startups powered by Techstars, Techstars Starburst Space Accelerator 1 by-program/mih-for-startups-powered-by-techstars-techstars-starburst-space-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Detroit powered by J.P. Morgan 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-detroit-powered-by-j-p-morgan.json
Founder Catalyst Jeddah, Techstars London Accelerator 1 by-program/founder-catalyst-jeddah-techstars-london-accelerator.json
Founder Catalyst WaterTech & Sustainability, Sustainability Paris Techstars Accelerator 1 by-program/founder-catalyst-watertech-sustainability-sustainability-paris-techstars-accelerator.json
STANLEY+Techstars Accelerator, Techstars Boston Accelerator 1 by-program/stanley-techstars-accelerator-techstars-boston-accelerator.json
Techstars Founder Catalyst powered by WeXchange, Techstars Washington DC powered by J.P. Morgan 1 by-program/techstars-founder-catalyst-powered-by-wexchange-techstars-washington-dc-powered-by-j-p-morgan.json
Founder Catalyst sponsored by Stanley Black & Decker, Techstars Equitech Accelerator 1 by-program/founder-catalyst-sponsored-by-stanley-black-decker-techstars-equitech-accelerator.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Seattle Accelerator 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-seattle-accelerator.json
Build in Tulsa Techstars Accelerator, Founder Catalyst in partnership with J.P. Morgan 1 by-program/build-in-tulsa-techstars-accelerator-founder-catalyst-in-partnership-with-j-p-morgan.json
New York Barclays Accelerator, powered by Techstars, Nike+ Accelerator, powered by Techstars 1 by-program/new-york-barclays-accelerator-powered-by-techstars-nike-accelerator-powered-by-techstars.json
Founder Catalyst sponsored by Stanley Black & Decker, Techstars Washington DC powered by J.P. Morgan 1 by-program/founder-catalyst-sponsored-by-stanley-black-decker-techstars-washington-dc-powered-by-j-p-morgan.json
Founder Innovation Lab Pre-accelerator, Sustainability Paris Techstars Accelerator 1 by-program/founder-innovation-lab-pre-accelerator-sustainability-paris-techstars-accelerator.json
Techstars Founder Catalyst powered by WeXchange, Techstars Miami powered by J.P. Morgan 1 by-program/techstars-founder-catalyst-powered-by-wexchange-techstars-miami-powered-by-j-p-morgan.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Atlanta powered by J.P. Morgan 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-atlanta-powered-by-j-p-morgan.json
Sprint Accelerator, powered by Techstars, Techstars Healthcare, in partnership with Cedars-Sinai 1 by-program/sprint-accelerator-powered-by-techstars-techstars-healthcare-in-partnership-with-cedars-sinai.json
Techstars Boulder Accelerator, Techstars Retail Accelerator, in partnership with Target 1 by-program/techstars-boulder-accelerator-techstars-retail-accelerator-in-partnership-with-target.json
Techstars New York City Accelerator, Techstars Retail Accelerator, in partnership with Target 1 by-program/techstars-new-york-city-accelerator-techstars-retail-accelerator-in-partnership-with-target.json
Founder Catalyst in partnership with J.P. Morgan, Techstars Boulder Accelerator 1 by-program/founder-catalyst-in-partnership-with-j-p-morgan-techstars-boulder-accelerator.json
Y Combinator 1 by-program/y-combinator.json
YC Winter 2027 1 by-program/yc-winter-2027.json
Distro 1, GA 16 1 by-program/distro-1-ga-16.json
GA 30 1 by-program/ga-30.json
Lucha 1 1 by-program/lucha-1.json
MENA 12 1 by-program/mena-12.json
GA 12, Dojo I 1 by-program/ga-12-dojo-i.json
Distro 1, GA 13 1 by-program/distro-1-ga-13.json
SF 37 1 by-program/sf-37.json
Saola 1 by-program/saola.json
Distro 1, GA 7, Lucha 2 1 by-program/distro-1-ga-7-lucha-2.json
Distro 1, GA 11 1 by-program/distro-1-ga-11.json
Distro 1, GA 10 1 by-program/distro-1-ga-10.json
GA 6, Distro 1 1 by-program/ga-6-distro-1.json
Alchemist Class 2 1 by-program/alchemist-class-2.json

Tip: pull meta.json once to discover every available URL and count programmatically.

πŸ“€ Schema

Each company is an object with the following fields:

Field Type Description
source string Portfolio source (techstars, yc, antler, 500, ef, alchemist, plugandplay)
name string Company name
description string Short description
website string Company website URL
logo string Logo image URL
location string City, State, Country
region string World region (e.g. Americas)
subregion string World subregion (e.g. North America)
tags string[] Industry verticals / tags
year number First session (cohort) year
program string Accelerator program name
programSlugs string[] Program slug(s)
founders object[] Founders: name, role, linkedin (where available, e.g. EF / 500)
isExit boolean Has exited
isUnicorn boolean Valued $1B+
isBCorp boolean Certified B Corp
isCurrentSession boolean In the current session
social object linkedin, twitter, facebook, crunchbase URLs
extra object Selected raw source fields (city, state_province, country, investor)

Example

{
  "name": "DigitalOcean",
  "description": "Simple, scalable cloud computing solutions built for startups and small-to-midsize businesses.",
  "website": "https://digitalocean.com",
  "location": "New York City, New York, United States",
  "region": "Americas",
  "subregion": "North America",
  "tags": ["Cloudtech and DevOps"],
  "year": 2012,
  "program": "Techstars Boulder Accelerator",
  "isExit": true,
  "isUnicorn": true,
  "isBCorp": false,
  "isCurrentSession": false,
  "social": {
    "linkedin": "https://linkedin.com/company/digitalocean",
    "twitter": "https://twitter.com/digitalocean",
    "facebook": "https://facebook.com/DigitalOceanCloudHosting",
    "crunchbase": "https://crunchbase.com/organization/digitalocean"
  }
}

πŸ“Š Stats

See STATS.md for charts β€” companies per year, top countries and cities, top programs, leading industries, and more. You can also browse the raw files directly in the repo.

πŸ”„ How it stays fresh

A scheduled job pulls each source β€” Techstars from its public search index, Y Combinator from its public company directory, 500 Global, Entrepreneur First, Alchemist, and Plug and Play from their public JSON endpoints, and Antler via a headless browser β€” merges them into one dataset, rebuilds every JSON/CSV/XLSX file, regenerates the stats and this README, and commits the result. If a source is briefly unreachable, its previously committed records are kept so a transient failure never drops it from the dataset. So the data here tracks the live portfolios without any manual work.

πŸ› οΈ Run it yourself

npm install
npm run install:browsers
npm run build:data        # rebuild data/ + README locally

npm start                 # REST API
#   GET /portfolio          all companies (paginated, filterable)
#   GET /portfolio.xlsx     download as Excel
#   GET /portfolio/:name    lookup by name

npm run export            # one-off Excel export

πŸ“„ License

MIT. Data is sourced from the public Techstars, Y Combinator, Antler, 500 Global, Entrepreneur First, Alchemist, and Plug and Play portfolios; please respect each provider's terms when using it. This project is not affiliated with or endorsed by any of them.

About

API for companies funded by top accelerators.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages