# Bayt.com Remote Job Scraper

**Use case:** 

Scrape remote Bayt.com jobs — salary, location and description. Filter to work-from-home roles, structured JSON.

## Input

```json
{
  "query": "developer",
  "startUrls": [],
  "country": "INTERNATIONAL",
  "employmentType": "remote",
  "sortBy": "relevance",
  "searchMinSalary": 0,
  "easyApplyOnly": false,
  "maxResults": 100,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "removeEmptyFields": false,
  "incrementalMode": false,
  "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.