# Monitor New Remote Jobs Daily

**Use case:** 

Track newly posted remote jobs every day with Job title, Company, Salary, Location, Board and Posted. Updated on every run.

## Input

```json
{
  "searchQueries": [
    "devops"
  ],
  "jobType": "",
  "outputType": "jobs",
  "maxItems": 200,
  "maxItemsPerSource": 0,
  "includeDescriptionHtml": false,
  "deduplicateAcrossSources": true,
  "enrichCompanyContacts": false,
  "monitorMode": true,
  "monitorKey": "default",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "candidateLocation": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "sourceLabel": {
    "label": "Board",
    "format": "text"
  },
  "publishedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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