Skip to content

thirdwatch-dev/glassdoor-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Glassdoor Scraper

Extract Glassdoor job listings, company reviews, salaries, and interview data at scale

Try on Apify Website

What it does

Scrapes Glassdoor for job listings with salary estimates, company reviews, and ratings. Extracts detailed compensation data including base pay, bonuses, and total compensation ranges. Perfect for salary benchmarking and job market research.

Output fields

Field Type Description
title String Job title
company String Company name
location String Job location
salary Object Salary estimate (min, max, median, currency)
rating Number Overall company rating (1-5)
description String Full job description
companySize String Number of employees
industry String Company industry
postedDate String Job posting date
url String Direct link to listing

Input parameters

Parameter Type Description
queries Array Job search keywords
location String City, state, or country
maxResults Number Maximum results per query
includeSalary Boolean Include salary estimates

Example output

{
  "title": "Data Scientist",
  "company": "Meta",
  "location": "Menlo Park, CA",
  "salary": {
    "min": 165000,
    "max": 240000,
    "median": 195000,
    "currency": "USD"
  },
  "rating": 4.1,
  "description": "Join our data science team to build ML models...",
  "companySize": "10000+",
  "industry": "Technology",
  "postedDate": "3 days ago",
  "url": "https://www.glassdoor.com/job-listing/..."
}

Pricing

Plan Price
Pay per result $0.005/result
Free tier Available on Apify

Use cases

  • Salary benchmarking across companies and roles
  • Job market analysis and hiring trend research
  • Competitive intelligence on employer brands
  • Compensation package comparison for negotiations
  • HR analytics and workforce planning

Getting started

  1. Go to the Apify Store
  2. Find the Glassdoor Scraper
  3. Enter job titles and locations
  4. Run and download results as JSON, CSV, or Excel

Related scrapers by Thirdwatch

About Thirdwatch

Thirdwatch builds production-ready web scraping APIs. 18 scrapers for jobs, e-commerce, reviews, social media, and business data.

License

MIT

About

Scrape Glassdoor jobs, salary estimates, company reviews and ratings. Apify actor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors