This is a simple web crawler written in Python. Before running the script, please install requests, BeautifulSoup and pandas modules first.
run the following command in terminal
pip install requests
pip install BeautifulSoup
pip install pandas
-
Download jobstreet_crawler.py file from the repo.
-
Change the key_words parameters to a list of job roles you want to crawl, e.g., key_words = ['data scientist', 'java developer']
-
Run the following command in terminal to start crawling, after crawling a .csv file will be generated for each job role (a sample output file can be found under the repo as well):
python jobstreet_crawler.py
Notice: this script doesn't require any of your jobstreet.com account information