# S24 Y Combinator Companies with Founders Info

**Use case:** 

Get details on all S24 Y Combinator companies. Includes founder names and LinkedIn profiles in CSV/JSON format.

## Input

```json
{
  "batch": "",
  "industry": "",
  "status": "",
  "isHiring": false,
  "searchQuery": "",
  "filters": {
    "batch": "S24"
  },
  "maxResults": 200,
  "fetchCompanyPageDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "batch": {
    "label": "Batch",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "teamSize": {
    "label": "Team size",
    "format": "integer"
  },
  "allLocations": {
    "label": "Locations",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "ycUrl": {
    "label": "YC page",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Y Combinator Scraper - YC Companies Directory](https://apify.com/logiover/y-combinator-companies-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/y-combinator-companies-directory-scraper) to learn more, explore other use cases, and run it yourself.