因此,我想使用Dice.com的API来获取信息图形类型应用程序的数据。
http://www.dice.com/common/content/documentation/api.html
我的问题是,他们需要一个开发人员ID和密码。我不知道从哪里可以得到它,因为它是OAuth令牌所必需的。
我计划使用Node.js向他们的RESTful服务发出请求。如有任何资料,将不胜感激。
发布于 2014-11-11 09:49:55
我给dicemedia@dice.com发了电子邮件(从http://www.programmableweb.com/api/dice-jobs抓取的电子邮件),并得到了回复:
Thanks for your interest in the Dice API! It's currently not available
for public use. We've been field testing it at some events and hope
to open it up by the end of Q2 2015.
We'll definitely make an announcement when it opens up.
Please let me know if you have any other questions.
Thanks!发布于 2016-12-10 19:30:10
我发现很容易开始使用Postman进行黑客攻击(实际上,对于搜索,您可以在浏览器中开始,安装了JSON插件等)。
http://www.dice.com/common/content/util/apidoc/jobsearch.html
https://stackoverflow.com/questions/24947495
复制相似问题