Y Combinator Scraper avatar

Y Combinator Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Y Combinator Scraper

Y Combinator Scraper

Y Combinator company scraper that searches the YC startup directory by keyword, batch, industry, or region. Get company names, websites, team sizes, and hiring status exported directly to a dataset.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Y Combinator Scraper: Extract Company Data from the YC Startup Directory

Y Combinator Scraper pulls startup data straight from the YC company directory using the Algolia search API that powers the YC website. Search by keyword, filter by batch, industry, or region, and collect company names, websites, descriptions, team sizes, hiring status, and more in a single run.

No browser automation. No HTML parsing. Direct API access for fast, reliable results.

Use cases

  • Pull all YC companies in a specific batch or industry for investor research and deal sourcing
  • Collect company names, websites, and one-liners to build sector-specific startup maps
  • Filter for companies actively hiring to find startups in growth mode
  • Track new YC batches to stay current with the portfolio
  • Map companies by subindustry or region for geographic or vertical analysis
  • Screen nonprofits or top-company badge holders for grant or partnership outreach

What data does this actor collect?

Each result includes:

{
"name": "Stripe",
"slug": "stripe",
"website": "https://stripe.com",
"locations": "San Francisco, CA, USA",
"smallLogoUrl": "https://bookface-images.s3.amazonaws.com/small_logos/...",
"oneLiner": "Economic infrastructure for the internet.",
"longDescription": "Stripe builds economic infrastructure for the internet...",
"batch": "S09",
"tags": ["fintech", "payments"],
"status": "Active",
"teamSize": 8000,
"industries": ["Fintech", "B2B"],
"subindustry": "Financial Services",
"regions": ["America / USA"],
"isHiring": false,
"nonprofit": false,
"topCompany": true,
"profileUrl": "https://www.ycombinator.com/companies/stripe",
"scrapedAt": "2024-11-15T10:23:45.123456+00:00"
}
FieldTypeDescription
namestringCompany name
slugstringURL slug used in the YC directory
websitestringCompany website URL
locationsstringAll office locations
smallLogoUrlstringURL to the company logo
oneLinerstringShort one-sentence description
longDescriptionstringFull company description
batchstringYC batch code (e.g., W21, S24)
tagsarrayCompany tags
statusstringOperational status (e.g., Active, Acquired)
teamSizeintegerNumber of employees
industriesarrayIndustry tags
subindustrystringPrimary subindustry
regionsarrayGeographic regions
isHiringbooleanWhether the company is actively hiring
nonprofitbooleanWhether the company is a nonprofit
topCompanybooleanWhether YC marked it as a top company
profileUrlstringFull URL to the YC company profile
scrapedAtstringISO 8601 timestamp of collection time

Input

ParameterTypeDefaultDescription
querystring(empty)Search keyword or phrase
batcharray(empty)YC batch codes to filter by (e.g., W24, S23). Multiple values use OR logic.
industriesarray(empty)Industry tags to filter by. Multiple values use OR logic.
regionsarray(empty)Region names to filter by. Multiple values use OR logic.
isHiringbooleanfalseOnly return companies that are actively hiring
topCompanyOnlybooleanfalseOnly return YC top companies
maxItemsinteger100Maximum number of results per run (up to 1000)
timeoutSecsinteger300Overall actor timeout in seconds
requestTimeoutSecsinteger30Per-request timeout in seconds
proxyConfigurationobjectDatacenter (Anywhere)Proxy type and location for requests. Optional.

Example input

{
"query": "fintech",
"batch": ["W24", "S24"],
"industries": ["Fintech"],
"isHiring": true,
"maxItems": 100,
"proxyConfiguration": { "useApifyProxy": true }
}

FAQ

What search terms work? Any keyword that appears in company names, descriptions, or industry tags in the YC directory. Leave the query field empty to get all companies up to the maxItems limit.

How many companies can I collect per run? Up to 1,000. Set maxItems to control how many results to return.

Can I filter by multiple batches? Yes. Enter batch codes like W24 and S24 in the batch field. Multiple values use OR logic, so results include companies from any of the listed batches.

Do I need an API key? No. The actor uses the public Algolia API embedded in the YC website. No credentials required.

Is a proxy required? No. The YC Algolia API is public and rarely rate-limits requests. Proxy is optional but included for cases where it helps.

What filters can I combine? All filters combine with AND logic across facets. For example, setting batch to W24 and industries to Fintech returns only W24 fintech companies. Within the same facet (e.g., two batch values), results use OR logic.