ExploreYC - 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.

Add a comment

Replies

Best
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: `` - 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" \ "..." ``` 🌐 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?

Β link gives 404

Β Nice, this has been long over due! Congrats on the launch!

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.

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?

Β Amazing man! You are free to do whatever you like - fork the repo, add a PR - build anything you want over this data!

we basically have cron jobs running hourly/daily to get snapshots of companies today vs. yesterday adn detect new companies added to some batch. there are a bunch more hacks, but ey - clone the repo, drop it to calude and it will spill you all the secrets :D

this is genuinely useful, I do scout-style research on companies and the tab-juggling between YC's directory, a16z's site and Crunchbase is exactly the annoying part you described. question about durability though: since the ingestion pipeline hits YC's internal Algolia endpoint rather than a documented public API, what's your plan if YC changes that index's config, adds auth, or just blocks the traffic pattern from a nightly cron. that's the kind of upstream dependency that can silently break a whole API on someone else's schedule, not yours. is there a fallback data source or is Algolia the single point of failure for the YC side

Β plan is to have a fleet of contributors and ai agents that will figure the problem once it's present :D jokes aside, web crawling has been a thing for decades now, so there're multiple ways to overcome almost anything

Β haha fair, the joke aside is doing some work there but I get the point, it's not really a novel fragile-scraper problem, more a maintained-scraper problem, and you're clearly already living with it day to day. good luck with the launch

Is it free?

Β open source == free

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.

Β data is pulled daily as YC generally pushed data daily

Β nice!

The YC data angle is interesting mostly because the quality of that data degrades fast. Batch, status, current founders, whether a company is still operating or quietly dead. Curious how ExploreYC handles staleness, specifically whether you're pulling from a live source or maintaining a snapshot, and how often that snapshot gets refreshed. Also wondering how the a16z side works since their portfolio data is a lot less structured than YC's directory.

Β pulling from the most alive source possible for YC - directly form the website, every day, so data is fresh. the initial poll got us to 5.4k companies or around that, you can even see the images from previous launch, so now as you can see on landing page it sits at over 6k! that gradually got to this point day over day

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?

Β very happy you like it!!

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.

The API-first cut of this is the version I'd actually reach for, . 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 πŸ‘Œ

great stuff! Ty for the input

Β  Nice β€” putting agentic search front and center fits how people actually validate an idea: start broad, narrow fast. Curious whether that vector search is exposed on the API too, not just the UI β€” an idea-validation endpoint an agent can hit ("is this space already crowded?") feels like the natural next surface for it, and ties right back to the API-DX angle.

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 data is freshly polled every single day man!

1234
Next