Glassdoor Company Search
Pricing
from $10.00 / 1,000 results
Go to Apify Store

Glassdoor Company Search
Scrapes Glassdoor company search results for a query and returns structured company data: Output: One record per company with: - companyId, name, URL links (overview, reviews, jobs, salaries, interviews) - rating, reviewCount, openJobs - industry, company size, headquarters, logo URL
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
8 days ago
Last modified
Categories
Share
Glassdoor Company Search Actor
Scrapes Glassdoor's company-search page
Input
| Field | Type | Default | Notes |
|---|---|---|---|
query | string | "google" | Required. Company name or keyword. |
maxResults | int | 50 | Cap after de-duplication on companyId. |
scrollSteps | int | 3 | Viewport-height scrolls after initial load. |
headless | bool | true | On Apify (Linux) the actor uses Xvfb regardless — leave true. |
proxyConfiguration | object | Apify Residential US | Datacenter IPs trigger a captcha the actor can't solve. |
Output
One JSON record per employer tile. 15 fields:
| Field | Type | Notes |
|---|---|---|
companyId | string | null | Glassdoor employer ID parsed from any of the URL flavors (EI_IE<digits> or -E<digits>.htm). Used for dedup. |
name | string | Company name as displayed. |
url | string | null | Primary URL — overview if present, otherwise the next available action URL. |
overviewUrl | string | null | /Overview/Working-at-<Name>-EI_IE<id>.htm |
reviewsUrl | string | null | /Reviews/<Name>-Reviews-E<id>.htm |
jobsUrl | string | null | /Jobs/<Name>-Jobs-E<id>.htm |
salariesUrl | string | null | /Salary/<Name>-Salaries-E<id>.htm |
interviewsUrl | string | null | /Interview/<Name>-Interview-Questions-E<id>.htm |
rating | float | null | Overall rating 0–5. Parsed from the first \b[0-5](\.\d)?\b token inside the rating element. |
reviewCount | int | null | Parsed from "5,234 Reviews" / "1.2k Reviews" — handles thousand separators and k/m suffixes. |
openJobs | int | null | When the jobs-link text exposes the count (e.g. "1,201 Open Jobs"). |
industry | string | null | Industry label when shown on the tile. |
companySize | string | null | Employee-range label (e.g. "1001 to 5000 employees"). |
headquarters | string | null | HQ city/region when shown. |
logoImage | string | null | Company logo URL. |
