Y Combinator Companies Scraper
Pricing
from $3.00 / 1,000 results
Y Combinator Companies Scraper
Extract Y Combinator companies: name, website, batch, industry, team size, status, stage, region, hiring status and description. No proxy needed. Filter by batch, industry, region or monitor new companies in delta mode.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Obsidian IT Consulting SRL
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract the full Y Combinator company directory — ~5,900 startups with batch, industry, team size, status, region, hiring status and descriptions. No login, no proxy, no API key required.
What you get
| Field | Description |
|---|---|
name | Company name |
website | Company website URL |
oneLiner | One-line pitch |
longDescription | Full company description |
batch | YC batch (e.g. "Summer 2024", "Winter 2009") |
status | Active, Acquired, Public, or Inactive |
stage | Company stage |
teamSize | Number of employees |
industry | Top-level industry (B2B, Consumer, Fintech, Healthcare…) |
subindustry | More specific sub-industry |
industries | All industry tags |
regions | Regions (e.g. "United States of America", "Europe", "Remote") |
allLocations | Office location string |
isHiring | Whether the company has open roles |
topCompany | Whether YC flags it as a top company |
nonprofit | Whether it is a nonprofit |
tags | Free-form tags |
launchedAt | When the company was added to the YC directory |
ycUrl | Link to the YC company page |
logoUrl | Company logo image URL |
Use cases
- VC / deal sourcing — build a pipeline of YC companies filtered by batch, stage and industry
- Competitive intelligence — map every company in your category and track team-size growth
- Recruiting — find YC startups that are actively hiring (
isHiring) - Sales prospecting — export thousands of funded startups with websites for outbound
- Market research — analyze YC batch composition by industry, region and status over time
Filters
{"batch": ["Summer 2024", "Winter 2024"],"industry": ["B2B", "Fintech"],"status": ["Active"],"regions": ["United States of America"],"minTeamSize": 10,"isHiring": true,"maxItems": 500}
Leave everything empty and set maxItems: 0 to extract the entire directory.
Monitoring mode (delta)
Turn the scraper into a recurring new-company monitor. Set deltaMode: true, schedule it, and add a webhook — each run returns only the companies added since your last run.
{ "deltaMode": true, "maxItems": 200 }
The first run sets a baseline; every run after returns only new additions (often zero), so you only pay for real signal. State is stored per account.
Example output
{"name": "Airbnb","website": "http://airbnb.com","oneLiner": "Book accommodations around the world.","batch": "Winter 2009","status": "Public","teamSize": 6132,"industry": "Consumer","regions": ["United States of America"],"allLocations": "San Francisco, CA, USA","isHiring": false,"ycUrl": "https://www.ycombinator.com/companies/airbnb","launchedAt": "2009-01-15T00:00:00.000Z"}
Options
| Option | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "" | Full-text search over name, one-liner, description |
batch | string[] | [] | Filter by YC batch (OR) |
industry | string[] | [] | Filter by industry (OR) |
status | string[] | [] | Active / Acquired / Public / Inactive (OR) |
regions | string[] | [] | Filter by region (OR) |
minTeamSize | integer | 0 | Minimum employees |
isHiring | boolean | false | Only companies with open roles |
launchedAfter | string | "" | Only companies added after this date |
deltaMode | boolean | false | Monitor mode — only new companies since last run |
maxItems | integer | 100 | Max companies (0 = full directory) |
delayMs | integer | 200 | Delay between API pages |
Pricing
$3.00 per 1,000 companies ($0.003/company). No proxy costs — the YC directory is public.
FAQ
Does it require login or an API key? No. The YC company directory is fully public.
How many companies are there? Around 5,900 across all batches.
Can I get the whole directory in one run?
Yes — set maxItems: 0. The scraper windows past the API's 1,000-result page cap automatically.
Is the data official? It comes from YC's own public company directory, the same data shown on ycombinator.com/companies.