# Scrape & Compare Culture Ratings of Rivals - Glassdoor

**Use case:** 

Compare culture ratings of two competitors on Glassdoor with rating, recommend %, CEO approval %, work-life, industry and size. No login required.

## Input

```json
{
  "companyNames": [
    "Uber",
    "Lyft"
  ],
  "includeCompanyOverview": true,
  "includeReviews": true,
  "includeInterviews": false,
  "outputEmployerLeads": false,
  "enrichLeadEmails": false,
  "maxReviews": 50,
  "maxInterviews": 0,
  "reviewsPageSize": 20,
  "reviewsSort": "recent",
  "reviewLanguage": "eng",
  "employmentStatus": "all",
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "overallRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "recommendToFriendPercent": {
    "label": "Recommend %",
    "format": "number"
  },
  "ceoApprovalPercent": {
    "label": "CEO approval %",
    "format": "number"
  },
  "ratingWorkLifeBalance": {
    "label": "Work-life",
    "format": "number"
  },
  "ratingCompensationAndBenefits": {
    "label": "Comp & benefits",
    "format": "number"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "headquarters": {
    "label": "HQ",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "glassdoorUrl": {
    "label": "Glassdoor",
    "format": "link"
  }
}
```

## About this Actor

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