# GCC Jobs Scraper - Bayt, GulfTalent & NaukriGulf Listings

**Use case:** 

Aggregate Gulf jobs from Bayt, GulfTalent & NaukriGulf: title, company, location, category & apply URL. For GCC recruitment research & job boards.

## Input

```json
{
  "keywords": [
    "Ecommerce Specialist"
  ],
  "country": "uae",
  "sources": [
    "bayt",
    "gulftalent",
    "naukrigulf"
  ],
  "maxJobsPerSource": 50,
  "deduplicate": true,
  "enableArabicLabels": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sources": {
    "label": "Found on",
    "format": "array"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "seniorityGuess": {
    "label": "Seniority",
    "format": "text"
  },
  "functionGuess": {
    "label": "Function",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary / experience",
    "format": "text"
  },
  "link": {
    "label": "Apply link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [GCC Jobs Aggregator - Bayt, GulfTalent & NaukriGulf](https://apify.com/get_anything/gcc-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/gcc-jobs-aggregator) to learn more, explore other use cases, and run it yourself.