# Find remote jobs with a published salary

**Use case:** 

Remote roles with a published pay band, parsed into numbers, from 7,368 company boards. No cookies, no company list, no API key.

## Input

```json
{
  "mode": "jobs",
  "workArrangements": [
    "remote"
  ],
  "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"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryAnnualMin": {
    "label": "Salary minimum per year",
    "format": "number"
  },
  "salaryAnnualMax": {
    "label": "Salary maximum per year",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary currency",
    "format": "string"
  },
  "workArrangement": {
    "label": "Work arrangement",
    "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.