# GCC Jobs Search - Every Board + Recruitment Agencies

**Use case:** 

Search Gulf jobs across Bayt, GulfTalent, NaukriGulf, Foundit & Tanqeeb. Filter by field, experience, city, salary, company & type. AI-ready.

## Input

```json
{
  "keywords": [
    "Accountant"
  ],
  "countries": [
    "uae"
  ],
  "jobFunction": "any",
  "experienceLevel": "any",
  "employmentType": "any",
  "remoteOnly": false,
  "datePostedWithinDays": 0,
  "sources": [
    "bayt",
    "gulftalent",
    "naukrigulf",
    "foundit",
    "tanqeeb"
  ],
  "maxJobsPerSource": 50,
  "deduplicate": true,
  "enableArabicLabels": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "functionGuess": {
    "label": "Field",
    "format": "text"
  },
  "seniorityGuess": {
    "label": "Seniority",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salaryText": {
    "label": "Salary / experience",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "sources": {
    "label": "Found on",
    "format": "array"
  },
  "link": {
    "label": "Apply link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [GCC Jobs Search - Every Board + Recruitment Agencies](https://apify.com/get_anything/gcc-jobs-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/gcc-jobs-search) to learn more, explore other use cases, and run it yourself.