Career-Launchpad / server

1 stars 0 forks source link

API Research #49

Closed Bobleyl closed 4 years ago

Bobleyl commented 4 years ago
kadenBeckstead commented 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

justintunev7 commented 4 years ago

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'
    }
  ]
}
justintunev7 commented 4 years ago

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.

image

image

bradenwatkins commented 4 years ago

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/