$0.8/1K Ycombinator Companies Scraper avatar

$0.8/1K Ycombinator Companies Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
$0.8/1K Ycombinator Companies Scraper

$0.8/1K Ycombinator Companies Scraper

Pull every Y Combinator company across every batch, with founders, social URLs, application Q&A, demo-day video, photos, and partner. Filter by 14 dimensions or paste any /companies search URL straight from your browser.

Pricing

from $0.80 / 1,000 results

Rating

3.0

(1)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

4

Monthly active users

10 days ago

Last modified

Share

Y Combinator Companies Scraper

Pull every Y Combinator company across every batch, with founders, social URLs, application Q&A, demo-day video, photos, and partner. One click. 30+ fields per company. Filter by 14 dimensions or paste any /companies search URL straight from your browser.

Why This Scraper?

  • 40+ fields per company including founders (full name, title, bio, avatar, LinkedIn, Twitter), LinkedIn / Twitter / Crunchbase / GitHub / Facebook URLs, demo-day and application videos, application answers, photos, primary YC partner with avatar and profile URL.
  • Open job postings per company with title, role, location, salary range, equity range, visa requirements, and apply URL.
  • News mentions and Launch YC product launches with title, body, and date.
  • 14 filter dimensions: free-text query, batches, industries, subindustries, regions, tags, statuses, stages, hiring only, top-ranked, nonprofits, has demo-day video, has application video, has application answers.
  • Two input modes: pick filters in a form, or paste any /companies URL from your browser (multi-URL supported).
  • Fast: a typical filtered run finishes in seconds; full-corpus runs finish in minutes.
  • Resumable: each company is pushed to the dataset as it lands, so an aborted run still keeps everything collected so far.

Data You Get

Sample shape, values are illustrative placeholders, not from a live company.

FieldExample
id00000
slugexample-co
nameExample Co
urlhttps://www.ycombinator.com/companies/example-co
oneLinerOne sentence company pitch.
longDescriptionLonger multi-paragraph description from the application.
websitehttps://example.com
batchW24
batchNameWinter 2024
statusActive
stageSeed
industryB2B
subindustryB2B -> Productivity
industries["B2B", "Productivity"]
tags["SaaS", "AI"]
regions["United States of America", "Remote"]
allLocationsSan Francisco, CA, USA; Remote
teamSize8
yearFounded2024
launchedAt1700000000
isHiringtrue
topCompanyfalse
nonprofitfalse
formerNames[]
logoUrlhttps://bookface-images.s3.us-west-2.amazonaws.com/logos/0000000000000000000000000000000000000000.png
smallLogoUrlhttps://bookface-images.s3.amazonaws.com/small_logos/0000000000000000000000000000000000000000.png
linkedinUrlhttps://www.linkedin.com/company/example-co
twitterUrlhttps://twitter.com/example_co
crunchbaseUrlhttps://www.crunchbase.com/organization/example-co
githubUrlhttps://github.com/example-co
facebookUrlhttps://www.facebook.com/example-co
demoDayVideoUrlhttps://example-cdn.ycombinator.com/dday/000.mp4
appVideoUrlhttps://example-cdn.ycombinator.com/app/000.mp4
primaryGroupPartnerPartner Name
companyPhotos["https://.../photo-0000.jpg"]
cityTagsan-francisco-bay-area
founders[{fullName: "Founder Name", title: "CEO", bio: "Sample bio.", avatarUrl: "...", linkedinUrl: "...", twitterUrl: "...", isActive: true}]
founderCount2
primaryGroupPartner{id: 0, fullName: "Partner Name", url: "https://www.ycombinator.com/people/partner-name", avatarUrl: "..."}
jobPostings[{id: 0, title: "Senior Engineer", url: "...", location: "Remote", type: "Full-time", role: "eng", salaryRange: "...", equityRange: "...", visa: "Open to all"}]
jobPostingCount9
jobsUrlhttps://www.workatastartup.com/companies/example-co
newsItems[{title: "Article title", url: "https://example.com/article", date: "Jan 01, 2026"}]
newsCount5
launches[{id: 0, title: "Launch announcement title", body: "Body of the Launch YC post."}]
launchCount1
hasAppVideofalse
hasDemoDayVideofalse
hasQuestionAnswersfalse
appAnswers[]
freeResponseAnswers[]
scrapedAt2026-01-01T00:00:00.000Z

How to Use

1. Most-recent batch with full enrichment

{
"mode": "search",
"batches": ["Winter 2026", "Spring 2026"],
"fetchDetails": true,
"maxListings": 100
}

2. AI agents in B2B, hiring only

{
"mode": "search",
"query": "ai agents",
"industries": ["B2B"],
"tags": ["Artificial Intelligence", "AI"],
"isHiring": true,
"fetchDetails": true,
"maxListings": 50
}

3. Top YC companies, public ones, all batches

