# Scrape jobs from company names and career URLs

**Use case:** 

Mix company names, board slugs and career-page URLs in one ATS jobs run: Greenhouse, Lever, Ashby, Workday and SmartRecruiters.

## Input

```json
{
  "companies": [
    "Y Combinator",
    "Bosch Group",
    "https://jobs.lever.co/palantir",
    "https://adobe.wd5.myworkdayjobs.com/external_experienced",
    "stripe"
  ],
  "onlyNewJobs": false,
  "maxJobsPerCompany": 10,
  "includeDescription": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "found": {
    "label": "Found"
  },
  "totalJobs": {
    "label": "Jobs"
  },
  "remoteJobs": {
    "label": "Remote"
  },
  "uniqueDepartments": {
    "label": "Depts"
  },
  "uniqueLocations": {
    "label": "Unique locations"
  },
  "topDepartments": {
    "label": "Top depts"
  },
  "topLocations": {
    "label": "Top locations"
  },
  "newestPostingDate": {
    "label": "Newest"
  }
}
```

## 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.