# Get this week's new remote roles in one run

**Use case:** 

Remote roles posted since any date, across 7,368 company boards, deduplicated. No cookies and no company list.

## Input

```json
{
  "mode": "jobs",
  "workArrangements": [
    "remote"
  ],
  "postedAfter": "2026-07-28",
  "withSalaryOnly": false,
  "maxResults": 500,
  "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.