# Glassdoor Jobs Scraper - GCC Salaries & Ratings

**Use case:** 

Scrape Glassdoor jobs across UAE, Saudi, Qatar, Kuwait, Bahrain & Oman with employer-provided salary ranges. Search by keyword and country.

## Input

```json
{
  "keywords": [
    "Accountant"
  ],
  "countries": [
    "uae"
  ],
  "maxJobsPerSearch": 60,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyRating": {
    "label": "Rating",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "functionGuess": {
    "label": "Field",
    "format": "text"
  },
  "seniorityGuess": {
    "label": "Seniority",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedAge": {
    "label": "Posted",
    "format": "text"
  },
  "easyApply": {
    "label": "Easy apply",
    "format": "boolean"
  },
  "link": {
    "label": "Apply link",
    "format": "link"
  }
}
```

## About this Actor

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