# Scrape Glassdoor company reviews and ratings

**Use case:** 

Extract Glassdoor employee reviews: ratings, pros and cons, advice to management, plus the company profile. Set any company list and run.

## Input

```json
{
  "companies": [
    "Netflix"
  ],
  "maxReviewsPerCompany": 100,
  "reviewsSort": "DATE",
  "includeCompanyProfile": true,
  "concurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "rating": {
    "label": "Rating"
  },
  "recommends": {
    "label": "Recommends"
  },
  "ratingWorkLifeBalance": {
    "label": "Work-Life"
  },
  "ratingCompensationAndBenefits": {
    "label": "Comp"
  },
  "summary": {
    "label": "Summary"
  },
  "pros": {
    "label": "Pros"
  },
  "cons": {
    "label": "Cons"
  },
  "jobTitle": {
    "label": "Job Title"
  },
  "location": {
    "label": "Location"
  },
  "reviewDate": {
    "label": "Date"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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