# Company careers across 4 ATS — example run

**Use case:** 

Takes a company slug and probes Greenhouse, Lever, Ashby and Workable, returning that company's live job postings as merged clean JSON.

## Input

```json
{
  "companies": [
    "stripe"
  ],
  "atsProviders": [
    "greenhouse"
  ],
  "titleExclude": [
    "intern",
    "staffing"
  ],
  "remoteOnly": false,
  "includeDescription": true,
  "maxItemsPerCompany": 5,
  "maxItems": 5,
  "onlyNewSinceLastRun": false,
  "aiEnrichment": false,
  "aiProvider": "anthropic",
  "aiModel": "claude-haiku-4-5-20251001",
  "mistralModel": "mistral-small-latest",
  "concurrency": 8
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote (tri-state)",
    "format": "boolean"
  },
  "salary": {
    "label": "Salary (display text)",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Careers Scraper — Greenhouse Lever Ashby](https://apify.com/nomad-agent/company-careers-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/company-careers-bundle) to learn more, explore other use cases, and run it yourself.