# $0.8/1K Ycombinator Companies Scraper (`abotapi/ycombinator-com-scraper`) Actor

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.

- **URL**: https://apify.com/abotapi/ycombinator-com-scraper.md
- **Developed by:** [AbotAPI](https://apify.com/abotapi) (community)
- **Categories:** Developer tools, Lead generation, Automation
- **Stats:** 5 total users, 4 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: 3.00 out of 5 stars

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## 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 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.

| Field | Example |
|---|---|
| `id` | `00000` |
| `slug` | `example-co` |
| `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` |
| `linkedinUrl` | `https://www.linkedin.com/company/example-co` |
| `twitterUrl` | `https://twitter.com/example_co` |
| `crunchbaseUrl` | `https://www.crunchbase.com/organization/example-co` |
| `githubUrl` | `https://github.com/example-co` |
| `facebookUrl` | `https://www.facebook.com/example-co` |
| `demoDayVideoUrl` | `https://example-cdn.ycombinator.com/dday/000.mp4` |
| `appVideoUrl` | `https://example-cdn.ycombinator.com/app/000.mp4` |
| `primaryGroupPartner` | `Partner Name` |
| `companyPhotos` | `["https://.../photo-0000.jpg"]` |
| `cityTag` | `san-francisco-bay-area` |
| `founders` | `[{fullName: "Founder Name", title: "CEO", bio: "Sample bio.", avatarUrl: "...", linkedinUrl: "...", twitterUrl: "...", isActive: true}]` |
| `founderCount` | `2` |
| `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"}]` |
| `jobPostingCount` | `9` |
| `jobsUrl` | `https://www.workatastartup.com/companies/example-co` |
| `newsItems` | `[{title: "Article title", url: "https://example.com/article", date: "Jan 01, 2026"}]` |
| `newsCount` | `5` |
| `launches` | `[{id: 0, title: "Launch announcement title", body: "Body of the Launch YC post."}]` |
| `launchCount` | `1` |
| `hasAppVideo` | `false` |
| `hasDemoDayVideo` | `false` |
| `hasQuestionAnswers` | `false` |
| `appAnswers` | `[]` |
| `freeResponseAnswers` | `[]` |
| `scrapedAt` | `2026-01-01T00:00:00.000Z` |

### How to Use

#### 1. Most-recent batch with full enrichment

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

#### 2. AI agents in B2B, hiring only

```json
{
  "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

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

#### 4. URL mode, multi-URL paste

```json
{
  "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

| Parameter | Type | Default | Description |
|---|---|---|---|
| `mode` | enum (`search` / `url`) | `search` | Pick one mode. The other mode's fields are ignored. |
| `query` | string | `""` | Free-text query across name + one-liner + description. |
| `batches` | string\[] | `["Winter 2026", "Spring 2026"]` | YC batch names. Accepts long form (`Winter 2024`) or short codes (`W24`). |
| `industries` | string\[] | `[]` | Top-level industry: B2B, Consumer, Healthcare, Fintech, Industrials, etc. |
| `subindustries` | string\[] | `[]` | Refined industry, e.g. `Fintech -> Payments`. |
| `regions` | string\[] | `[]` | HQ region, e.g. `United States of America`, `Europe`, `India`, `Remote`. |
| `tags` | string\[] | `[]` | Topic tags, e.g. `SaaS`, `Generative AI`, `Developer Tools`. |
| `statuses` | string\[] | `[]` | One or more of Active, Inactive, Acquired, Public. |
| `stages` | string\[] | `[]` | One or more of Seed, Early, Growth. |
| `isHiring` | boolean | `false` | Only companies with active job postings. |
| `topCompany` | boolean | `false` | Only YC top-ranked companies. |
| `nonprofit` | boolean | `false` | Only nonprofit companies. |
| `hasDemoDayVideo` | boolean | `false` | Only companies with a public demo-day video. |
| `hasAppVideo` | boolean | `false` | Only companies whose application video is public. |
| `hasAppAnswers` | boolean | `false` | Only companies whose application answers are public. |
| `sortBy` | enum | `relevance` | `relevance` or `launch-date-desc`. |
| `urls` | string\[] | `[]` | URL mode only. Any /companies search URL or detail URL. |
| `fetchDetails` | boolean | `true` | Adds founders, social URLs, app Q\&A, video URLs, photos, partner, jobs, news, launches. |
| `maxListings` | integer | `20` | Cap on total companies. `0` = unlimited (all ~5,800 across the public index). |
| `maxPages` | integer | `0` | Cap on search pages per query. `0` = no cap (walk until `maxListings` is hit or the result set ends). |
| `proxy` | object | default | Apify 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.

```json
{
  "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.

# Actor input Schema

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

Search mode = configure filters below. URL mode = paste any /companies search URL already refined in a browser (recommended for complex filters).

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

Optional keyword search across company name, one-liner, and description. Leave blank to match all companies.

## `batches` (type: `array`):

Filter by YC batch. Accepts full names (Winter 2024, Summer 2023) or short codes (W24, S23, F25, X26 for Spring). Multiple values are OR'd. Leave empty for all batches.

## `industries` (type: `array`):

Top-level industry. Multiple values are OR'd.

## `subindustries` (type: `array`):

Refined industry tag (e.g. 'Fintech -> Payments', 'Healthcare -> Therapeutics'). Multiple values OR'd. See ycombinator.com/companies for the full list.

## `regions` (type: `array`):

HQ region or country. Examples: 'United States of America', 'Europe', 'Remote', 'India', 'Latin America'. Multiple values OR'd.

## `tags` (type: `array`):

Topic tags. Examples: 'SaaS', 'Artificial Intelligence', 'Developer Tools', 'Marketplace', 'Crypto / Web3'. Multiple values OR'd.

## `statuses` (type: `array`):

Company status filter. Multiple values OR'd.

## `stages` (type: `array`):

Funding / maturity stage. Multiple values OR'd.

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

Only return companies with active job postings.

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

Only YC top-ranked companies (~91 of ~5,800).

## `nonprofit` (type: `boolean`):

Only nonprofit companies (~42 of ~5,800).

## `hasDemoDayVideo` (type: `boolean`):

Only companies with a public demo-day video.

## `hasAppVideo` (type: `boolean`):

Only companies whose YC application video is public.

## `hasAppAnswers` (type: `boolean`):

Only companies whose YC application answers are public.

## `sortBy` (type: `string`):

Algolia returns 'relevance' by default; 'launch-date-desc' surfaces the newest companies first.

## `urls` (type: `array`):

One or more YC URLs. Supports search URLs (https://www.ycombinator.com/companies?batch=W24\&industry=B2B) and detail URLs (https://www.ycombinator.com/companies/airbnb). Multi-URL supported. Filter-mode fields above are ignored.

## `fetchDetails` (type: `boolean`):

When ON (default), the scraper fetches each company's profile page and adds founders, social URLs (LinkedIn, Twitter, Crunchbase, GitHub, Facebook), application Q\&A, demo-day video, photos, partner, jobs, news, launches, year founded, city. Adds ~1 HTTP call per company. Turn OFF only if you want a fast SERP-only run.

## `maxListings` (type: `integer`):

Maximum number of companies to collect. 0 = unlimited (all ~5,800 across the public index).

## `maxPages` (type: `integer`):

Cap on search pages per query. Each page returns up to 100 hits. 0 = no page cap (walk until maxListings is hit or the result set ends).

## `proxy` (type: `object`):

Proxy for outbound traffic. Apify datacenter (default) is fast and cheap and works for this site. Residential is supported as an upgrade if you ever see throttling.

## Actor input object example

```json
{
  "mode": "search",
  "query": "ai agents",
  "batches": [
    "Winter 2026",
    "Spring 2026"
  ],
  "isHiring": false,
  "topCompany": false,
  "nonprofit": false,
  "hasDemoDayVideo": false,
  "hasAppVideo": false,
  "hasAppAnswers": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.ycombinator.com/companies?batch=Winter%202026"
  ],
  "fetchDetails": true,
  "maxListings": 20,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "batches": [
        "Winter 2026",
        "Spring 2026"
    ],
    "urls": [
        "https://www.ycombinator.com/companies?batch=Winter%202026"
    ],
    "fetchDetails": true,
    "proxy": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("abotapi/ycombinator-com-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 = {
    "batches": [
        "Winter 2026",
        "Spring 2026",
    ],
    "urls": ["https://www.ycombinator.com/companies?batch=Winter%202026"],
    "fetchDetails": True,
    "proxy": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("abotapi/ycombinator-com-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 '{
  "batches": [
    "Winter 2026",
    "Spring 2026"
  ],
  "urls": [
    "https://www.ycombinator.com/companies?batch=Winter%202026"
  ],
  "fetchDetails": true,
  "proxy": {
    "useApifyProxy": true
  }
}' |
apify call abotapi/ycombinator-com-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "$0.8/1K Ycombinator Companies Scraper",
        "description": "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.",
        "version": "1.0",
        "x-build-id": "sMb5zIqbryGdcIG8M"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/abotapi~ycombinator-com-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-abotapi-ycombinator-com-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/abotapi~ycombinator-com-scraper/runs": {
            "post": {
                "operationId": "runs-sync-abotapi-ycombinator-com-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/abotapi~ycombinator-com-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-abotapi-ycombinator-com-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": "1. Search mode",
                        "enum": [
                            "search",
                            "url"
                        ],
                        "type": "string",
                        "description": "Search mode = configure filters below. URL mode = paste any /companies search URL already refined in a browser (recommended for complex filters).",
                        "default": "search"
                    },
                    "query": {
                        "title": "Free-text query",
                        "type": "string",
                        "description": "Optional keyword search across company name, one-liner, and description. Leave blank to match all companies."
                    },
                    "batches": {
                        "title": "Batches",
                        "type": "array",
                        "description": "Filter by YC batch. Accepts full names (Winter 2024, Summer 2023) or short codes (W24, S23, F25, X26 for Spring). Multiple values are OR'd. Leave empty for all batches.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "industries": {
                        "title": "Industries",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Top-level industry. Multiple values are OR'd.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "B2B",
                                "Consumer",
                                "Healthcare",
                                "Fintech",
                                "Industrials",
                                "Real Estate and Construction",
                                "Education",
                                "Government",
                                "Unspecified"
                            ]
                        }
                    },
                    "subindustries": {
                        "title": "Subindustries",
                        "type": "array",
                        "description": "Refined industry tag (e.g. 'Fintech -> Payments', 'Healthcare -> Therapeutics'). Multiple values OR'd. See ycombinator.com/companies for the full list.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "regions": {
                        "title": "Regions",
                        "type": "array",
                        "description": "HQ region or country. Examples: 'United States of America', 'Europe', 'Remote', 'India', 'Latin America'. Multiple values OR'd.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "tags": {
                        "title": "Tags",
                        "type": "array",
                        "description": "Topic tags. Examples: 'SaaS', 'Artificial Intelligence', 'Developer Tools', 'Marketplace', 'Crypto / Web3'. Multiple values OR'd.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "statuses": {
                        "title": "Status",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Company status filter. Multiple values OR'd.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Active",
                                "Inactive",
                                "Acquired",
                                "Public"
                            ]
                        }
                    },
                    "stages": {
                        "title": "Stage",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Funding / maturity stage. Multiple values OR'd.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "Seed",
                                "Early",
                                "Growth"
                            ]
                        }
                    },
                    "isHiring": {
                        "title": "Hiring only",
                        "type": "boolean",
                        "description": "Only return companies with active job postings.",
                        "default": false
                    },
                    "topCompany": {
                        "title": "Top companies only",
                        "type": "boolean",
                        "description": "Only YC top-ranked companies (~91 of ~5,800).",
                        "default": false
                    },
                    "nonprofit": {
                        "title": "Nonprofits only",
                        "type": "boolean",
                        "description": "Only nonprofit companies (~42 of ~5,800).",
                        "default": false
                    },
                    "hasDemoDayVideo": {
                        "title": "Has demo-day video",
                        "type": "boolean",
                        "description": "Only companies with a public demo-day video.",
                        "default": false
                    },
                    "hasAppVideo": {
                        "title": "Has application video",
                        "type": "boolean",
                        "description": "Only companies whose YC application video is public.",
                        "default": false
                    },
                    "hasAppAnswers": {
                        "title": "Has application answers",
                        "type": "boolean",
                        "description": "Only companies whose YC application answers are public.",
                        "default": false
                    },
                    "sortBy": {
                        "title": "Sort order",
                        "enum": [
                            "relevance",
                            "launch-date-desc"
                        ],
                        "type": "string",
                        "description": "Algolia returns 'relevance' by default; 'launch-date-desc' surfaces the newest companies first.",
                        "default": "relevance"
                    },
                    "urls": {
                        "title": "Search URLs",
                        "type": "array",
                        "description": "One or more YC URLs. Supports search URLs (https://www.ycombinator.com/companies?batch=W24&industry=B2B) and detail URLs (https://www.ycombinator.com/companies/airbnb). Multi-URL supported. Filter-mode fields above are ignored.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "fetchDetails": {
                        "title": "Fetch full detail page (recommended ON)",
                        "type": "boolean",
                        "description": "When ON (default), the scraper fetches each company's profile page and adds founders, social URLs (LinkedIn, Twitter, Crunchbase, GitHub, Facebook), application Q&A, demo-day video, photos, partner, jobs, news, launches, year founded, city. Adds ~1 HTTP call per company. Turn OFF only if you want a fast SERP-only run.",
                        "default": true
                    },
                    "maxListings": {
                        "title": "Max companies",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of companies to collect. 0 = unlimited (all ~5,800 across the public index).",
                        "default": 20
                    },
                    "maxPages": {
                        "title": "Max search pages",
                        "minimum": 0,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Cap on search pages per query. Each page returns up to 100 hits. 0 = no page cap (walk until maxListings is hit or the result set ends).",
                        "default": 0
                    },
                    "proxy": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy for outbound traffic. Apify datacenter (default) is fast and cheap and works for this site. Residential is supported as an upgrade if you ever see throttling.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
