Baselight

US Jobs On Monster.com

22,000 US-based Job Listings

@kaggle.promptcloudhq_us_jobs_on_monstercom

Loading...
Loading...

About this Dataset

US Jobs On Monster.com

Context

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.

Content

This dataset has following fields:

  • country
  • country_code
  • date_added
  • has_expired - Always false.
  • job_description - The primary field for this dataset, containing the bulk of the information on what the job is about.
  • job_title
  • job_type - The type of tasks and skills involved in the job. For example, "management".
  • location
  • organization
  • page_url
  • salary
  • sector - The industry sector the job is in. For example, "Medical services".

Acknowledgements

This dataset was created by PromptCloud's in-house web-crawling service.

Inspiration

  • 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?

Tables

Monster Com Job Sample

@kaggle.promptcloudhq_us_jobs_on_monstercom.monster_com_job_sample
  • 30.99 MB
  • 22000 rows
  • 14 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.