{
"mode": "search",
"topCompany": true,
"statuses": ["Public", "Acquired"],
"fetchDetails": true,
"maxListings": 0
}

4. URL mode, multi-URL paste

{
"mode": "url",
"urls": [
"https://www.ycombinator.com/companies?batch=Winter%202024",
"https://www.ycombinator.com/companies?batch=Summer%202024",
"https://www.ycombinator.com/companies/example-co"
],
"fetchDetails": true
}

Input Parameters

ParameterTypeDefaultDescription
modeenum (search / url)searchPick one mode. The other mode's fields are ignored.
querystring""Free-text query across name + one-liner + description.
batchesstring[]["Winter 2026", "Spring 2026"]YC batch names. Accepts long form (Winter 2024) or short codes (W24).
industriesstring[][]Top-level industry: B2B, Consumer, Healthcare, Fintech, Industrials, etc.
subindustriesstring[][]Refined industry, e.g. Fintech -> Payments.
regionsstring[][]HQ region, e.g. United States of America, Europe, India, Remote.
tagsstring[][]Topic tags, e.g. SaaS, Generative AI, Developer Tools.
statusesstring[][]One or more of Active, Inactive, Acquired, Public.
stagesstring[][]One or more of Seed, Early, Growth.
isHiringbooleanfalseOnly companies with active job postings.
topCompanybooleanfalseOnly YC top-ranked companies.
nonprofitbooleanfalseOnly nonprofit companies.
hasDemoDayVideobooleanfalseOnly companies with a public demo-day video.
hasAppVideobooleanfalseOnly companies whose application video is public.
hasAppAnswersbooleanfalseOnly companies whose application answers are public.
sortByenumrelevancerelevance or launch-date-desc.
urlsstring[][]URL mode only. Any /companies search URL or detail URL.
fetchDetailsbooleantrueAdds founders, social URLs, app Q&A, video URLs, photos, partner, jobs, news, launches.
maxListingsinteger20Cap on total companies. 0 = unlimited (all ~5,800 across the public index).
maxPagesinteger0Cap on search pages per query. 0 = no cap (walk until maxListings is hit or the result set ends).
proxyobjectdefaultApify proxy in default mode is recommended. Switch to a different group in the Proxy section if you ever observe throttling.

Output Example

Sample record, values are illustrative placeholders, not from a live company.

{
"id": 0,
"slug": "example-co",
"objectID": "0",
"name": "Example Co",
"url": "https://www.ycombinator.com/companies/example-co",
"oneLiner": "One sentence company pitch.",
"longDescription": "Longer multi-paragraph description from the application.",
"website": "https://example.com",
"batch": "W24",
"batchName": "Winter 2024",
"status": "Active",
"stage": "Seed",
"industry": "B2B",
"subindustry": "B2B -> Productivity",
"industries": ["B2B", "Productivity"],
"tags": ["SaaS", "AI"],
"regions": ["United States of America", "Remote"],
"allLocations": "San Francisco, CA, USA; Remote",
"teamSize": 8,
"yearFounded": 2024,
"launchedAt": 1700000000,
"isHiring": true,
"topCompany": false,
"nonprofit": false,
"formerNames": [],
"logoUrl": "https://bookface-images.s3.us-west-2.amazonaws.com/logos/0000000000000000000000000000000000000000.png",
"smallLogoUrl": "https://bookface-images.s3.amazonaws.com/small_logos/0000000000000000000000000000000000000000.png",
"location": "San Francisco, CA, USA",
"city": "San Francisco",
"country": "United States",
"linkedinUrl": "https://www.linkedin.com/company/example-co",
"twitterUrl": "https://twitter.com/example_co",
"facebookUrl": "https://www.facebook.com/example-co",
"crunchbaseUrl": "https://www.crunchbase.com/organization/example-co",
"githubUrl": "https://github.com/example-co",
"demoDayVideoUrl": "https://example-cdn.ycombinator.com/dday/000.mp4",
"appVideoUrl": "https://example-cdn.ycombinator.com/app/000.mp4",
"appAnswers": null,
"freeResponseAnswers": null,
"primaryGroupPartner": "Partner Name",
"companyPhotos": ["https://example-cdn.ycombinator.com/photos/0000.jpg"],
"founders": [
{
"userId": 0,
"fullName": "Founder Name",
"title": "CEO",
"bio": "Founder bio text.",
"avatarUrl": "https://example-cdn.ycombinator.com/avatars/0000.jpg",
"linkedinUrl": "https://www.linkedin.com/in/founder-name",
"twitterUrl": "https://twitter.com/founder_name"
}
],
"founderCount": 1,
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Plan Requirement

  • Works on any Apify plan, including the free tier.
  • A 100-company filtered run with fetchDetails=true finishes in about a minute.
  • A full-corpus run (~5,800 companies) with fetchDetails=true finishes in roughly 30 minutes.