Glassdoor Company Overview Scraper avatar

Glassdoor Company Overview Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Glassdoor Company Overview Scraper

Glassdoor Company Overview Scraper

Extract a company's Glassdoor overview: overall rating, sub-ratings (culture, work-life, comp, leadership), CEO approval, review & salary counts, industry, size, HQ, website and description. Input company URLs or employer IDs. No login required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Extract a company's full Glassdoor overview — ratings, company profile, and review/salary counts — from a company URL or employer ID. One result = one company.

Why use this actor

  • No account, no login, and no API key required
  • Full rating breakdown: overall, culture, work-life balance, compensation, leadership, CEO approval, recommend-to-friend
  • Company profile: industry, size, headquarters, website, and description
  • Review and salary counts so you can size each company's data footprint
  • Stable JSON output suitable for pipelines, dashboards, or databases
  • Automatic retries and IP switching if a request is temporarily blocked

How it works

  1. You give the actor one or more companies — a Glassdoor company page link (Overview or Reviews) or just the employer ID number.
  2. The actor opens each company's overview and reads the full profile and rating breakdown.
  3. Results stream into your dataset, ready to download as JSON, CSV, or Excel.

You don't manage scrapers, browsers, or retries — the actor handles all of that.

Input

{
"companies": [
"https://www.glassdoor.com/Overview/Working-at-Google-EI_IE9079.11,17.htm"
],
"concurrency": 3,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
companiesarrayCompany URLs (Overview or Reviews pages) or bare employer ID numbers.
concurrencyintegerHow many companies to process in parallel. Default 3.
proxyConfigurationobjectProxy settings. Residential is recommended.

Output

{
"_input": "https://www.glassdoor.com/Overview/Working-at-Google-EI_IE9079.11,17.htm",
"_source": "S1-ssr-flight",
"_scrapedAt": "2026-06-10T19:19:39Z",
"recordType": "COMPANY_OVERVIEW",
"employerId": 9079,
"name": "Google Inc.",
"shortName": "Google",
"headquarters": "Mountain View, CA",
"size": "10000+ Employees",
"website": "https://goo.gle/4ehVuXi",
"primaryIndustry": {
"industryId": 200063,
"industryName": "Internet & Web Services",
"sectorId": 10013,
"sectorName": "Information Technology"
},
"counts": { "reviewCount": 70188, "salaryCount": 190496 },
"ratings": { "overallRating": 4.4, "compensationAndBenefitsRating": 4.5 },
"detailedRatings": {
"overallRating": 4.4,
"careerOpportunitiesRating": 4.2,
"compensationAndBenefitsRating": 4.5,
"cultureAndValuesRating": 4.3,
"diversityAndInclusionRating": 4.4,
"workLifeBalanceRating": 4.2,
"seniorManagementRating": 3.9,
"businessOutlookRating": 0.81,
"ceoRating": 0.82,
"recommendToFriendRating": 0.87,
"reviewCount": 51995
},
"squareLogoUrl": "https://media.glassdoor.com/sql/9079/google-squarelogo-1441130773284.png",
"overview": { "description": "Since our founding in 1998, Google has grown by leaps and bounds ... (truncated)" }
}
FieldTypeDescription
_inputstringThe company URL or ID you supplied.
_scrapedAtstringUTC timestamp of extraction.
recordTypestringAlways COMPANY_OVERVIEW.
employerIdnumberGlassdoor's internal company ID.
name / shortNamestringLegal name and display name.
headquartersstringHQ location.
sizestringEmployee-count band.
websitestringCompany website.
primaryIndustryobjectIndustry and sector names/IDs.
countsobjectreviewCount, salaryCount.
ratings / detailedRatingsobjectOverall plus every sub-rating, CEO approval, recommend-to-friend, business outlook.
squareLogoUrlstringCompany logo image.
overviewobjectCompany description.

A company that can't be found returns a record with an _error field instead of being dropped.

Notes

  • Ratings and counts are point-in-time and change as new reviews arrive.
  • Residential proxy is recommended; the actor switches IP automatically if temporarily blocked.

Part of a Glassdoor suite (one event per actor): Company Overview, Reviews, and Jobs.