# Monitor Glassdoor reviews across tech companies

**Use case:** 

Collect recent Glassdoor reviews for multiple tech companies in one run for recurring employer-brand monitoring.

## Input

```json
{
  "companyUrls": [
    "Google",
    "Microsoft",
    "Apple"
  ],
  "maxReviews": 25,
  "sortBy": "newest",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "reviewerTitle": {
    "label": "Job Title"
  },
  "currentEmployee": {
    "label": "Current Employee"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Date"
  },
  "headline": {
    "label": "Headline"
  },
  "pros": {
    "label": "Pros"
  },
  "cons": {
    "label": "Cons"
  },
  "recommend": {
    "label": "Recommend"
  },
  "ceoApproval": {
    "label": "CEO Approval"
  },
  "ratingWorkLifeBalance": {
    "label": "Work-Life Balance",
    "format": "number"
  },
  "ratingCultureAndValues": {
    "label": "Culture & Values",
    "format": "number"
  },
  "ratingDiversityAndInclusion": {
    "label": "Diversity & Inclusion",
    "format": "number"
  },
  "ratingSeniorLeadership": {
    "label": "Senior Leadership",
    "format": "number"
  },
  "ratingCareerOpportunities": {
    "label": "Career Opportunities",
    "format": "number"
  },
  "ratingCompensationAndBenefits": {
    "label": "Compensation & Benefits",
    "format": "number"
  },
  "companyUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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