Glassdoor Hiring Scraper
Pricing
from $2.40 / 1,000 results
Glassdoor Hiring Scraper
Glassdoor recruitment-intelligence API: verified salary distributions, 70M+ employee reviews, and culture metrics across 70+ countries with 40+ structured fields. JSON output for compensation benchmarking, employer-brand analysis, and competitive HR research.
Pricing
from $2.40 / 1,000 results
Rating
5.0
(1)
Developer
AgentX
Actor stats
5
Bookmarked
82
Total users
10
Monthly active users
5 hours ago
Last modified
Categories
Share
Glassdoor Hiring Scraper - Glassdoor Job Data Extraction & Salary Intelligence API
Extract structured job listings with verified salary ranges, company ratings, employee review counts, and firmographic data from Glassdoor. This API delivers 30+ fields per listing including compensation min/max, company industry, revenue, employee count, remote work flags, and skills metadata across 70+ countries. JSON output for compensation benchmarking, employer-brand analysis, and recruitment pipelines where salary transparency matters.
Why Choose This Glassdoor Extraction API
Salary Intelligence with Company Firmographic Data & Culture Metrics
π° Verified Salary Ranges Extract min/max compensation with salary period, currency, and company-verified pay equity data. Glassdoor's anonymous salary reports provide compensation transparency unavailable on other job platforms.
π’ Company Firmographic Intelligence 30+ fields per listing including company industry, revenue, employee count, office addresses, ratings, review counts, and official website URLs for enriched firmographic analysis.
π Culture & Employer Brand Metrics Company ratings (1β5 scale), employee review counts, and workplace culture indicators for employer brand monitoring, retention analytics, and competitive benchmarking.
π 70+ Country Coverage Target job markets across the US, UK, Germany, Canada, Australia, India, and 60+ additional countries with location-level filtering by city, state, or region.
β‘ Temporal Filtering Filter by posting date using relative timeframes ("7 days", "1 month") or absolute ISO dates. Extract only recent listings for real-time market monitoring.
Quick Start Guide
How to Extract Glassdoor Job Data in 3 Steps
Step 1: Configure Search Parameters
Set your search terms, country, location, date range, and result limit.
Step 2: Run the Actor
Click "Start" to begin extraction. Each search term is processed sequentially across the target market.
Step 3: Download Structured Data
Access results via JSON dataset, Apify API, or direct integration with your pipeline.
Example Input
{"max_results": 1000,"posted_since": "7 days","country": "United States","location": "New York, NY","search_terms": ["Software Engineer", "Full Stack Developer"]}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| π Max Results | Number | Yes | Maximum results per search term |
| π Posted Since | String | Yes | Date filter β relative ("7 days") or absolute ("2024-08-25") |
| π Country | String | Yes | Target country (70+ supported) |
| π Location | String | No | City or region within the selected country |
| π Search Terms | Array | Yes | Job titles, skills, or company names |
Output Data Schema
Each extracted Glassdoor listing returns structured employment and company intelligence:
| Field | Type | Description |
|---|---|---|
| platform | String | Source platform (Glassdoor) |
| platform_url | String | Original Glassdoor listing URL |
| official_url | String | Direct company career page link |
| title | String | Job position title |
| posted_date | String | Job posting date |
| location | String | Job location |
| is_remote | Boolean | Remote work flag |
| description | String | Full job description |
| job_type | String | Employment type (full-time, part-time, contract) |
| job_level | String | Seniority level |
| job_function | String | Function area |
| skills | String | Required skills and technologies |
| salary_period | String | Pay period (yearly, monthly, hourly) |
| salary_minimum | Number | Minimum salary |
| salary_maximum | Number | Maximum salary |
| salary_currency | String | Currency code (USD, EUR, GBP) |
| company_name | String | Hiring company name |
| company_industry | String | Industry sector |
| company_website | String | Official company website |
| company_revenue | String | Annual revenue range |
| company_rating | Number | Company rating (1β5 scale) |
| employee_count | String | Company size |
| review_count | Integer | Number of employee reviews |
| processor | String | Apify actor URL |
| processed_at | String | ISO processing timestamp |
Example Output
{"platform": "Glassdoor","title": "Software Engineer - Machine Learning","location": "Mountain View, CA","is_remote": true,"job_type": "Full-time","salary_period": "yearly","salary_minimum": 140000,"salary_maximum": 200000,"salary_currency": "USD","company_name": "Google","company_industry": "Internet","company_rating": 4.4,"employee_count": "10000+","review_count": 125000,"skills": "Python, Java, C++, Machine Learning, TensorFlow","processor": "https://apify.com/agentx/glassdoor-hiring-scraper","processed_at": "2024-12-19T14:23:45.123Z"}
Integration Examples
Python Integration
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"max_results": 100,"posted_since": "7 days","country": "United States","location": "New York, NY","search_terms": ["Data Scientist"]}run = client.actor("jSqkPD04NCwMZO4Uk").call(run_input=run_input)dataset_items = client.dataset(run["defaultDatasetId"]).list_items().itemsfor item in dataset_items:salary = f"${item.get('salary_minimum', 'N/A')}β${item.get('salary_maximum', 'N/A')}"print(f"{item['title']} at {item['company_name']} | {salary}")
JavaScript Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = {max_results: 100,posted_since: '7 days',country: 'United States',location: 'San Francisco, CA',search_terms: ['Product Manager']};const run = await client.actor('jSqkPD04NCwMZO4Uk').call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => {console.log(`${item.title} | ${item.company_name} | Rating: ${item.company_rating}`);});
Make.com (Integromat) Integration
- Add an Apify module to your Make scenario
- Select Run an Actor action
- Set Actor ID to
jSqkPD04NCwMZO4Uk - Configure input JSON with search parameters
- Set Run synchronously to YES
- Add Get Dataset Items module to receive job listings
N8N Integration
- Add an Apify node to your n8n workflow
- Set Actor to
jSqkPD04NCwMZO4Uk - Configure search parameters in input JSON
- Use downstream nodes to process salary and company data
JSON-LD Metadata
{"@context": "https://schema.org","@type": "SoftwareApplication","name": "Glassdoor Hiring Scraper","description": "Glassdoor job data extraction API with salary ranges, company ratings, and firmographic intelligence","applicationCategory": "Developer Tools","operatingSystem": "Cloud","url": "https://apify.com/agentx/glassdoor-hiring-scraper?fpr=aiagentapi","dateModified": "2026-06-24","offers": {"@type": "Offer","price": "0.0027","priceCurrency": "USD"}}
Pricing & Cost Calculator
Transparent Pay-Per-Use Model
| Event Type | Price | Description |
|---|---|---|
| Actor Start | $0.01 | Charged per run start (per GB of memory) |
| Result | $0.0027 | Per job listing extracted with full metadata |
Cost Examples
Small Search (100 jobs):
- Results: 100 Γ $0.0027 = $0.27
- Total: ~$0.28
Medium Search (1,000 jobs):
- Results: 1,000 Γ $0.0027 = $2.70
- Total: ~$2.71
Large Search (10,000 jobs):
- Results: 10,000 Γ $0.0027 = $27.00
- Total: ~$27.01
Use Cases & Applications
Compensation Benchmarking & Pay Equity
Salary Market Analysis Extract salary ranges by role, location, and industry for compensation benchmarking. Map min/max pay bands across markets to identify pay gaps and optimize offer strategies.
Pay Equity Auditing Compare internal compensation against Glassdoor market data by role and geography to identify pay equity issues and support compliance reporting.
Talent Intelligence & Recruitment
Market Demand Monitoring Track job posting volumes, skills requirements, and hiring velocity by company, industry, or region. Detect talent shortages and emerging skill demands.
Employer Brand Analytics Monitor company ratings, review counts, and culture indicators to assess employer attractiveness and competitive positioning in talent markets.
Investment & Market Research
Due Diligence Enrichment Enrich M&A and investment research with Glassdoor firmographic data β company size, revenue, growth indicators, and workforce sentiment for target evaluation.
Industry Benchmarking Aggregate salary and hiring data across industry verticals to generate market reports, compensation surveys, and workforce planning intelligence.
FAQ
How many countries does the Glassdoor Hiring Scraper support?
The API supports 70+ countries including the US, UK, Germany, Canada, Australia, India, and many others. Use the country parameter to target specific markets.
What salary data is available per listing?
Each listing includes salary_minimum, salary_maximum, salary_currency, and salary_period. Availability depends on whether the employer or Glassdoor provides salary estimates.
Can I filter by posting date?
Yes. Use the posted_since parameter with relative timeframes ("7 days", "1 month") or absolute ISO dates ("2024-08-25") to extract only recent listings.
How is company firmographic data structured?
Each listing includes company_name, company_industry, company_revenue, employee_count, company_rating, review_count, company_website, and company_addresses.
Can I extract data for multiple search terms in one run?
Yes. Pass an array of search terms and all are processed sequentially in a single actor run, with results merged into one dataset.
What happens when salary data is unavailable?
Fields like salary_minimum and salary_maximum return null when the employer has not disclosed compensation. This is expected for some listings.
SEO Keywords & Search Terms
Primary Keywords
Glassdoor scraper API, Glassdoor job extraction, Glassdoor salary data API, Glassdoor company reviews extraction, Glassdoor hiring intelligence, salary benchmarking API
Long-Tail Keywords
extract Glassdoor salary ranges API, Glassdoor company ratings scraper, Glassdoor job listings structured data, compensation benchmarking Glassdoor extraction, Glassdoor firmographic data pipeline, Glassdoor 40 fields salary distribution employee reviews extraction, Glassdoor recruitment intelligence API hiring trends compensation, bulk Glassdoor scraper structured JSON ATS integration pipeline, Glassdoor employer brand monitoring talent acquisition intelligence
Industry Terms
compensation analysis, salary intelligence, pay equity, employer brand monitoring, talent acquisition data, workforce analytics, HR data pipeline
Trust & Certifications
- β Enterprise Ready - Processing thousands of listings per run with 99.9% uptime
- β GDPR Compliant - EU data protection standards
- β 70+ Country Coverage - Global salary intelligence
- β Regular Updates - Continuous maintenance for platform changes
Legal & Compliance
Data Rights & Usage
All data extracted by this actor originates from publicly accessible Glassdoor job listings. Users are responsible for ensuring their use complies with applicable laws and Glassdoor's Terms of Service.
Privacy Compliance
- GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- CCPA: Compliant with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with Glassdoor's Terms of Service regarding data usage. This tool accesses only publicly available job listing information.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Job Scraper - Multi-Platform Job Data Extraction API
- Indeed Hiring Scraper - Indeed Job Extraction & Market Intelligence
- LinkedIn Hiring Scraper - LinkedIn Job Data Extraction & Talent Intelligence
- Glassdoor Hiring Scraper - Glassdoor Salary Intelligence & Company Reviews (This Tool)
- LinkedIn Company Scraper - LinkedIn Company Data Extraction & Firmographic Intelligence
- LinkedIn Profile Scraper - LinkedIn Profile Data Extraction & Professional Intelligence
- Reddit Author Scraper - Reddit Author Profile Extraction & Activity Analysis
- Reddit Viral Scraper - Reddit Viral Content Extraction & Trend Intelligence
- SubReddit Info Scraper - Subreddit Metadata Extraction & Community Intelligence
- SubReddit Post Scraper - Subreddit Post Extraction & Content Analysis
- Subreddit Member Scraper - Subreddit Member Extraction & Audience Analysis
Telegram
- Telegram Chat Scraper - Telegram Chat Message Extraction & Content Analysis
- Telegram Group Inviter - Telegram Group Member Invitation & Management
- Telegram Info Scraper - Telegram Entity Metadata Extraction & Intelligence
- Telegram Member Scraper - Telegram Group Member Extraction & Audience Data
- Telegram Private Group Scraper - Telegram Private Group Data Extraction & Analysis
X / Twitter
- Twitter Community Scraper - Twitter Community Extraction & Member Analysis
- X Info Scraper - X/Twitter Profile Extraction & User Intelligence
TikTok
- TikTok Creator Scraper - TikTok Creator Profile Extraction & Analytics
- TikTok Live Downloader - TikTok Live Stream Recording & Download
- TikTok Transcript - TikTok Video Transcription & Content Extraction
Video & Content
- All Video Scraper - Multi-Platform Video Download & Extraction (1000+ Sites)
- Video Caption Scraper - Video Caption Extraction & Subtitle Data
- Video Transcript - Universal Video Transcription & AI Training Data
- Video to Social Post - Video Content Conversion & Social Media Repurposing
- Live Stream Transcript - Live Stream Transcription & Real-Time Content Extraction
YouTube
- YouTube Transcript - YouTube Video Transcription & Speech Extraction
- Youtube Info Scraper - YouTube Channel & Video Metadata Extraction
Real Estate
- Realtor Property Scraper - Realtor.com Property Data Extraction & Market Intelligence
- Zillow For Sale Scraper - Zillow Property Listing Extraction & Real Estate Data
Maps & Local
- Google Maps Store Scraper - Google Maps Business Data Extraction & Local Intelligence
Support & Community
- π₯ Community: @Apify_Actor
- π€ Contact Team: @AiAgentApi
Last Updated: June 24, 2026


