# Quickstart: Career Site & ATS Job Board Scraper

**Use case:** 

Live ATS jobs scraper for Greenhouse, Lever, Ashby and Workable. Paste company slugs or careers URLs, get every open role — title, location, remote, department, salary, apply URL, posting age — read live with no 5,000-job cap, plus ghost-job risk, seniority and a hiring-momentum summary.

## Input

```json
{
  "companies": [
    "https://boards.greenhouse.io/dropbox",
    "https://jobs.lever.co/binance",
    "https://jobs.ashbyhq.com/linear",
    "https://apply.workable.com/blueground",
    "https://jobs.smartrecruiters.com/BoschGroup",
    "https://teeturtle.recruitee.com",
    "https://personio.jobs.personio.de"
  ],
  "keywords": [],
  "locations": [],
  "postedWithinDays": 0,
  "maxJobsPerCompany": 0,
  "includeDescription": false,
  "monitorMode": false,
  "includeUnchanged": false,
  "previousDatasetIds": [],
  "disclaimerAck": true
}
```

## Output

```json
{
  "rowType": {
    "label": "Row",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "headline": {
    "label": "Verdict",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "atsLabel": {
    "label": "ATS",
    "format": "text"
  },
  "jobTitle": {
    "label": "Role",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "postedAgeDays": {
    "label": "Age (days)",
    "format": "number"
  },
  "freshness": {
    "label": "Freshness",
    "format": "text"
  },
  "ghostJobRisk": {
    "label": "Ghost Job Risk",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "keywordHits": {
    "label": "Keyword Hits",
    "format": "array"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "comparisonStatus": {
    "label": "Comparison status"
  },
  "isNewSinceBaseline": {
    "label": "Is new since baseline"
  },
  "rolesOpenNow": {
    "label": "Roles open now"
  },
  "rolesOpenInBaseline": {
    "label": "Roles open in baseline"
  },
  "rolesOpenChange": {
    "label": "Roles open change"
  },
  "closedSinceBaseline": {
    "label": "Closed since baseline"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Site Job Board Scraper: Greenhouse, Lever, Ashby +4 ATS](https://apify.com/ntriqpro/ats-jobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ntriqpro/ats-jobs-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/ntriqpro/ats-jobs-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
