# Scrape jobs in Dubai on Bayt.com

**Use case:** 

Extract job listings in Dubai from Bayt.com. Structured Middle East job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "",
  "country": "UAE",
  "jobType": "ANY",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "careerLevel": {
    "label": "Career Level",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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