TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jobseekers Invited to “Apply Via API”

211 点作者 apievangelist超过 13 年前

18 条评论

Cushman超过 13 年前
For the lazy:<p><pre><code> javascript:$('div.code.plain').last().html('&#60;form action=#&#62;name:&#60;input name="name"&#62;&#60;br /&#62;email:&#60;input name="email"&#62;&#60;br /&#62;about:&#60;input name="about"&#62;&#60;br /&#62;urls:&#60;input name="urls"&#62;&#60;br /&#62;&#60;p id="status"&#62;&#60;/p&#62;&#60;button&#62;submit&#60;/button&#62;&#60;/form&#62;').find('button').click(function(){var f,o={};for (var k in f=$('form').serializeArray()) {o[f[k].name] = f[k].value};o.urls = o.urls.split(',');$.ajax({url:'/jobs/apply',type:"POST",data:JSON.stringify(o),contentType:"application/json; charset=utf-8",dataType:"json",error: function(d,s){$('#status').text(d.status)}});return false;}) </code></pre> Or is that unsporting somehow? Downvotes suggest yes, but on the other hand it'd be pretty silly for someone to expose an API intending people <i>not</i> to write tools that use it.
评论 #3545279 未加载
评论 #3545399 未加载
评论 #3545299 未加载
jacques_chester超过 13 年前
I've seen job listings embedded in &#60;meta&#62; tags, in HTTP headers, all sorts of odd places. The trick is that some smart person stumbles on it by accident, posts it on their blog, then gets picked up by a major tech site.<p>It's fantastic publicity.
评论 #3545181 未加载
评论 #3545416 未加载
评论 #3546258 未加载
drfloob超过 13 年前
Literally the worst developers I've ever known are the sort that would eat this kind of thing up.<p>The worst developers in my opinion are those that appear highly proficient and effective until they're asked to actually produce something, then never produce anything of value whatsoever. They're infinitely worse than those who are clearly ineffective from the beginning. They're talented but immature; unwilling to do anything they don't see as a game; unable to see everyday tasks as games.
chrisacky超过 13 年前
DELETE <a href="http://parse.com/jobs/apply" rel="nofollow">http://parse.com/jobs/apply</a><p>POST <a href="http://parse.com/jobs/apply" rel="nofollow">http://parse.com/jobs/apply</a><p>= Job?
评论 #3547494 未加载
eekfuh超过 13 年前
There is a billboard around Utah that has a base64 string on it, if you decode it, it reads "head /hi" and if you HEAD their domain/hi it says POST then some params about yourself to /apply.
评论 #3545027 未加载
leeoniya超过 13 年前
neat idea. now if only every employer had the same standard REST api at an agreed upon URI, (like sitemap.xml) so you can mass-apply, mass-update resumes. on their side they can mass-flag, mass filter, prioritize.
评论 #3544978 未加载
评论 #3545068 未加载
shanemhansen超过 13 年前
Make a request to <i>any</i> zappos.com page and look at the response headers. Found this while checking out their site prior to flying out there.<p>They've got flair.
评论 #3545155 未加载
评论 #3545167 未加载
评论 #3545200 未加载
angusgr超过 13 年前
- This seems to almost invite abuse.<p>- Surely a better challenge would be to publish a brief but involved spec, then say "implement this API that returns your job application details." Then they can retrieve the job application from the applicants. Ideally, applicants also publish the source code somewhere, so they can see how you code.<p>- Oh wait, this is #1 on HN and getting tons of views. It has already worked out perfectly for them, and I should stop criticising. :)
评论 #3546319 未加载
Fizzer超过 13 年前
I can imagine a time when this practice becomes so common that spambots start mass-applying, and then employers need to use a CAPTCHA to ensure that only humans are using their API.<p>CAPTCHAs on an API. Never thought I'd see the day...
评论 #3545195 未加载
评论 #3545077 未加载
评论 #3545241 未加载
gstar超过 13 年前
We've been doing this at EDITD for a while too:<p><a href="http://editd.com/jobs/senior-engineer/" rel="nofollow">http://editd.com/jobs/senior-engineer/</a><p>(for example)
评论 #3545219 未加载
评论 #3545338 未加载
评论 #3547802 未加载
评论 #3547226 未加载
评论 #3545109 未加载
评论 #3545215 未加载
scotty79超过 13 年前
They could take it a bit further and provide full recruitment process and the employment itself via api.
michaelcampbell超过 13 年前
That's pretty cool; a variation of the FizzBuzz theme<p>I need to come up with some more of these; FizzBuzz equivalents in various knowledge areas.
minikomi超过 13 年前
The first thing which sprang to mind was an ASCII art profile photo in the about string
robryan超过 13 年前
Should have to make a request to get the resources that you can post to.
评论 #3545539 未加载
kevinburke超过 13 年前
Shouldn't their jobs site return a 204 instead of an empty 200 response?
评论 #3545245 未加载
dedene超过 13 年前
I think it's brilliant!<p>It shows creativity and maybe they will attract less applicants, but for sure applicants who are a fit to their company, their culture and someone with the right set of skills.
gexla超过 13 年前
There are also a bunch of Chrome and Firefox add-ons which would make this very easy.
killernoob超过 13 年前
Is the page down?? Anyone? I am getting a 406 network error!