# Bayt Job Listings Data Extractor

**Use case:** 

Collect structured job listings from Bayt.com, including titles, company details, and required skills. Get valuable insights for hiring analysis.

## Input

```json
{
  "startUrl": "https://www.bayt.com/en/international/jobs/",
  "results_wanted": 50,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAtRelative": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "careerLevel": {
    "label": "Career Level",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingPage": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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