Search millions of jobs and get the inside scoop on companies
*Enter valid email address
We have sent you an email with the setup. Please install DataKund on your windows and run the bot
Download Datakund to run this Bot on your Desktop If already downloaded , please run datakund on your desktop Then hit the Run Button which will show Above You can also run the bot in Telegram
Decription
How to make this Bot
Output
Code
Scrape Jobs From Glassdoor
Glassdoor is an American website where current and former employees anonymously review companies. Glassdoor also allows users to anonymously submit and view salaries as well as search and apply for jobs on its platform.
This bot Auto Sign-in your Glassdoor account, search the keyword and scraps the job title, company, location, description and stipend of the jobs shown in search results using given keyword.
How to Scrape Glassdoor Jobs?
Run the bot, enter credentials of your glassdoor account and the job title you want to look for and click on submit.
Bot will Automatically Log in your account, search the job and scrape the job title, company, location, description and stipend of the jobs shown in search results using given keyword.
Download the sample output for the bot in XLSX and JSON format.
Bot Studio
from bot_studio import *
dk=bot_studio.new()
res=dk.glassdoor(Email_Address='Email_Address',Password='Password',Job_Title__Keywords_or_Company='Job_Title__Keywords_or_Company')
#res={"body":{data},"errors":{},"success_score":100}
DataKund
var datakund=require("datakund");
datakund.glassdoor('Email_Address','Password','Job_Title__Keywords_or_Company',function(response){
console.log(response);
})
Please login to run the bot
Enter the Inputs and Hit Submit
0 credits left. Please recharge to continue
Click on Switch to the automated browser to see bot runing.