# Remote jobs from 3 boards — example run

**Use case:** 

Pulls fresh remote-only openings from RemoteOK, Remotive and WeWorkRemotely, deduplicated into one clean JSON batch.

## Input

```json
{
  "keyword": "engineer",
  "titleExclude": [
    "intern",
    "unpaid"
  ],
  "postedSince": 0,
  "enableRemoteOK": true,
  "enableRemotive": true,
  "enableWeWorkRemotely": true,
  "enableHimalayas": true,
  "onlyNewSinceLastRun": false,
  "maxItemsPerSource": 50,
  "maxItems": 5,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "source": {
    "label": "Source board",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary (display string)",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at (raw)",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Remote Jobs Scraper $2/1K — RemoteOK, Remotive, WWR, Himalayas](https://apify.com/nomad-agent/remote-boards-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/remote-boards-scraper) to learn more, explore other use cases, and run it yourself.