# W24 Batch YC Startup Companies Data

**Use case:** 

Access data on all Y Combinator companies from the W24 batch. Get details on status, industry, team size, location, and more.

## Input

```json
{
  "batch": "",
  "industry": "",
  "status": "",
  "isHiring": false,
  "searchQuery": "",
  "filters": {
    "batch": "W24"
  },
  "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.