# Track hiring at Y Combinator companies

**Use case:** 

Scrape open jobs at Y Combinator and its portfolio companies straight from their Greenhouse, Lever and Ashby job boards.

## Input

```json
{
  "companies": [
    "ycombinator",
    "stripe",
    "brex",
    "zapier",
    "vercel",
    "databricks"
  ],
  "onlyNewJobs": false,
  "maxJobsPerCompany": 25,
  "includeDescription": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "team": {
    "label": "Team"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Remote"
  },
  "employmentType": {
    "label": "Type"
  },
  "postedAt": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs Scraper - Workday, Greenhouse, Lever, Ashby & More](https://apify.com/webdata_labs/greenhouse-lever-ashby-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/greenhouse-lever-ashby-jobs-scraper) to learn more, explore other use cases, and run it yourself.