Is there any way to take the list of available positions for a pany from JobVite using javascript (I would prefer if it returned JSON)?
I would like to take 5 random open position and display them in a recruiting region on the website I am working on.
Is there any way to take the list of available positions for a pany from JobVite using javascript (I would prefer if it returned JSON)?
I would like to take 5 random open position and display them in a recruiting region on the website I am working on.
Share Improve this question asked Apr 7, 2011 at 8:19 RazvanRazvan 611 silver badge9 bronze badges 1- I didn't find any ... but I'm still searching :| – Razvan Commented Apr 7, 2011 at 8:26
3 Answers
Reset to default 7I can confirm that Jobvite DOES have an API, and it returns results in JSON! You need to submit a request to obtain an API key. (Look in the Category dropdown menu)
http://recruiting.jobvite./support/customer
Yes. You'll need an API key and secret as blastronaut points out. Then hit this URL:
https://api.jobvite./v1/jobFeed?api=KEY&sc=SECRET&panyId=COMPANYID
The API documentation is here: Jobvite Services API PDF
Well, if they have no API, I guess you're going to need to use cURL or something similar and then your PHP could return JSON encoded results?
Failing that, you might check out: https://github./dylang/jobvite