US Jobs On Monster.com
22,000 US-based Job Listings
@kaggle.promptcloudhq_us_jobs_on_monstercom
22,000 US-based Job Listings
@kaggle.promptcloudhq_us_jobs_on_monstercom
This is a pre-crawled dataset, taken as subset of a bigger dataset (more than 4.7 million job listings) that was created by extracting data from Monster.com, a leading job board.
This dataset has following fields:
countrycountry_codedate_addedhas_expired - Always false.job_description - The primary field for this dataset, containing the bulk of the information on what the job is about.job_titlejob_type - The type of tasks and skills involved in the job. For example, "management".locationorganizationpage_urlsalarysector - The industry sector the job is in. For example, "Medical services".This dataset was created by PromptCloud's in-house web-crawling service.
What kinds of jobs titles correspond with what kinds of wages?
What can you learn about the Moster.com-based US job market based on analyzing the contents of the job descriptions?
How do job descriptions different between different industry sectors?
CREATE TABLE monster_com_job_sample (
"country" VARCHAR,
"country_code" VARCHAR,
"date_added" TIMESTAMP,
"has_expired" VARCHAR,
"job_board" VARCHAR,
"job_description" VARCHAR,
"job_title" VARCHAR,
"job_type" VARCHAR,
"location" VARCHAR,
"organization" VARCHAR,
"page_url" VARCHAR,
"salary" VARCHAR,
"sector" VARCHAR,
"uniq_id" VARCHAR
);Anyone who has the link will be able to view this.