Glassdoor Scraper avatar
Glassdoor Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Glassdoor Scraper

Glassdoor Scraper

alexey/glassdoor-jobs-scraper

Scrapes job data from Glassdoor. Fast and free Glassdoor Scraper to extract all data from job listings including salaries, companies, and reviews.

Actor - Glassdoor jobs scraper

Glassdoor jobs, salaries, companies and reviews scraper

Glassdoor crawler provides more data than Glassdoor API and publicly available. Official API only provides search for companies and only to partners, while this actor will provide you with full details about available jobs either from direct search for jobs or by parsing opened jobs positions from companies search. No login required so you can collect this data without exposing your Glassdoor account.

Salary information parsed as "estimated by Glassdoor" - if there is no estimation then there will be no data about salary. Estimated salary is data object like this:

1{
2    "@type": "MonetaryAmount",
3    "currency": "USD",
4    "value": {
5        "@type": "QuantitativeValue",
6        "minValue": "100175",
7        "maxValue": "130992",
8        "unitText": "YEAR"
9    }
10}

In case if company reviews searched then parsing done in two steps - actor getting search results which is the list of companies, then for each company we getting jobs posted. So jobs from company can be from zero to dozens.

Input parameters

The input of this scraper should be JSON containing the list of pages on Instagram that should be visited. Required fields are:

FieldTypeDescription
queryStringQuery to search for Glassdoor jobs or companies.
categoryStringJobs or Companies, any other value will be reset to Jobs. Glassdor also provides Salaries and Interviews but this results can not be logically mapped to Jobs, so not supported by actor.
locationString(optional) Location search based on suggestions from Glassdoor and first match from the list will be used for actual search. If there is no match then actor will fail with error.
maxResultsInteger(optional) How many items should be loaded from search results, if not specified then actor will try to parse all search results available.

Glassdoor jobs scraper Input example

1{
2    "query": "Project manager",
3    "category": "Jobs",
4    "location": "New Yourk",
5    "maxResults": 50
6}

During the run

During the run, the actor will output parsed URLs and status messages. Since no login required you can check parsed pages in more details if you want by opening them directly in browser. This might be helpful in particular if you not have or not want to use web login: not logged web users redirected to signup form by Glassdor after two-three navigations between pages. As alternative you can browse pages by direct URLs in incognito browser mode.

Scraped Glassdoor jobs

The structure of each job item in output looks like below, please note that jobDetails can be a really long string, because its parsed from the entire page section. This is also the reason why formatting for it might be not 100% accurate. Id is job listing Id as in Glassdoor and expected to be unique.

1{
2  "id": 3372440104,
3  "employerName": "Valeo",
4  "employerRating": null,
5  "jobTitle": "PROJECT TECHNICAL MANAGER",
6  "jobLocation": {
7    "@type": "Place",
8    "address": {
9      "@type": "PostalAddress",
10      "addressLocality": "Prague",
11      "addressRegion": "52",
12      "addressCountry": {
13        "@type": "Country",
14        "name": "CZ"
15      }
16    },
17    "geo": {
18      "@type": "GeoCoordinates",
19      "latitude": "50.0833",
20      "longitude": "14.4667"
21    }
22  },
23  "url": "https://www.glassdoor.com/job-listing/product-manager-pipedrive-JV_IC2296178_KO0,15_KE16,25.htm?jl=3381569011",
24  "jobDetails": "Ready to tackle the challenges of the vehicle of the future? Join Valeo and revolutionize the comfort and well-being of all passengers! We are looking for an experienced TECHNICAL PROJECT MANAGER, who will be managing work of R&D project contributors and be responsible for detailed scheduling and budgeting.YOU GET THE OPPORTUNITY OF*Leads the project development phase from concept definition/RFQ till customer validation.*Secure Valeo development process and rules*Perform change management if required*Is responsible for the development of the complete product*Coordinates R&D team (e.g Mechanical leader, Electronic leader, Mechanical leader, Validation leader)*Answering technical part of RFQs *Analysis of customer requirements*Leads technically and supports the industrialization (design for manufacturing)*Represents R&D team toward project management, organization, and customer*Develop and control R&D project budget*Report R&D project status to Project Manager and Steering committee*Secure quality and process of product development*To plan R&D activities and make sure the right resources are assigned by the métiers (people & means)*To perform risk identification and develop project risks mitigation plan*To analyse the impact of change requests (customer and internal) and follow their implementation*To manage product’s configuration and the delivery (product / documentation)*Perform Design and Technical Reviews IF YOU HAVE* Masters degree in technical area in one of the technical fields (electronics, software, automotive, electrical engineering, automatization, machinery, physics, mechatronics, industrialization)* At least 3 years of experience in projects as project team member/project manager* Excellent English communication skills for daily communication* Driving licence and willingness to travel to customer meetings in Europe* Results oriented person with leadership skills* Team player, assertive, open-minded, decision making personalityWE OFFER* Work in a stable international company (in a multinational team) on challenging projects with huge impact on whole automotive industry* Automotive environment with cutting-edge technologies* Cooperation with Valeo development sites worldwide* Possibility to see the whole development process in one place from an idea (customer requirement) to a product testing and manufacture* Personal development through Special Trainings and Language Courses* Competitive package of benefits including 6 weeks of vacation, flexible working hours and home office possibility, company canteen, meal and free time vouchers, additional financial bonuses dependent on the results of the team or company, easy access to work by Prague public transportation, company car park, fitness and outdoor playground etc.",
25  "companyDetails": {
26    "@type": "Organization",
27    "name": "Pipedrive",
28    "logo": "https://media.glassdoor.com/sqll/963206/pipedrive-squarelogo-1429226256313.png",
29    "sameAs": "www.pipedrive.com",
30    "Website": "www.valeo.com",
31    "Headquarters": "Paris (France)",
32    "Size": "10000+ employees",
33    "Founded": "1923",
34    "Type": "Company - Public (FR)",
35    "Industry": "Transportation Equipment Manufacturing",
36    "Revenue": "$10+ billion (USD) per year",
37    "Competitors": "Robert Bosch, Visteon"
38  },
39  "datePosted": "2019-11-07"
40}

CU usage examples

1{
2  "query": "web",
3  "category": "Companies",
4  "location": "Prague",
5  "maxResults": 20
6}

Compute units​ 0.2021

AverageMax
Memory152.3 MB241 MB
CPU6%65%
1{
2  "query": "project manager",
3  "category": "Jobs",
4  "location": "Prague",
5  "maxResults": 50
6}

Compute units​ 0.1341

AverageMax
Memory144.6 MB215.8 MB
CPU4%38%
Developer
Maintained by Community
Categories