# Get Glassdoor company profiles by employer ID

**Use case:** 

Extract Glassdoor ratings, company facts, CEO data, review counts, salary counts, and canonical URLs from employer IDs or company URLs.

## Input

```json
{
  "companies": [
    "1138",
    "1651",
    "9079"
  ],
  "groups": [],
  "matching": {
    "autoResolve": true,
    "requireConfidenceAbove": 0.85,
    "returnAlternatives": true,
    "allowLowConfidenceScrape": false
  },
  "requestStrategy": {
    "maxConcurrentCompanies": 1,
    "companyProfileSource": "GRAPH_ONLY",
    "useProxy": true,
    "proxySessionMode": "PER_REQUEST",
    "graphRequestTimeoutMillis": 25000,
    "graphMaxRequestRetries": 2,
    "retryIncompleteProfilesWithProxy": false,
    "retryIncompleteProfilesMaxConcurrentCompanies": 10
  },
  "sourceMode": "LIVE",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "includeResolutionRecords": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "glassdoorEmployerId": {
    "label": "Glassdoor employer ID"
  },
  "primaryIndustry": {
    "label": "Industry"
  },
  "primarySector": {
    "label": "Sector"
  },
  "yearFounded": {
    "label": "Founded"
  },
  "revenue": {
    "label": "Revenue"
  },
  "headquarters": {
    "label": "HQ"
  },
  "size": {
    "label": "Size"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "overallRating": {
    "label": "Overall rating",
    "format": "number"
  },
  "cultureAndValuesRating": {
    "label": "Culture & values",
    "format": "number"
  },
  "workLifeBalanceRating": {
    "label": "Work-life balance",
    "format": "number"
  },
  "compensationAndBenefitsRating": {
    "label": "Compensation & benefits",
    "format": "number"
  },
  "careerOpportunitiesRating": {
    "label": "Career opportunities",
    "format": "number"
  },
  "seniorManagementRating": {
    "label": "Senior management",
    "format": "number"
  },
  "diversityAndInclusionRating": {
    "label": "Diversity & inclusion",
    "format": "number"
  },
  "businessOutlookRating": {
    "label": "Business outlook",
    "format": "number"
  },
  "recommendToFriendRating": {
    "label": "Recommend to friend",
    "format": "number"
  },
  "ceoRating": {
    "label": "CEO approval",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "salaryCount": {
    "label": "Salaries",
    "format": "number"
  },
  "ceoName": {
    "label": "CEO"
  },
  "ceoTitle": {
    "label": "CEO title"
  },
  "overviewUrl": {
    "label": "Glassdoor overview",
    "format": "link"
  },
  "reviewsUrl": {
    "label": "Glassdoor reviews",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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