Y Combinator Company Profile Scraper avatar

Y Combinator Company Profile Scraper

Pricing

$1.00 / 1,000 company profile scrapeds

Go to Apify Store
Y Combinator Company Profile Scraper

Y Combinator Company Profile Scraper

Extracts structured company profile data (name, description, founders, team size, location, batch, status, and open roles) from individual Y Combinator company pages.

Pricing

$1.00 / 1,000 company profile scrapeds

Rating

5.0

(1)

Developer

Ahmed Ashraf

Ahmed Ashraf

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

16 hours ago

Last modified

Share

Extracts structured company profile data — name, description, founders, team size, location, batch, status, industries, and open roles — from individual Y Combinator company pages. Built for investors, recruiters, and researchers who need clean, structured data on YC-backed companies without manually copying fields off each company page.

Why this scraper

  • Parses the company data straight out of the page's embedded JSON payload instead of scraping visible DOM elements with CSS selectors, so results don't break when YC changes its page layout or styling.
  • Covers founders, batch code, team size, and current hiring counts alongside the standard profile fields — data that requires piecing together multiple page sections.
  • Priced per successfully parsed company, so you only pay for records that actually came back complete.

Output fields

FieldTypeDescription
company_namestringOfficial company name
company_urlstringCanonical YC company page URL
one_linerstringShort tagline describing the company
long_descriptionstringFull description text from the meta description / about section
founded_yearintegerYear the company was founded
foundersstringComma-separated list of founder names
team_sizeintegerCurrent employee count as listed on the page
locationstringCity/region where the company is based
batchstringYC batch code, e.g. S09, W21
statusstringCompany status, e.g. Active, Acquired, Public
industriesstringComma-separated industry/tag labels
website_urlstringCompany's external website URL
hiring_roles_countintegerNumber of open roles currently listed as hiring
logo_urlstringURL of the company logo image

Input

{
"startUrls": [
{ "url": "https://www.ycombinator.com/companies/stripe" }
],
"maxItems": 50
}

startUrls is a list of YC company page URLs to scrape. maxItems caps how many URLs are processed in a run.

Output

{
"company_name": "Stripe",
"company_url": "https://www.ycombinator.com/companies/stripe",
"one_liner": "Economic infrastructure for the internet.",
"long_description": "Economic infrastructure for the internet. Founded in 2009 by John Collison and Patrick Collison, Stripe has 7000 employees based in San Francisco. Stripe is hiring for 3 roles in engineering.",
"founded_year": 2009,
"founders": "Patrick Collison, John Collison",
"team_size": 7000,
"location": "San Francisco",
"batch": "S09",
"status": "Active",
"industries": "Banking as a Service, Fintech, SaaS",
"website_url": "http://stripe.com",
"hiring_roles_count": 3,
"logo_url": "https://bookface-images.s3.amazonaws.com/small_logos/e5ccedd9995f6524b4a0379062eb67f7c991613e.png"
}

Pricing

Pay-per-result at $0.001 per company scraped — you're charged only for company URLs successfully parsed into a full profile. A run covering 500 companies costs $0.50.

Use cases

  • Building a sourcing list of YC-backed companies by batch for an investor pipeline or scouting report.
  • Tracking hiring activity across a set of YC companies to identify recruiting targets for a talent agency.
  • Enriching a CRM or research database with founder names, locations, and industry tags for market mapping.