Y Combinator Scraper - YC Companies Directory
Pricing
from $1.99 / 1,000 results
Y Combinator Scraper - YC Companies Directory
Scrape Y Combinator companies without login. Export the YC startup directory to CSV/JSON, an unofficial API alternative with founders and LinkedIn.
Pricing
from $1.99 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
4
Total users
1
Monthly active users
1.3 hours
Issues response
2 days ago
Last modified
Categories
Share
Y Combinator Scraper — YC Companies Directory, Founders & Startup Data (No API Key)
Scrape the entire Y Combinator startup directory — all 5,900+ YC portfolio companies across every batch since 2005 (S05 → W26 and beyond). Filter by batch, industry, status, team size, location, tags or free-text search, and get company name, one-liner, website, industry, batch, status, team size, location and YC profile URL in clean structured JSON. Optionally enrich each company with its founders (name, role, LinkedIn, Twitter) and launch posts. Reads a daily-refreshed open mirror of YC's public directory. Fast, no browser, no API key, no login.
🏆 Why this Y Combinator scraper?
All 5,900+ YC companies · every batch since 2005 · filter by batch / industry / status / team size / location / tags · optional founder LinkedIn & Twitter enrichment · direct HTTP (no browser) · export to JSON / CSV / Excel. The unofficial Y Combinator API alternative for VC sourcing, sales prospecting and startup-market research.
✨ What this Actor does / Key features
- 🏢 Whole directory or a slice — pull all 5,900+ YC companies, or narrow to exactly the batch, industry and stage you need.
- 🎛️ Powerful combined filters —
batch,status(Active / Acquired / Inactive),industry,subindustry,location,country,minTeamSize/maxTeamSize,tagsandisHiring— all AND-ed together. - 🔎 Free-text search — substring match across company name, one-liner and long description to find, say, every YC company mentioning "agent".
- 👥 Founder enrichment (opt-in) — flip
fetchCompanyPageDetailson to add each company'sfounders[]with name, role, bio, LinkedIn and Twitter — ideal for sales and recruiting. - 🚀 Launch posts (opt-in) — the same toggle pulls each company's Launch YC posts (title, tagline, date, URL) for product-trend research.
- 🗓️ Every batch since 2005 — Winter (
W), Summer (S), Fall (F) and legacy cohorts likeIK12. - 📦 Volume control — cap the run with
maxResults(up to 10,000) so you pay only for the companies you need. - ⚡ Direct HTTP extraction — reads a daily-updated open mirror of YC's official directory; no browser, no bot wall, no API token.
- 📤 Export anywhere — JSON, CSV, Excel, HTML or the Apify API, straight into your CRM, spreadsheet, BI tool or data pipeline.
🚀 Quick start (3 steps)
- Configure — leave
filtersempty to pull the whole directory, or set filters (e.g.batch: "W26",industry: "B2B",status: "Active") to narrow it. TogglefetchCompanyPageDetailson to add founders and launches. - Run — click Start. The Actor loads the directory, applies your filters, and (if enabled) enriches each company from its YC page.
- Get your data — open the Output tab and export to JSON, CSV, Excel or XML, or pull it via the Apify API.
📥 Input
Everything is optional — an empty input returns the full directory (capped by maxResults).
Example — active W26 B2B startups in the US, with founders
{"filters": {"batch": "W26","industry": "B2B","status": "Active","minTeamSize": 5,"location": "United States","tags": ["AI"]},"maxResults": 200,"fetchCompanyPageDetails": true}
Example — free-text hunt across the whole directory (VC sourcing)
{"searchQuery": "agent","maxResults": 500,"fetchCompanyPageDetails": false}
Example — YC startups currently hiring (recruiting)
{"filters": {"status": "Active","isHiring": true,"tags": ["Developer Tools"]},"maxResults": 300,"fetchCompanyPageDetails": true}
| Field | Type | Description |
|---|---|---|
filters | object | Combined filters, AND-ed together. Empty = all companies. See filter keys below. |
searchQuery | string | Substring search across company name, one-liner and long description. |
maxResults | integer | Cap on returned companies, 1–10000. Full directory is ~6000. Default 100. |
fetchCompanyPageDetails | boolean | Scrape each YC company page for founders (name, role, LinkedIn, Twitter) and launch posts. Adds one HTTP request per company. Default false. |
Filter keys (inside filters): batch (exact, e.g. "W26"), status (Active / Acquired / Inactive), industry (substring), subindustry, location, country, minTeamSize / maxTeamSize (range), tags (all required), isHiring (boolean).
Tip: filter first, enrich after. Enabling
fetchCompanyPageDetailson the full 6,000-company directory means 6,000 extra requests — narrow withfiltersormaxResults, then turn enrichment on.
📤 Output
One row per YC company. With enrichment off you get the core company + batch + classification + location fields; with it on you also get founders[] and launches[]. Trimmed sample record:
{"name": "Acme AI","batch": "W26","status": "Active","oneLiner": "AI agents for customer support","website": "https://acme.ai","ycUrl": "https://www.ycombinator.com/companies/acme-ai","industry": "B2B","subindustry": "B2B -> Sales","tags": ["AI", "Generative AI", "Customer Support"],"teamSize": "8","allLocations": "San Francisco, United States","country": "United States","stage": "Seed","isHiring": true,"launchedAt": "2026-02-15T00:00:00.000Z","founders": [{ "name": "Jane Doe", "title": "CEO", "linkedinUrl": "https://linkedin.com/in/janedoe", "twitterUrl": null }],"scrapedAt": "2026-07-06T12:00:00.000Z"}
💡 Use cases
- VC & deal sourcing — surface recent batches in a target industry (e.g. all W26 fintech with team > 5) for a live pipeline of fundable startups.
- Sales prospecting — export YC companies in your ICP with founder LinkedIn URLs straight into your CRM.
- Recruiting — filter
isHiring: trueto find startups actively building teams right now. - Competitive intelligence — track competitors sharing your YC batch, industry and sub-industry.
- Startup-market research — count companies per industry, batch or stage over time to map where YC is placing bets.
- Product-trend analysis — enable launches to see what YC companies are shipping and how they position it.
👥 Who uses it
VC analysts & angel investors sourcing deals · B2B sales & lead-gen teams building prospect lists · technical recruiters · startup and market researchers · data journalists covering the startup ecosystem · founders benchmarking their batch and competitors.
💰 Pricing
This Actor runs on a simple pay-per-result model — you pay for the companies you extract, with no separate Apify platform fees to calculate. Try it on the free tier first, then scale up. See the Pricing tab on this page for the current rate.
❓ Frequently Asked Questions
Do I need a Y Combinator login or API key? No. The Actor reads a community-maintained, daily-refreshed open mirror of YC's official public directory — no login, no API key, no cookie and no bot detection. YC's company data is intentionally public.
Does Y Combinator have a public API? There is no official public YC companies API. This Actor works as an unofficial Y Combinator API alternative: it reads the open directory mirror and returns the same data as clean, structured rows you can pull on a schedule.
How fresh is the data?
The open data source is updated daily, so it's reliable for last-24h freshness. For the very latest per-company details and launch posts, enable fetchCompanyPageDetails to scrape individual YC company pages live.
Can I get founder LinkedIn and Twitter URLs?
Yes. Set fetchCompanyPageDetails: true to enrich each company with its founders[] array (name, title, bio, LinkedIn, Twitter) plus launch posts. It's opt-in because it adds one request per company.
Which batches are covered?
Every batch from S05 to the latest — W{YY} = Winter, S{YY} = Summer, F{YY} = Fall — plus older cohorts like IK12 (Imagine K12).
How do I find YC startups that are currently hiring?
Add isHiring: true to the filters object and the Actor returns only YC companies actively building teams — ideal for recruiting outreach.
How do I export the YC startup directory to CSV or JSON?
Run the Actor, then open the Output / Dataset tab and export to CSV, JSON or Excel. You get one row per company, ready for your CRM, spreadsheet or data pipeline.
Can I scrape Y Combinator without login?
Yes. YC's directory is public, so no login, API key or cookie is required. The Actor pulls a daily-refreshed open mirror of the official directory with no auth and no bot detection.
How do I get founder LinkedIn URLs from Y Combinator companies?
Enable Fetch Company Page Details and each company is enriched with a founders[] array including name, title, LinkedIn and Twitter — perfect for sales prospecting.
🔗 More B2B & lead-gen scrapers by logiover
Building a startup or B2B dataset? Pair the YC scraper with the rest of the logiover data suite:
| Source | Actor |
|---|---|
| 🏢 Company registries | EU Companies Registry · UK Companies House · SEC EDGAR Form D |
| LinkedIn Company Scraper · LinkedIn Profile Scraper | |
| 📧 Leads & contacts | B2B Lead Scraper · Website Contact Scraper · Bulk Email Verifier |
| 🌐 Web intel | Website Tech Stack Detector · SimilarWeb Scraper |
| 🚀 Launches & funding | Product Hunt Daily Launches · Crunchbase |
| 💻 Startup jobs | Web3 Crypto Jobs Scraper · Greenhouse Job Board |
👉 Browse all logiover scrapers on Apify Store — 180+ actors across real estate, jobs, crypto, social media & B2B data.
⏰ Scheduling & integration
Schedule this Actor on Apify to refresh your YC dataset daily or weekly as new batches are announced. Export results to JSON, CSV or Excel, sync to Google Sheets, or push to your CRM, BI tools and webhooks through the Apify API. Connect it to Make, n8n or Zapier to build automated deal-sourcing and prospecting pipelines.
⭐ Support & feedback
Found a bug or need an extra field? Open an issue on the Issues tab — response is usually fast. If this Actor saves you time, a ★★★★★ review on the Store page genuinely helps and is hugely appreciated. 🙏
⚖️ Legal
This Actor extracts only publicly available Y Combinator directory data and is intended for legitimate research, analytics and lead-generation use. You are responsible for using the data in compliance with YC's terms, GDPR and any applicable local laws.
📝 Changelog
2026-07-06
- ✨ README overhaul: keyword-rich intro, ready-to-run example scenarios (VC sourcing, prospecting, recruiting), full field reference with founder/launch enrichment, and a B2B & lead-gen cross-promo grid.
2026-07-01
- Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
- Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
- Added ready-to-run example tasks that cover common real-world use cases.
2026-06-15
- Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.
2026-06-07
- Docs: added coverage for YC companies API alternative, exporting the YC startup directory to CSV/JSON, and scraping Y Combinator without login.