/job-list-scraping

Scrape information from a local job listing website and perform analysis

Primary LanguageJupyter Notebook

JobStreet Scraping

This repository contains 2 directories.

  • Scripts: contains the Python script which is used to scrape information from a local job listing website JobStreet. This script scrapes the links of the job listings of the exact search "data scientist". Then, it loop through all the links and scrape targeted informations from each of the page. Finally, the data is saved in a .csv file, delimited by ";".
  • Analysis: contains a Jupyter Notebook which performs data cleaning and data analysis of the scraped data. Below is the plot from the analysis