Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Sunday, December 9, 2018

Job Crawlers

Did you know you can create job crawlers with python? I won't say it is easy but it is not rocket science either. I have uploaded a crawler in the github link below.

It crawls and creates a dictionary of jobs from Caesars Entertainment company
    You can view the jobs on their careers page: https://caesars.taleo.net/careersection/czr_ext_cs/jobsearch.ftl?lang=en&portal=8100120159

A json request is created with the appropriate body and headers. The json response is then parsed to create a dictionary of jobs

GitHub link: https://github.com/rsk2/job-crawlers/tree/master/Job%20Crawlers