# Scrape Remote Jobs with the RemoteOK API at Scale

**Use case:** 

Pull remote-only job listings from RemoteOK at scale: title, company, salary range, tags, location, and posting date. Run multiple keyword queries, refresh dail

## Input

```json
{
  "queries": [
    "engineer",
    "developer",
    "manager"
  ],
  "maxResults": 10,
  "location": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "text"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [RemoteOK Scraper - Remote Jobs, Salaries & Tags](https://apify.com/thirdwatch/remoteok-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/remoteok-jobs-scraper) to learn more, explore other use cases, and run it yourself.