
Glassdoor Premium Jobs Scraper
Pricing
$19.99/month + usage

Glassdoor Premium Jobs Scraper
Extract Glassdoor job posts including salary, skills, experience, direct apply url, company socials and ratings. Search with custom keywords or predefined job titles and locations. Bulk URL support for scaling your Job Automation. Export as JSON, CSV, Excel, XML, HTML Table, RSS
5.0 (3)
Pricing
$19.99/month + usage
7
Total users
100
Monthly users
8
Runs succeeded
>99%
Issues response
4.3 hours
Last modified
2 days ago
You can access the Glassdoor Premium Jobs Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.0", "x-build-id": "lad8l48dVuJWbV7dm" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/radeance~glassdoor-jobs-scraper/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-radeance-glassdoor-jobs-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/radeance~glassdoor-jobs-scraper/runs": { "post": { "operationId": "runs-sync-radeance-glassdoor-jobs-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/radeance~glassdoor-jobs-scraper/run-sync": { "post": { "operationId": "run-sync-radeance-glassdoor-jobs-scraper", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "job_title": { "title": "Job Title", "enum": [ "3d-designer", "api-testing", "application-engineer", "artificial-intelligence-engineer", "aws-cloud-engineer", "backend-engineer", "c-developer", "chief-operating-officer", "cloud-services-developer", "cybersecurity", "data-analyst", "data-engineer", "data-scientist", "database-developer", "designer", "devops-engineer", "engineering-manager", "flutter-developer", "frontend-engineer", "full-stack-engineer", "full-stack-software-engineer", "game-developer", "game-producer", "go-developer", "graphql-developer", "html-css", "java-backend-developer", "leadership", "machine-learning-engineer", "marketing-operations", "marketing-research-analyst", "mobile-engineer", "network-administrator", "power-bi-developer", "product-designer", "product-manager", "product-owner", "python-developer", "react-native", "sales-director", "sales-representative", "sem-manager", "software-architect", "software-engineer", "swift-developer", "systems-administrator", "tableau-developer", "ui-developer", "unity-developer", "ux-engineer", "vp-of-strategy", "web-analytics", "web-designer", "website-testing", "wordpress-developer" ], "type": "string", "description": "Select desired job title", "default": "software-engineer" }, "job_location": { "title": "Job Location", "enum": [ "remote", "australia", "austria", "canada", "china", "france", "germany", "india", "japan", "netherlands", "nigeria", "poland", "spain", "switzerland", "united-kingdom", "united-states", "amsterdam", "austin", "bangalore", "barcelona", "beijing", "berlin", "boston", "chennai-tn", "chicago", "denver", "district-of-columbia", "dublin", "hong-kong", "lagos", "lagos-mainland", "london", "los-angeles", "madrid", "melbourne", "montreal", "mumbai", "new-delhi", "new-york", "paris", "san-francisco", "seattle", "shanghai", "sydney", "tokyo", "toronto", "vancouver", "vienna", "warsaw" ], "type": "string", "description": "Select desired job location", "default": "new-york" }, "keyword": { "title": "Search Keyword", "type": "string", "description": "Enter a custom keyword or job title to search for. If you leave this field empty, the actor will use the job title selected above." }, "location": { "title": "Custom Job Location", "type": "string", "description": "Enter a custom job location to search for. If you leave this field empty, the actor will use the job location selected above." }, "direct_apply": { "title": "Include Direct Apply Link on Company Website (Paid-Only Feature)", "type": "boolean", "description": "If enabled, the scraper follows redirects to include a direct apply link to the company website in the output if available 💡 This feature will make the run a bit slower.. Default: false (no direct apply link)", "default": false }, "remote_only": { "title": "Remote Jobs Only", "type": "boolean", "description": "Filters job listings by remote only option. Default: false (no filter)", "default": false }, "easy_apply": { "title": "Easy Apply Only", "type": "boolean", "description": "Filters job listings if easy apply option is available. Default: false (no filter)", "default": false }, "job_posted": { "title": "Job(s) posted in the last", "pattern": "^(\\d+)\\s*(day|week|month|year)s?$", "type": "string", "description": "Select relative date in format: {number} {unit}" }, "min_salary": { "title": "Min Salary", "minimum": 0, "maximum": 1000000, "type": "integer", "description": "Filters job listings by minimum salary. Default: 0 (no filter)", "default": 0 }, "max_salary": { "title": "Max Salary", "minimum": 0, "maximum": 1000000, "type": "integer", "description": "Filters job listings by maximum salary. Default: 0 (no filter)", "default": 0 }, "company_industry": { "title": "Filter jobs by company industry (Multi-Select)", "uniqueItems": true, "type": "array", "description": "Filter listings by company industries. Default: no filter", "items": { "type": "string", "enum": [ "accounting-tax", "advertising-public-relations", "banking-lending", "beauty-personal-accessories-stores", "beauty-wellness", "biotech-pharmaceuticals", "broadcast-media", "business-consulting", "catering-food-service-contractors", "civic-social-services", "colleges-universities", "computer-hardware-development", "debt-relief", "department-clothing-shoe-stores", "enterprise-software-network-solutions", "film-production", "financial-transaction-processing", "food-beverage-manufacturing", "grantmaking-charitable-foundations", "hr-consulting", "health-care-services-hospitals", "information-technology-support-services", "insurance-agencies-brokerages", "insurance-carriers", "internet-web-services", "investment-asset-management", "legal", "legal-services", "municipal-agencies", "national-agencies", "other-retail-stores", "primary-secondary-schools", "publishing", "research-development", "restaurants-cafes", "software-development", "sports-recreation", "staffing-subcontracting", "state-regional-agencies", "stock-exchanges", "travel-agencies" ], "enumTitles": [ "Accounting & Tax", "Advertising & Public Relations", "Banking & Lending", "Beauty & Personal Accessories Stores", "Beauty & Wellness", "Biotech & Pharmaceuticals", "Broadcast Media", "Business Consulting", "Catering & Food Service Contractors", "Civic & Social Services", "Colleges & Universities", "Computer Hardware Development", "Debt Relief", "Department, Clothing & Shoe Stores", "Enterprise Software & Network Solutions", "Film Production", "Financial Transaction Processing", "Food & Beverage Manufacturing", "Grantmaking & Charitable Foundations", "HR Consulting", "Health Care Services & Hospitals", "Information Technology Support Services", "Insurance Agencies & Brokerages", "Insurance Carriers", "Internet & Web Services", "Investment & Asset Management", "Legal", "Legal Services", "Municipal Agencies", "National Agencies", "Other Retail Stores", "Primary & Secondary Schools", "Publishing", "Research & Development", "Restaurants & Cafes", "Software Development", "Sports & Recreation", "Staffing & Subcontracting", "State & Regional Agencies", "Stock Exchanges", "Travel Agencies" ] } }, "company_sector": { "title": "Filter jobs by company sector (Multi-Select)", "uniqueItems": true, "type": "array", "description": "Filter listings by company sectors. Default: no filter", "items": { "type": "string", "enum": [ "arts-entertainment-recreation", "education", "financial-services", "government-public-administration", "healthcare", "hotels-travel-accommodation", "human-resources-staffing", "information-technology", "insurance", "legal", "management-consulting", "manufacturing", "media-communication", "nonprofit-ngo", "personal-consumer-services", "pharmaceutical-biotechnology", "restaurants-food-service", "retail-wholesale" ], "enumTitles": [ "Arts, Entertainment & Recreation", "Education", "Financial Services", "Government & Public Administration", "Healthcare", "Hotels & Travel Accommodation", "Human Resources & Staffing", "Information Technology", "Insurance", "Legal", "Management & Consulting", "Manufacturing", "Media & Communication", "Nonprofit & NGO", "Personal Consumer Services", "Pharmaceutical & Biotechnology", "Restaurants & Food Service", "Retail & Wholesale" ] } }, "company_rating": { "title": "Company Rating (0-5 Stars)", "minimum": 0, "maximum": 5, "type": "integer", "description": "Filters job listings by minimum company rating. Default: 0 (no filter)", "default": 0 }, "max_pages": { "title": "Max Pages", "minimum": 1, "maximum": 30, "type": "integer", "description": "Maximum number of pages to scrape for every listing url. Default: 3", "default": 3 }, "max_items": { "title": "Max Job posts (Max items)", "minimum": 1, "maximum": 10000, "type": "integer", "description": "Maximum number of jobs to scrape. Default: 100", "default": 100 }, "sorting": { "title": "Sort Jobs", "enum": [ "newest", "oldest" ], "type": "string", "description": "Sorting method for job listings. Default: 'newest'. Options: 'newest', 'oldest'", "default": "newest" }, "only_unique_jobs": { "title": "Only Unique Jobs", "type": "boolean", "description": "If checked, the actor will keep only unique job posts. This is useful to avoid duplicates in the dataset.", "default": true }, "monitoring_mode": { "title": "Monitoring Mode - Only new jobs", "type": "boolean", "description": "If checked, the actor will only scrape new job posts that have not been previously scraped. This is useful for monitoring job listings over time. If unchecked, it will scrape all job posts from the specified URLs.", "default": true }, "urls": { "title": "Job Listings / Job Page URLs", "type": "array", "description": "Job Listings / Job Page URLs to scrape. You can specify multiple URLs by clicking on the Add button or in bulk by clicking on the Bulk edit button. Maximum Allowed URLs is 5 at a time, others will be disregarded. ⚠️ Warning, by using this field the job & location parameters will be ignored.", "items": { "type": "string" } }, "page_offset": { "title": "Offset pages (Paid Only Feature)", "minimum": 1, "maximum": 1000, "type": "integer", "description": "The page number the scraper should scrape from. Defaults to 1", "default": 1 }, "proxySettings": { "title": "Proxy configuration", "type": "object", "description": "Select proxies to be used by your crawler." } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}
Glassdoor Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Glassdoor Premium Jobs Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: