# Remote-flagged roles at OpenAI, Linear and Ramp

**Use case:** 

Return only postings that these Ashby boards explicitly flag as remote, with full descriptions. Ashby is the richest of the eight supported systems for...

## Input

```json
{
  "boardUrls": [
    "https://jobs.ashbyhq.com/openai",
    "https://jobs.ashbyhq.com/linear",
    "https://jobs.ashbyhq.com/ramp"
  ],
  "searchText": "",
  "locationFilter": "",
  "remoteOnly": true,
  "includeDescription": true,
  "maxResults": 25,
  "maxResultsPerBoard": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department"
  },
  "employment_type": {
    "label": "Employment type"
  },
  "workplace_type": {
    "label": "Workplace type"
  },
  "location": {
    "label": "Location"
  },
  "country_code": {
    "label": "Country code"
  },
  "posted_at": {
    "label": "Posted at"
  },
  "salary_min": {
    "label": "Salary min"
  },
  "salary_max": {
    "label": "Salary max"
  },
  "salary_currency": {
    "label": "Salary currency"
  },
  "job_url": {
    "label": "Job url"
  },
  "apply_url": {
    "label": "Apply url"
  },
  "source_query": {
    "label": "Source query"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-ATS Jobs Scraper - Workday, Greenhouse, Lever & More](https://apify.com/thirdwatch/multi-ats-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/multi-ats-jobs-scraper) to learn more, explore other use cases, and run it yourself.