# Accounting and finance jobs in the Gulf on Bayt

**Use case:** 

Scrape accounting and finance job listings across the Gulf region from Bayt.com. Covers UAE, Saudi Arabia, Qatar, Kuwait, and Bahrain.

## Input

```json
{
  "startUrl": "https://www.bayt.com/en/international/jobs/accounting-jobs/",
  "results_wanted": 100,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAtRelative": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "careerLevel": {
    "label": "Level",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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