Product Thumbnail

ExploreYC

Open-source API for Y Combinator & a16z company data

API
Open Source
Developer Tools
GitHub
Visit WebsiteSee on Product Hunt

Hunted byKonstantin BorimechkovKonstantin Borimechkov

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.

Top comment

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: `https://api.exploreyc.com/api/v1` - 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" \ "https://api.exploreyc.com/api/v1..." ``` 🌐 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?

Comment highlights

The open-source plan mentioned in the comments is the interesting part to me is that just the app layer, or the enriched dataset too? Curious how you're thinking about keeping funding/hiring data in sync once other people are touching the codebase.

the api layer is the right play. everyone building founder-facing tools rebuilds this dataset every time and it's silly.

real q: does exploreyc distinguish "raised $X" from "shipped something users pay for"? because those have drifted a mile apart and the data layer that solves the second one eats the first.

Open-sourcing the YC and a16z dataset is handy. Where's the underlying data sourced from, and how often does it refresh? Trying to gauge how stale the funding and status fields get between updates.

Very intrigued and looking forward to using this. What use case potential are you most excited about?

Would love a heatmap of YC batches by problem space over time e.g. how many fintech vs. dev-tool vs. climate companies per batch. Founders could instantly see which spaces are getting crowded vs. underexplored before pitching a similar idea.

Love seeing you turn the original web app into an API after listening to users. Curious, how do you handle entity resolution when the same company appears differently across YC and a16z datasets?

Merging YC and a16z into one dataset, the part I'd want documented before building on it is entity resolution. Last time I stitched company data across two sources, matching 'same company, different record' ate most of the effort: OpenAI vs OpenAI Inc vs matching on domain, then deciding which source wins when the funding stage disagrees. Do you expose a stable canonical company ID across both, and when YC and a16z conflict on a field, is there a documented precedence?

Congrats on the launch! Looks really useful and a nice addition to the original launch.

One thing I'd want to know is how often the data is refreshed and how quickly funding or hiring updates make it into the API.

How fresh is the data on hiring and funding, and does it pull directly from YC's API or are you scraping public sources to keep it updated?

This is actually useful for pre-launch validation before building anything you can search your category, see which batches funded similar ideas, check if those companies are still alive ,and figure out where the graveyard is. Has anyone used it that way to kill an idea before wasting six months on it?

This is pretty useful for founder research. I like that it’s not just a directory, but something developers can actually build on top of.

I come from the investing side, where structured data on private companies usually sits behind expensive paywalls, so open-sourcing this is a real gift. How fresh is the data, and what's the source when a company hasn't announced anything publicly?

The API-first cut of this is the version I'd actually reach for, @konstantimb . Non-expiring key in 30 seconds, standard X-RateLimit-* + Retry-After headers, and interactive Swagger — that's the boring DX most data APIs skip, and it's exactly what makes one safe to wire into a pipeline.

Open-sourcing the whole ingestion side on top of that is a real trust signal when the dataset leans on scraped sources. Great comeback launch 👌

Congrats on the second launch. Merging both portfolios into one schema sounds like the unglamorous hard part — YC has batches and a public directory, a16z is scattered across press pages. Which fields refused to line up between the two?

Spent way too long doing this manually with YC's directory and a bunch

of half-remembered LinkedIn searches. Having search, funding data, and

hiring boards actually talk to each other in one place is such an

obvious upgrade once you see it.

Congrats on the launch! 👏

Love the idea of making YC data much more searchable and actionable.

Curious.....what's been the most unexpected way early users are using ExploreYC?

i tested the filtering options and they saved plenty of time while searching for startups in specific industries. would adding historical funding snapshots help researchers track how companies evolve different years and stages?

About ExploreYC on Product Hunt

Open-source API for Y Combinator & a16z company data

ExploreYC launched on Product Hunt on July 8th, 2026 and earned 304 upvotes and 33 comments, earning #1 Product of the Day. 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 was featured in API (98.4k followers), Open Source (68.6k followers), Developer Tools (515.4k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 123.2k products, making this a competitive space to launch in.

Who hunted ExploreYC?

ExploreYC was hunted by Konstantin Borimechkov. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Reviews

ExploreYC has received 2 reviews on Product Hunt with an average rating of 4.50/5. Read all reviews on Product Hunt.

Want to see how ExploreYC stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.