# Monitor Gulf data and cybersecurity jobs

**Use case:** 

Run a repeatable Naukrigulf search for data engineer and cyber security roles in the UAE for recruiting and labor-market pipelines.

## Input

```json
{
  "queries": [
    "data engineer",
    "cyber security"
  ],
  "location": "UAE",
  "maxItems": 100,
  "includeDetails": false
}
```

## Output

```json
{
  "jobId": {
    "label": "Job Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "experienceText": {
    "label": "Experience Text",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job Url",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source Query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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