# Find jobs in Saudi Arabia on GulfTalent

**Use case:** 

Scrape job listings in Saudi Arabia from GulfTalent. Structured Gulf-region job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "accountant",
  "location": "",
  "country": "Saudi Arabia",
  "category": "",
  "maxResults": 5,
  "daysOld": 0,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "companyConfidential": {
    "label": "Confidential",
    "format": "boolean"
  },
  "isRepost": {
    "label": "Is Repost",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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