Glassdoor is a company review and job research platform (archetype: job boards). All data accessed via browser-based adapter with Cloudflare challenge bypass; no official API.
Workflows
Research a company
searchCompanies(query) → company list with employer IDs and ratings
getReviews(employerId) → employee reviews with pros, cons, ratings
getSalaries(employerId) → salary data by job title with pay ranges
getInterviews(employerId) → interview experiences with difficulty and outcomes
Compare company compensation
searchCompanies(query) → get employerId for company A
getSalaries(employerId) → salary ranges for company A
1---2name: glassdoor3description: Glassdoor4---5# Glassdoor67## Overview8Glassdoor is a company review and job research platform (archetype: job boards). All data accessed via browser-based adapter with Cloudflare challenge bypass; no official API.910## Workflows1112### Research a company131. `searchCompanies(query)` → company list with employer IDs and ratings142. `getReviews(employerId)` → employee reviews with pros, cons, ratings153. `getSalaries(employerId)` → salary data by job title with pay ranges164. `getInterviews(employerId)` → interview experiences with difficulty and outcomes1718### Compare company compensation191. `searchCompanies(query)` → get employerId for company A202. `getSalaries(employerId)` → salary ranges for company A213. Repeat for company B2223## Operations2425| Operation | Intent | Key Input | Key Output | Notes |26|-----------|--------|-----------|------------|-------|27| searchCompanies | find companies by name | query | employerId, name, overallRating | entry point |28| getReviews | employee reviews | employerId ← searchCompanies | rating, title, pros, cons, jobTitle | SSR + DOM |29| getSalaries | salary data by role | employerId ← searchCompanies | jobTitle, payRange, salaryCount | DOM extraction |30| getInterviews | interview experiences | employerId ← searchCompanies | role, difficulty, experience, description | DOM extraction |3132## Quick Start3334```bash35openweb glassdoor exec searchCompanies '{"query":"Google"}'36openweb glassdoor exec getReviews '{"employerId":9079}'37openweb glassdoor exec getSalaries '{"employerId":9079}'38openweb glassdoor exec getInterviews '{"employerId":9079}'39```
Run npx skillmds@latest add spike-faye-lei/glassdoor in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Glassdoor It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
spike-faye-lei (@spike-faye-lei) published this skill. Their other Agent Skills are listed on their SkillMD profile.