Skip to content

Gathers unemployment data from the Bureau of Labor Statistics and job posting data from Indeed.com. For www.ismyjobinanotherstate.com

Notifications You must be signed in to change notification settings

csaid/IsMyJobInAnotherState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsMyJobInAnotherState

I used this for my website: www.ismyjobinanotherstate.com.

  • job_reader.py gathers unemployment data from the Bureau of Labor Statistics and job posting data from Indeed.com.
  • results.pickle contains the number of job postings for each job subcategory and state, as of February 2014.
  • scores.json contains the number of job postings for each job subcategory and state divided by the unemployment count for that state, again as of February 2014.

If you are happy with data from Februrary 2014, just use results.pickle and scores.json. If you want newer data and want to run job_reader.py, you will first need to get a publisher ID from Indeed.com to access to their XML Feed. Then, edit this line in job_reader.py...

client = IndeedClient(publisher=EnterYourOwnPublisherIDHere)

... so that your publisher ID is used instead.

Job categories and subcategories come from Indeed.com. I don't know how they decided on these categories.

About

Gathers unemployment data from the Bureau of Labor Statistics and job posting data from Indeed.com. For www.ismyjobinanotherstate.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages