# Y Combinator Scraper (`opendata-labs/ycombinator-scraper`) Actor

Scrape the entire Y Combinator directory — companies, founders (with LinkedIn & Twitter) and live job postings. No
login or API key required. Built for B2B prospecting, tech recruiting and startup market research.

- **URL**: https://apify.com/opendata-labs/ycombinator-scraper.md
- **Developed by:** [Joao Paulo](https://apify.com/opendata-labs) (community)
- **Categories:** Lead generation, Jobs, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Y Combinator Scraper — Companies, Founders & Jobs

Extract the **entire Y Combinator startup directory** as clean, structured data: every company across every batch, their **founders with LinkedIn & Twitter**, and **live job postings** with salary and equity ranges.

Built for **B2B prospecting, tech recruiting, VC/startup research and lead generation** — find and reach the people behind YC-funded companies.

The actor reads only **public, official YC data** (the YC company directory and public company profile pages), so it needs **no login, no API key and no proxy**, and it stays reliable run after run.

### What you can scrape

| Mode | One row per | Best for |
|------|-------------|----------|
| **Companies** | Company | Market research, building a YC company list, B2B prospecting |
| **Founders** | Founder | Recruiting, founder outreach, lead lists (name, title, LinkedIn, Twitter) |
| **Jobs** | Open role | Candidate sourcing, job boards, hiring-signal monitoring |
| **Company details** | Company (deep) | Full profile + founders + jobs for a specific list of companies |

### Filters

Narrow the directory down to exactly the segment you want:

- **Search text** — match name, one-liner, description and tags
- **Batch** — `Winter 2024` or short code `W24` / `S23` / `F24` / `SP25`
- **Status** — Active, Acquired, Public, Inactive
- **Industry** — Fintech, Healthcare, B2B, …
- **Tag** — Artificial Intelligence, SaaS, Developer Tools, …
- **Region** — United States of America, Europe, Remote, …
- **Only hiring** / **Only top companies**

> Example: *all Active Fintech companies from Winter 2024 that are hiring* → set `status=Active`, `industry=Fintech`, `batch=W24`, `isHiring=true`.

### Example output

**Founders mode**

```json
{
  "fullName": "Brian Chesky",
  "title": "Founder/CEO",
  "linkedinUrl": "https://www.linkedin.com/in/brianchesky",
  "twitterUrl": "https://twitter.com/bchesky",
  "hasEmail": true,
  "companyName": "Airbnb",
  "companySlug": "airbnb",
  "batch": "Winter 2009",
  "companyWebsite": "https://airbnb.com"
}
````

**Jobs mode**

```json
{
  "title": "Full-Stack Robotics Engineer",
  "role": "Engineering",
  "type": "Full-time",
  "location": "Deerfield, MA, US / Remote (US)",
  "salaryRange": "$140K - $250K",
  "equityRange": "0.10% - 0.40%",
  "skills": ["React", "Node.js"],
  "applyUrl": "https://www.ycombinator.com/companies/circuithub/jobs/...",
  "companyName": "CircuitHub",
  "batch": "Winter 2012"
}
```

### A note on founder emails

YC keeps founder **email addresses behind a logged-in account** and does not expose them publicly. This scraper does **not** fabricate or guess emails. Instead it gives you what is reliable and verifiable: each founder's **name, title, bio, LinkedIn and Twitter**, plus a `hasEmail` flag indicating whether YC holds an email on file. LinkedIn is the most dependable outreach channel for founders anyway.

### How it works

1. The company directory is read from the public, daily-updated YC data mirror (sourced from YC's own search index).
2. For founders, jobs and social links, the actor reads each company's public profile page on ycombinator.com.

No credentials are required and the actor degrades gracefully — if a single profile is unavailable, it is skipped and the run continues.

### Pricing

This actor uses **pay-per-result** pricing: you pay only for the rows you actually get.

### Disclaimer

This actor collects publicly available information only. Y Combinator is a trademark of its respective owner; this actor is not affiliated with or endorsed by Y Combinator. Use the data in compliance with applicable laws and the platforms' terms.

# Actor input Schema

## `mode` (type: `string`):

What to scrape. 'companies' returns the filtered directory (one row per company). 'founders' returns one row per founder with LinkedIn & Twitter (great for recruiting and outreach). 'jobs' returns open job postings from hiring companies. 'company\_details' returns full profiles for a list of slugs.

## `query` (type: `string`):

Free-text filter matched against company name, one-liner, description and tags. Leave empty to match all.

## `batch` (type: `string`):

Filter by YC batch. Accepts full name ('Winter 2024') or short code ('W24', 'S23', 'F24', 'SP25').

## `status` (type: `string`):

Filter by company status.

## `industry` (type: `string`):

Filter by industry, e.g. 'Fintech', 'Healthcare', 'B2B'. Matched against the company's industries list.

## `tag` (type: `string`):

Filter by tag, e.g. 'Artificial Intelligence', 'SaaS', 'Developer Tools'. Matched against the company's tags.

## `region` (type: `string`):

Filter by region, e.g. 'United States of America', 'Europe', 'Remote'.

## `isHiring` (type: `boolean`):

If enabled, keep only companies that are currently hiring.

## `topCompany` (type: `boolean`):

If enabled, keep only companies YC flags as top companies.

## `enrich` (type: `boolean`):

Only for mode 'companies'. Fetches each company's profile to add founders, social links and open-job counts. Slower (one extra request per company) but much richer.

## `slugs` (type: `array`):

List of YC company slugs (the last part of ycombinator.com/companies/<slug>). Used by mode 'company\_details'.

## `maxItems` (type: `integer`):

Maximum number of rows to push to the dataset. The actor stops once this limit is reached.

## Actor input object example

```json
{
  "mode": "companies",
  "status": "any",
  "isHiring": false,
  "topCompany": false,
  "enrich": false,
  "slugs": [
    "airbnb",
    "stripe"
  ],
  "maxItems": 1000
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "",
    "batch": "",
    "industry": "",
    "tag": "",
    "region": "",
    "slugs": [
        "airbnb",
        "stripe"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("opendata-labs/ycombinator-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "",
    "batch": "",
    "industry": "",
    "tag": "",
    "region": "",
    "slugs": [
        "airbnb",
        "stripe",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("opendata-labs/ycombinator-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "",
  "batch": "",
  "industry": "",
  "tag": "",
  "region": "",
  "slugs": [
    "airbnb",
    "stripe"
  ]
}' |
apify call opendata-labs/ycombinator-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=opendata-labs/ycombinator-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Y Combinator Scraper",
        "description": "Scrape the entire Y Combinator directory — companies, founders (with LinkedIn & Twitter) and live job postings. No\nlogin or API key required. Built for B2B prospecting, tech recruiting and startup market research.",
        "version": "0.1",
        "x-build-id": "xyyuBU18fBUKz1gaB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/opendata-labs~ycombinator-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-opendata-labs-ycombinator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/opendata-labs~ycombinator-scraper/runs": {
            "post": {
                "operationId": "runs-sync-opendata-labs-ycombinator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/opendata-labs~ycombinator-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-opendata-labs-ycombinator-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "companies",
                            "founders",
                            "jobs",
                            "company_details"
                        ],
                        "type": "string",
                        "description": "What to scrape. 'companies' returns the filtered directory (one row per company). 'founders' returns one row per founder with LinkedIn & Twitter (great for recruiting and outreach). 'jobs' returns open job postings from hiring companies. 'company_details' returns full profiles for a list of slugs.",
                        "default": "companies"
                    },
                    "query": {
                        "title": "Search text",
                        "type": "string",
                        "description": "Free-text filter matched against company name, one-liner, description and tags. Leave empty to match all."
                    },
                    "batch": {
                        "title": "Batch",
                        "type": "string",
                        "description": "Filter by YC batch. Accepts full name ('Winter 2024') or short code ('W24', 'S23', 'F24', 'SP25')."
                    },
                    "status": {
                        "title": "Status",
                        "enum": [
                            "any",
                            "Active",
                            "Acquired",
                            "Public",
                            "Inactive"
                        ],
                        "type": "string",
                        "description": "Filter by company status.",
                        "default": "any"
                    },
                    "industry": {
                        "title": "Industry",
                        "type": "string",
                        "description": "Filter by industry, e.g. 'Fintech', 'Healthcare', 'B2B'. Matched against the company's industries list."
                    },
                    "tag": {
                        "title": "Tag",
                        "type": "string",
                        "description": "Filter by tag, e.g. 'Artificial Intelligence', 'SaaS', 'Developer Tools'. Matched against the company's tags."
                    },
                    "region": {
                        "title": "Region",
                        "type": "string",
                        "description": "Filter by region, e.g. 'United States of America', 'Europe', 'Remote'."
                    },
                    "isHiring": {
                        "title": "Only hiring companies",
                        "type": "boolean",
                        "description": "If enabled, keep only companies that are currently hiring.",
                        "default": false
                    },
                    "topCompany": {
                        "title": "Only top companies",
                        "type": "boolean",
                        "description": "If enabled, keep only companies YC flags as top companies.",
                        "default": false
                    },
                    "enrich": {
                        "title": "Enrich companies with founders & socials",
                        "type": "boolean",
                        "description": "Only for mode 'companies'. Fetches each company's profile to add founders, social links and open-job counts. Slower (one extra request per company) but much richer.",
                        "default": false
                    },
                    "slugs": {
                        "title": "Company slugs",
                        "type": "array",
                        "description": "List of YC company slugs (the last part of ycombinator.com/companies/<slug>). Used by mode 'company_details'.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of rows to push to the dataset. The actor stops once this limit is reached.",
                        "default": 1000
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
