Glassdoor Company Reviews & Salary Scraper avatar

Glassdoor Company Reviews & Salary Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Glassdoor Company Reviews & Salary Scraper

Glassdoor Company Reviews & Salary Scraper

Scrape Glassdoor for company reviews, employee salaries, interview experiences, CEO approval ratings, and comprehensive employer data. Essential for HR research, employer branding, and competitive intelligence.

Pricing

from $0.01 / 1,000 results

Rating

1.0

(2)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

31

Total users

6

Monthly active users

20 hours

Issues response

12 days ago

Last modified

Share

Scrape Glassdoor for company reviews, salaries, interview experiences, and CEO approval ratings. Look up any company by domain/website URL — no need to find the Glassdoor page yourself. For HR research, employer branding, salary benchmarking, and competitive intelligence.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: JSON array of cookies from Cookie-Editor. Helps bypass Glassdoor login walls and paywalls.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"companyUrl": "https://example.com",
"companyDomain": [
"example.com"
]
}

Run with real data

{
"demoMode": false,
"scrapeType": "company_profile",
"companyUrl": "https://example.com",
"companyDomain": [
"competitor1.com",
"competitor2.com"
],
"companySize": "any",
"includeReviews": true,
"maxReviewsPerCompany": 25,
"includeSalaries": true,
"includeInterviews": false,
"reviewFilter": "all",
"sortBy": "date",
"maxResults": 50,
"sessionCookies": "YOUR_API_KEY_HERE",
"webhookPlatform": "custom",
"cookieKvStoreName": "cookie-sessions"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
scrapeTypestring"company_profile"NoType of data to scrape
companyUrlstring-NoDirect Glassdoor company page URL (e.g., https://www.glassdoor.com/Overview/Working-at-Google-EI_IE9079.htm)
companyDomainstring-NoCompany website or domain to look up on Glassdoor (e.g., "stripe.com" or "https://www.hubspot.com"). The actor resolves this to the correct Glassdoor page automatically.
companyNamestring-NoCompany name to search for
locationstring-NoFilter by location (city, state, or country)
industrystring-NoFilter by industry (Technology, Healthcare, Finance, etc.)
companySizestring"any"NoFilter by company size
minRatingnumber-NoMinimum overall rating (1.0-5.0)
includeReviewsbooleantrueNoScrape employee reviews
maxReviewsPerCompanyinteger25NoMaximum reviews to collect per company
includeSalariesbooleantrueNoScrape salary information
includeInterviewsbooleanfalseNoScrape interview experiences
reviewFilterstring"all"NoFilter reviews by type
sortBystring"date"NoHow to sort reviews
maxResultsinteger50NoMaximum number of companies to scrape
sessionCookiesstring-Yes*JSON array of cookies from Cookie-Editor. Helps bypass Glassdoor login walls and paywalls.
proxyConfigurationobject-NoProxy settings for the scraper
demoModebooleantrueNoReturn sample data without actual scraping (for testing)
webhookUrlstring-NoURL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint)
webhookPlatformstring"custom"NoPlatform-specific payload formatting
webhookHeadersobject-NoCustom HTTP headers to send with webhook (JSON object)
cookieStorageKeystring-NoKey name to load cookies from the Cookie Manager KV store. If set and no manual sessionCookies are provided, the actor loads cookies from the named KV store automatically. Use this with the Cookie Manager actor for automated cookie rotation.
cookieKvStoreNamestring"cookie-sessions"NoName of the Apify Key-Value store where Cookie Manager saves cookies. Defaults to 'cookie-sessions' if not set.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Actor StartBase cost per run$0.10
Company ScrapedEach Glassdoor company profile scraped$0.08
Review ScrapedEach employee review extracted$0.01
Salary ScrapedEach salary entry extracted$0.01
Dataset ItemEach result stored in dataset$0.00

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal