# Bayt.com New Jobs Monitor

**Use case:** 

Monitor new Bayt.com jobs — incremental runs return only fresh postings. salary, location and description.

## Input

```json
{
  "query": "software engineer",
  "startUrls": [
    {
      "url": "https://www.bayt.com/en/uae/jobs/?q=accountant"
    }
  ],
  "country": "INTERNATIONAL",
  "sortBy": "relevance",
  "searchMinSalary": 0,
  "easyApplyOnly": false,
  "maxResults": 30,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "removeEmptyFields": false,
  "incrementalMode": true,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "phoneExtractionMode": "strict",
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary text"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "careerLevel": {
    "label": "Career level"
  },
  "jobRole": {
    "label": "Job role"
  },
  "industry": {
    "label": "Industry"
  },
  "isRemote": {
    "label": "Is remote"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bayt.com Scraper — MENA Jobs with Salary & Skills Filter](https://apify.com/blackfalcondata/bayt-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/bayt-scraper) to learn more, explore other use cases, and run it yourself.