# Find jobs that actually publish a salary

**Use case:** 

Open roles filtered to those with a published pay band, from the employer's own careers API. No cookies, no login, no company list.

## Input

```json
{
  "mode": "jobs",
  "title": [
    "engineer"
  ],
  "withSalaryOnly": true,
  "maxResults": 200,
  "enteringNewDepartments": false,
  "shrinkingOnly": false,
  "withContactOnly": false,
  "includeStaffingAgencies": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "workArrangement": {
    "label": "Work arrangement",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobs Search API: 236,000 Roles, No Cookies, No Company List](https://apify.com/glitchbound/ats-jobs-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/ats-jobs-search) to learn more, explore other use cases, and run it yourself.