# Active B2B SaaS Companies from Y Combinator

**Use case:** 

Retrieve a list of active B2B SaaS companies from Y Combinator, including details like team size, location, and website.

## Input

```json
{
  "batch": "",
  "industry": "",
  "status": "",
  "isHiring": false,
  "searchQuery": "",
  "filters": {
    "industry": "B2B",
    "status": "Active"
  },
  "maxResults": 200,
  "fetchCompanyPageDetails": false,
  "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.