# Quick hiring scan: 5 newest jobs per company

**Use case:** 

A cheap sweep across many employers: the 5 newest open roles per ATS job board, descriptions off. Greenhouse, Lever, Ashby and more.

## Input

```json
{
  "companies": [
    "stripe",
    "gitlab",
    "cloudflare",
    "robinhood",
    "asana",
    "databricks",
    "figma",
    "openai"
  ],
  "onlyNewJobs": false,
  "maxJobsPerCompany": 5,
  "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.