# Six-Figure Jobs From Employer ATS

**Use case:** 

Postings where the employer published pay of at least 100,000 a year. Hourly, daily, weekly and monthly rates are converted to a yearly figure first, so an advert at $80/hour counts. Jobs with no published pay are excluded, because filtering by pay and receiving jobs without it is not useful.

## 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": 100000,
  "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`).
