Glassdoor Job Scraper avatar
Glassdoor Job Scraper
Try for free

1 day trial then $29.00/month - No credit card required now

View all Actors
Glassdoor Job Scraper

Glassdoor Job Scraper

newbs/glassdoor-job-scraper
Try for free

1 day trial then $29.00/month - No credit card required now

"Discover your next career move with our powerful Glassdoor Scraper! In just a few clicks, explore countless job postings, company ratings, salary details, and more, from any city worldwide. Let's navigate the job market together - try it out today!"

Others Job Scrapers ⚙️

RemoteOk Premium Job Scraper. Craiglist Scraper Premium. Indeed Job Scraper.

Input

The actor takes in the following input:

  • jobTitle (required) - The title of the job to search for.
  • location (required) - The location where the job search will be performed.
  • numberOfPages (required) - The number of job pages listings to scrape.
  • globalTimeoutSecs (optional) - The maximum time the actor will run for. The default value is 300 seconds.

Output

The actor outputs an array of objects, where each object represents a single job listing. The object includes the following details for each job listing:

  • jobTitle - The title of the job listing.
  • companyName - The name of the hiring company.
  • location - The location of the job.
  • salary - The salary information, if available.
  • jobDescription - The description of the job listing.
  • more below in the example output

Usage

To use this actor, you can set up a task on Apify and configure the input parameters as desired. Once the task is started, the actor will scrape the specified number of job listings for the specified job title and location, and output the details in the format described above.

Example Input

1{
2  "jobTitle": "Software Engineer",
3  "location": "San Francisco",
4  "numberOfPages": 1,
5  "globalTimeoutSecs": 300
6}

Example Output

1[
2{
3	"title": "DevOps Engineer",
4	"url": "https://www.glassdoor.co.uk/job-listing/devops-engineer-adinmo-JV_KO0,15_KE16,22.htm?jl=1008933789604",
5	"salary": "50000$ - 70000$ a year",
6	"datePosted": "2023-10-18T00:00:00",
7	"employmentType": "FULL_TIME",
8	"validThrough": null,
9	"employer": "AdInMo",
10	"employerLogo": "https://media.glassdoor.com/sql/3615623/adinmo-squarelogo-1598033928727.png",
11	"employerUrl": "https://www.glassdoor.com/Overview/Working-at-AdInMo-EI_IE3615623.11,17.htm",
12	"location": null,
13	"region": null,
14	"country": "United Kingdom",
15	"latitude": null,
16	"longitude": null,
17	"description": "This is a great time to join Team AdInMo to help us grow and scale our in-game advertising platform where you will be collaborating with our SDK, database and architecture teams to implement best practices, systems and tools in the DevOps toolchain.  You will have responsibility for the AdInMo infrastructure with the goal to deliver a robust and scalable solutions with a focus on reliability, resiliency, performance and security. You’ll be working with big data, ad tech and game developers in a rapidly scaling start-up environment.  Part-time/Full-time: UK or Remote (Europe)",
18	"salaryCurrency": "GBP",
19	"estimatedSalary": null,
20	"baseSalary": null,
21	"jobLocation": {
22		"@type": "Place",
23		"address": {
24			"@type": "PostalAddress",
25			"addressRegion": null,
26			"addressCountry": {
27				"@type": "Country",
28				"name": "United Kingdom"
29			}
30		},
31		"geo": {
32			"@type": "GeoCoordinates",
33			"latitude": 54,
34			"longitude": -2
35		}
36	},
37	"educationRequirements": {
38		"@type": "EducationalOccupationalCredential",
39		"credentialCategory": ""
40	},
41	"experienceRequirements": {
42		"@type": "OccupationalExperienceRequirements",
43		"monthsOfExperience": "",
44		"description": "SDKs"
45	},
46	"experienceInPlaceOfEducation": null,
47	"industry": "Media & Communication",
48	"jobBenefits": null,
49	"directApply": null,
50	"employerDetail": {
51		"id": 3615623,
52		"industry": "Video Game Publishing",
53		"industryId": 200083,
54		"sector": "Media & Communication",
55		"sectorId": 10016,
56		"size": "1 to 50 Employees",
57		"activeStatus": "INACTIVE",
58		"location": "Remote",
59		"locationId": 11048,
60		"locationType": "S",
61		"name": "AdInMo Ltd",
62		"profileId": 1824280,
63		"eepStatus": "Non-sponsored"
64	}
65}
66]

Disclaimer

Please note that the use of this actor and any data obtained through its use is at your own risk. The developer of this actor is not responsible for any consequences resulting from the use of this actor and the data it generates. It is your responsibility to ensure that you comply with all applicable laws and regulations governing the use of such data.

Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 98.1% runs succeeded
  • 0.0 days response time
  • Created in May 2023
  • Modified 2 months ago