Closed Bobleyl closed 4 years ago
I sent an email on Jan 28th inquiring about getting an api key for glassdoor. Still no response. I'll follow up again Tuesday if I haven't heard back yet
Handshake API
honestly doesn't have much...
https://github.com/joinhandshake/documentation/blob/master/api.rst
[GET] /career_interests [GET] /jobs
{
success: true,
jobs: [
{
title: 'Engineering Intern'
}
]
}
Monster API: Basically, we just authenticate with the first step here. Then we can simply query jobs with different filters. One thing it does not include is salary/bonus info, but it has pretty much everything else we could want.
Indeed has two API's that look useful: http://opensource.indeedeng.io/api-documentation/docs/get-job/ http://opensource.indeedeng.io/api-documentation/docs/job-search/