# ATS Jobs With Salary

**Use case:** 

Only postings that carry a pay figure in the employer's own salary field. Nothing here is estimated by a model: a job with no published pay is dropped rather than guessed at.

## Input

```json
{
  "registryPick": [
    "greenhouse:stripe",
    "ashby:ramp",
    "ashby:notion"
  ],
  "registryAts": [],
  "useRegistry": true,
  "registryLimit": 0,
  "registryCountry": [],
  "registryMinJobs": 0,
  "keywords": [],
  "excludeKeywords": [],
  "location": "",
  "remoteOnly": false,
  "postedWithinDays": 0,
  "salaryMin": 1,
  "employmentType": "",
  "includeDescription": true,
  "descriptionFormat": "text",
  "outputFormat": "flat",
  "deduplicate": "none",
  "onlyNew": false,
  "maxItems": 1000,
  "companies": [],
  "boards": [],
  "companiesPerBatch": 20
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "salary_min": {
    "label": "Salary from",
    "format": "integer"
  },
  "salary_max": {
    "label": "Salary to",
    "format": "integer"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "string"
  },
  "salary_period": {
    "label": "Pay period",
    "format": "string"
  },
  "salary_raw": {
    "label": "Salary as published",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment type",
    "format": "string"
  },
  "posted_at": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs Salary Scraper - Greenhouse, Lever, Workday, Ashby](https://apify.com/snow_leo_data/ats-jobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/snow_leo_data/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/snow_leo_data/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`).
