# GlassDoor diversity and inclusion ratings

**Use case:** 

GlassDoor diversity and inclusion ratings: pull employer rating rows for shortlisting / benchmarking. How to find diversity and inclusion?

## Input

```json
{
  "scrapeType": [
    "reviews"
  ],
  "searchQueries": [
    "Software Engineer"
  ],
  "employers": [],
  "location": "",
  "countryId": "1",
  "maxPages": 1,
  "jobType": "all",
  "remoteOk": false,
  "easyApplyOnly": false,
  "reviewPages": 10,
  "reviewSort": "RATING",
  "interviewPages": 2,
  "interviewSort": "DATE",
  "jobTitleFilter": "",
  "salaryJobTitles": [],
  "salaryPages": 1,
  "salarySort": "POPULAR",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 0.5
}
```

## Output

```json
{
  "dataType": {
    "label": "Data Type",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "employerId": {
    "label": "Employer ID",
    "format": "string"
  },
  "employerName": {
    "label": "Employer Name",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "summary": {
    "label": "Review Headline",
    "format": "string"
  },
  "pros": {
    "label": "Pros",
    "format": "string"
  },
  "cons": {
    "label": "Cons",
    "format": "string"
  },
  "advice": {
    "label": "Management Advice",
    "format": "string"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "workLifeBalanceRating": {
    "label": "Work-Life Balance Rating",
    "format": "number"
  },
  "cultureAndValuesRating": {
    "label": "Culture & Values Rating",
    "format": "number"
  },
  "compensationAndBenefitsRating": {
    "label": "Compensation & Benefits Rating",
    "format": "number"
  },
  "careerOpportunitiesRating": {
    "label": "Career Opportunities Rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Review / Interview Date",
    "format": "string"
  }
}
```

## About this Actor

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