Skip to content
ANY//
//Source · Business Intelligence

Glassdoor API — Employer Sentiment, No Login Wall

Glassdoor is where employees rate companies — culture scores, CEO approval, salary reports, and job listings. Six endpoints return that record as clean JSON: no Glassdoor account, no session management, no HTML parsing.

Start for free7-day free trial

What You Can Pull From Glassdoor

POST /api/glassdoor/companiesFull company profile by employer id or URL — overall rating, six category scores, recommend-to-friend %, CEO approval %, business-outlook %, review/salary/job counts, headquarters, size, revenue, founding year, mission, workplace awards, and competitor companies
POST /api/glassdoor/companies/ratingsFocused rating breakdown — the six category scores plus the three sentiment percentages (recommend, CEO approval, business outlook) and review/salary counts. Lighter-weight than the full profile
POST /api/glassdoor/companies/searchSearch companies by name, job title, industry sector, or industry — company cards with overall rating, category ratings, headquarters, and open job count
POST /api/glassdoor/jobsIndividual job listing by id or URL — title, full description, location type (remote / hybrid / on-site), estimated pay range with currency and period, posting age, easy-apply flag, and the hiring company’s name and rating
POST /api/glassdoor/jobs/searchJob search by keyword and location with rich filters — posting recency, employment type, seniority, remote-only, easy-apply, minimum company rating, salary range, and distance radius
POST /api/glassdoor/salaries/searchRole-level salary benchmarks by job title — base, additional, and total pay percentiles plus the top-paying companies for that role with their own pay breakdowns and employer ratings

What Comes Back

{
  "name": "NVIDIA",
  "employer_id": 7633,
  "overall_rating": 4.6,
  "career_opportunities": 4.4,
  "compensation_and_benefits": 4.6,
  "culture_and_values": 4.5,
  "diversity_and_inclusion": 4.5,
  "senior_management": 4.3,
  "work_life_balance": 4.2,
  "recommend_to_friend_pct": 92,
  "ceo_approval_pct": 97,
  "business_outlook_pct": 88
}

Start Querying Glassdoor Data

All 6 Glassdoor endpoints on every plan — ratings, jobs, and salary benchmarks on one key.

Common Questions

No. You authenticate with your Anysite key only — no separate Glassdoor account, developer registration, or OAuth flow is required for any of the six endpoints.