Y Combinator Scraper is a tool designed to extract detailed information on Y Combinator companies and their founders. It allows users to scrape data such as company name, description, status, location, open jobs, founder details, and much more, directly from the Y Combinator startup directory.
The scraper is ideal for investors, market researchers, and entrepreneurs who want to gain insights into the startup ecosystem and track the progress of YC companies.
Created by Bitbash, built to showcase our approach to Scraping and Automation!
If you are looking for Y Combinator Scraper you've just found your team — Let’s Chat. 👆👆
Y Combinator Scraper is an easy-to-use tool that helps users extract data from the Y Combinator directory, including information on companies, founders, and job listings. With this tool, you can effortlessly gather valuable startup data for market research, lead generation, and more.
- Extract detailed company data such as name, status, location, and website
- Collect comprehensive founder information, including LinkedIn profiles and Twitter handles
- Retrieve open job listings with detailed descriptions and salary information
- Export the scraped data in formats like CSV, Excel, JSON, HTML, or XML
- Ideal for lead generation, market research, and startup analysis
| Feature | Description |
|---|---|
| Company Information | Extract company details like name, status, location, and website URL. |
| Founder Data | Collect founder names, LinkedIn profiles, and Twitter URLs. |
| Job Listings | Retrieve open job positions, including job descriptions and salary ranges. |
| Data Export Options | Export data in CSV, Excel, JSON, HTML, or XML formats. |
| Field Name | Field Description |
|---|---|
| company_image | URL of the company's image |
| company_id | Unique ID assigned to the company by YC |
| company_name | Name of the company |
| url | URL of the company's profile on Y Combinator |
| short_description | Brief one-line description of the company |
| long_description | Detailed description of the company |
| batch | Batch name assigned by YC |
| status | Current status of the company |
| tags | Industry tags associated with the company |
| company_location | Geographical location of the company |
| year_founded | The year the company was founded |
| team_size | Number of employees at the company |
| primary_partner | The YC mentor assigned to the company |
| website | Company website URL |
| company_linkedin | LinkedIn URL for the company |
| company_x | Twitter (X) URL for the company |
| is_hiring | Boolean indicating whether the company is hiring |
| number_of_open_jobs | Number of open job positions |
Example:
[
{
"company_image": "https://bookface-images.s3.amazonaws.com/small_logos/fae29a98d132c4b435b336dbb5d6cf4a1aaf5de7.png",
"company_id": 30545,
"company_name": "StarSling",
"url": "https://www.ycombinator.com/companies/starsling",
"short_description": "Cursor for DevOps",
"long_description": "StarSling is building an agentic developer homepage that automates all the tasks that eat up a developer’s time after they’ve left their code editor.",
"batch": "Spring 2025",
"status": "ACTIVE",
"tags": ["ARTIFICIAL-INTELLIGENCE", "DEVELOPER-TOOLS", "B2B", "DEVOPS"],
"company_location": "San Francisco",
"year_founded": "2025",
"team_size": "2",
"primary_partner": "Tom Blomfield",
"website": "https://www.starsling.dev/",
"company_linkedin": "https://www.linkedin.com/company/starslingdev",
"company_x": "https://x.com/starslingdev",
"founders": [
{
"id": 7866,
"name": "Yonas Beshawred",
"linkedin": "https://www.linkedin.com/in/yonas-beshawred/",
"x": "https://x.com/yonasbe"
}
],
"is_hiring": true,
"number_of_open_jobs": 1,
"open_jobs": [
{
"id": 77003,
"title": "Founding Software Engineer (Full-Stack)",
"description_url": "https://www.ycombinator.com/companies/starsling/jobs/ZvHKf88-founding-software-engineer-full-stack",
"description": "We’re looking for a Founding Software Engineer to join our team in San Francisco, CA.",
"location": "San Francisco, CA, US",
"salary": "$150K - $190K",
"years_experience": "3+ years"
}
]
}
]
y-combinator-scraper/
├── src/
│ ├── runner.py
│ ├── extractors/
│ │ ├── yc_parser.py
│ │ └── utils.py
│ ├── outputs/
│ │ └── exporters.py
│ └── config/
│ └── settings.example.json
├── data/
│ ├── inputs.sample.json
│ └── sample_output.json
├── requirements.txt
└── README.md
- Investors use it to identify promising Y Combinator startups for potential collaboration or investment opportunities.
- Market researchers utilize it to analyze startup trends and the popularity of certain niches in the startup ecosystem.
- Entrepreneurs explore the Y Combinator directory to study successful business models and get inspiration for their own ventures.
How do I use this scraper? Simply copy the Y Combinator search URL, paste it into the scraper's input, and run it. You can choose to scrape all companies or filter by specific batches or founders.
What data can I export? The scraper allows exporting data in CSV, Excel, JSON, HTML, or XML formats, making it easy to integrate with other tools and workflows.
Primary Metric: Scrapes approximately 100 companies per minute on average. Reliability Metric: 98% success rate in retrieving company and founder data. Efficiency Metric: Optimized for low resource usage with an average runtime of 5-10 minutes per batch. Quality Metric: Data accuracy rate of over 95%, ensuring reliable insights from the startup ecosystem.
