# Find jobs in Saudi Arabia

**Use case:** 

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

## Input

```json
{
  "searchQuery": "developer",
  "location": "Dubai",
  "country": "Saudi Arabia",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "workType": {
    "label": "Work type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Period",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "qualifications": {
    "label": "Qualifications"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "text"
  },
  "expiryDateISO": {
    "label": "Expiry date iso"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "isRepost": {
    "label": "Is repost",
    "format": "boolean"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash",
    "format": "text"
  }
}
```

## About this Actor

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