
Open-source API for Y Combinator & a16z company data
One open-source API for startup data across Y Combinator AND a16z - 6,600+ companies with funding, stage, IPO/M&A exits, and founders. Filter by VC (yc/a16z/all), batch, industry, country, or search. Grab a free API key, read the docs (curl/Node/Python + Swagger), and build in 30 seconds. Plus the full web app: map, analytics, funding data, a live hiring board, and AI tools.
ExploreYC is an open-source API providing access to data on over 6,600 startups from Y Combinator and a16z, including funding details, stages, and exits. Users can filter data by various criteria and utilize a web app for analytics and additional tools.
Overall, the launch is well-received, with strong interest in the API's potential and some concerns about data management.
hey PH - we're back! 👋 I'm Konstantin. We first launched ExploreYC - here as a web app for exploring Y Combinator's portfolio, and the response was awesome — thank you 🙏. Ever since, the #1 request has been the same one thing: "Can I get the data through an API?" So this launch is exactly that. This is ExploreYC's open-source + API edition - the same cleaned, enriched dataset, now something you can query, script, and build on. And it grew up: it now covers a16z's portfolio alongside YC. 👉 New here? Welcome. Caught our first launch? This is the developer edition you asked for. 🎉 ✨ What's new since our first launch: - A public REST API - YC + a16z, filter by VC (`source=yc | a16z | all`) - The entire project is now **open source** - Developer accounts, API keys, rate limits, docs & a usage dashboard - a16z portfolio data (exits, acquirers, founders, tickers) sitting next to YC 🔌 The API (the star of this launch): - One base URL, JSON over HTTPS: `<a href="https://api.exploreyc.com/api/v1" target="_blank" rel="nofollow noopener noreferrer">https://api.exploreyc.com/api/v1</a>` - Filter by VC - `source=yc | a16z | all` — plus batch, industry, country, hiring status, or full-text search - Company detail by id or slug: funding, stage, **IPO/M&A exits**, acquirer, founders, ticker - Portfolio stats, sources, geo/map data, and batch "Wrapped" analytics - Get an API key in 30 seconds - non-expiring, with per-key rate limits (`X-RateLimit-*` headers, `Retry-After`) - A full docs site with copy-paste curl / Node / Python examples + interactive Swagger - A developer dashboard to manage keys, watch your usage (7-day charts + top endpoints), and set a profile ```bash curl -H "Authorization: Bearer YOUR_KEY" \ "<a href="https://api.exploreyc.com/api/v1" target="_blank" rel="nofollow noopener noreferrer">https://api.exploreyc.com/api/v1</a>..." ``` 🌐 And the whole thing is open source → github.com/KonstantinMB/exploreyc 🎯 Why: researching startups means jumping between YC's directory, a16z's site, Crunchbase, LinkedIn, and 20 browser tabs. I cleaned + enriched all of it into one dataset — and now anyone can build on it. 🧰 Everything the API powers is also a polished web app: 🔍 Search & filter 6,800+ YC + a16z companies 🗺️ Interactive global map 🤖 AI company research 📊 Analytics + funding data 💼 Live hiring board (1,400+ companies hiring) 💡 Startup idea validator 🎁 Batch "Wrapped" shareables Would love your feedback - especially from anyone building tools for founders, investors, or the startup ecosystem. What would you build with this API?
<p>Nice to see ExploreYC back. I remember trying the earlier version for startup/category research, and the API edition feels like the more powerful direction. YC + a16z in one open-source dataset is useful not just for browsing, but for actually building tools on top of it.</p><p></p><p>The thing I would probably build first is a category research layer: search a market, see funded companies, batches, exits, hiring signals, geography, and similar companies in one place. Curious how you handle data freshness and corrections over time. if a company pivots, gets acquired, shuts down, or changes category, can the community help update the dataset?</p>
<p>Is it free?</p>
<p>Really useful tool — love the simplicity of the UI. </p><p>How are you planning to monetize this long term?</p>