So SO has an API for most of the site(questions, members, etc.), but I was unable to find any information on an public API for the Careers site. Does one exist? If not, is there any plans for one?

share|improve this question

1 Answer

up vote 2 down vote accepted
+50

For jobs, our “API” is the RSS feed. You can get a feed of any search of jobs, look for the RSS icon in the search form in the right-hand sidebar, eg here.

We also have an API for employers to post jobs.

What use cases are you hoping for in an API for Careers?

share|improve this answer
I am writing an API library that gets job postings for a number of websites that have public APIs. I've done a number of sites, and decided to look at SO. In the end, I am simply looking for a way to programmatically get a list of the jobs on the Careers site. This would include a list of the jobs using the search parameters, but also an API call to get the information on a specific job. Seems that the RSS feed can give me the jobs, but I don't really see a way to get the job information other than scraping the HTML from the page. – Eclipsed4utoo Dec 11 '12 at 14:14
Looking at the API for employers, it would be great to be able to make an API call and get this back for an individual job. – Eclipsed4utoo Dec 11 '12 at 14:16

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged