# Find remote jobs with salary on Remote OK

**Use case:** 

Scrape Remote OK jobs filtered by minimum salary. Structured remote-work job data with pay. Pay per result.

## Input

```json
{
  "tags": [],
  "companies": [],
  "minSalary": 80000,
  "daysOld": 0,
  "skipReposts": false,
  "startUrls": [],
  "searchQuery": "engineer",
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "date"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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