Glassdoor Company Search avatar

Glassdoor Company Search

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Glassdoor Company Search

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

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

Glassdoor Company Search Actor

Scrapes Glassdoor's company-search page

Input

FieldTypeDefaultNotes
querystring"google"Required. Company name or keyword.
maxResultsint50Cap after de-duplication on companyId.
scrollStepsint3Viewport-height scrolls after initial load.
headlessbooltrueOn Apify (Linux) the actor uses Xvfb regardless — leave true.
proxyConfigurationobjectApify Residential USDatacenter IPs trigger a captcha the actor can't solve.

Output

One JSON record per employer tile. 15 fields:

FieldTypeNotes
companyIdstring | nullGlassdoor employer ID parsed from any of the URL flavors (EI_IE<digits> or -E<digits>.htm). Used for dedup.
namestringCompany name as displayed.
urlstring | nullPrimary URL — overview if present, otherwise the next available action URL.
overviewUrlstring | null/Overview/Working-at-<Name>-EI_IE<id>.htm
reviewsUrlstring | null/Reviews/<Name>-Reviews-E<id>.htm
jobsUrlstring | null/Jobs/<Name>-Jobs-E<id>.htm
salariesUrlstring | null/Salary/<Name>-Salaries-E<id>.htm
interviewsUrlstring | null/Interview/<Name>-Interview-Questions-E<id>.htm
ratingfloat | nullOverall rating 0–5. Parsed from the first \b[0-5](\.\d)?\b token inside the rating element.
reviewCountint | nullParsed from "5,234 Reviews" / "1.2k Reviews" — handles thousand separators and k/m suffixes.
openJobsint | nullWhen the jobs-link text exposes the count (e.g. "1,201 Open Jobs").
industrystring | nullIndustry label when shown on the tile.
companySizestring | nullEmployee-range label (e.g. "1001 to 5000 employees").
headquartersstring | nullHQ city/region when shown.
logoImagestring | nullCompany logo URL.