Glassdoor Company Overview Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor 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
- You give the actor one or more companies — a Glassdoor company page link (Overview or Reviews) or just the employer ID number.
- The actor opens each company's overview and reads the full profile and rating breakdown.
- 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"] }}
| Field | Type | Description |
|---|---|---|
companies | array | Company URLs (Overview or Reviews pages) or bare employer ID numbers. |
concurrency | integer | How many companies to process in parallel. Default 3. |
proxyConfiguration | object | Proxy 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)" }}
| Field | Type | Description |
|---|---|---|
_input | string | The company URL or ID you supplied. |
_scrapedAt | string | UTC timestamp of extraction. |
recordType | string | Always COMPANY_OVERVIEW. |
employerId | number | Glassdoor's internal company ID. |
name / shortName | string | Legal name and display name. |
headquarters | string | HQ location. |
size | string | Employee-count band. |
website | string | Company website. |
primaryIndustry | object | Industry and sector names/IDs. |
counts | object | reviewCount, salaryCount. |
ratings / detailedRatings | object | Overall plus every sub-rating, CEO approval, recommend-to-friend, business outlook. |
squareLogoUrl | string | Company logo image. |
overview | object | Company 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.
Related actors
Part of a Glassdoor suite (one event per actor): Company Overview, Reviews, and Jobs.