最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Take jobs from jobvite with javascript - Stack Overflow

programmeradmin2浏览0评论

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
Add a ment  | 

3 Answers 3

Reset to default 7

I 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

发布评论

评论列表(0)

  1. 暂无评论