Dataset · yc
Y Combinator Companies & Founders Dataset API
Y Combinator 公司目录
YC 全部批次的公司与创始人结构化档案,支持筛选、检索与交叉聚合。
- 覆盖 2005 年首批至最新批次,定期更新
- 公司与创始人两级实体,英文全文检索
- 批次 × 状态等二维交叉聚合
Overview
A structured snapshot of the public Y Combinator company directory: all launched companies across every batch since 2005, with founder profiles, status (Active / Acquired / Public / Inactive), industry, tags, regions and team size.
One query answers questions that take hours to compile by hand: survival rates per batch, AI-tagged companies by year, hiring companies by industry, or founders whose bios mention a given background.
核心字段 · Key fields
slug / name公司标识与名称 / company id & namebatch / batch_year / status批次与现状 / batch & outcomeindustry / tags / regions行业与标签 / classificationfounders[]创始人档案(姓名/头衔/bio) / founder profiles端点
GET/v1/yc/companies
简单查询:按批次、状态、行业、地区过滤,参数可直接贴链接
POST/v1/yc/companies/search
结构化查询:复杂筛选、全文检索、二维聚合
GET/v1/yc/companies/{slug}
单个公司全字段,内嵌创始人档案
GET/v1/yc/founders
创始人检索:bio 全文 + 公司条件过滤
调用
认证使用 X-API-Key header,key 需带 yc:read scope(控制台生成的 key 默认包含)。
curl -H "X-API-Key: <your key>" \ "https://api.lumina-core.cn/v1/yc/companies?batch=W25&status=Active"
完整参数与响应结构见 API 文档;AI Agent 接入见 llms.txt。
See it in action · YC batch survival rates (2005–present)