Y Combinator Companies Scraper avatar

Y Combinator Companies Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Y Combinator Companies Scraper

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

Obsidian IT Consulting SRL

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldDescription
nameCompany name
websiteCompany website URL
oneLinerOne-line pitch
longDescriptionFull company description
batchYC batch (e.g. "Summer 2024", "Winter 2009")
statusActive, Acquired, Public, or Inactive
stageCompany stage
teamSizeNumber of employees
industryTop-level industry (B2B, Consumer, Fintech, Healthcare…)
subindustryMore specific sub-industry
industriesAll industry tags
regionsRegions (e.g. "United States of America", "Europe", "Remote")
allLocationsOffice location string
isHiringWhether the company has open roles
topCompanyWhether YC flags it as a top company
nonprofitWhether it is a nonprofit
tagsFree-form tags
launchedAtWhen the company was added to the YC directory
ycUrlLink to the YC company page
logoUrlCompany 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

OptionTypeDefaultDescription
searchQuerystring""Full-text search over name, one-liner, description
batchstring[][]Filter by YC batch (OR)
industrystring[][]Filter by industry (OR)
statusstring[][]Active / Acquired / Public / Inactive (OR)
regionsstring[][]Filter by region (OR)
minTeamSizeinteger0Minimum employees
isHiringbooleanfalseOnly companies with open roles
launchedAfterstring""Only companies added after this date
deltaModebooleanfalseMonitor mode — only new companies since last run
maxItemsinteger100Max companies (0 = full directory)
delayMsinteger200Delay 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.