# YC W26 Consumer Startups Data

**Use case:** 

Access detailed information on Y Combinator W26 consumer startups. Get data on company names, status, industry, and founder details.

## Input

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