# Glassdoor Insights for Google, Stripe & Shopify

**Use case:** 

Gather comprehensive ratings, reviews, and firmographics for companies like Google and Shopify. Access detailed insights for employer analysis.

## Input

```json
{
  "companyNames": [
    "Google",
    "Stripe",
    "Shopify"
  ],
  "glassdoorUrls": [],
  "maxResults": 100,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "recommendToFriendPct": {
    "label": "% Recommend",
    "format": "number"
  },
  "ceoApprovalPct": {
    "label": "CEO Approval %",
    "format": "number"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "headquarters": {
    "label": "HQ",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "url": {
    "label": "Glassdoor",
    "format": "link"
  }
}
```

## About this Actor

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