TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jobseekers Invited to “Apply Via API”

211 pointsby apievangelistover 13 years ago

18 comments

Cushmanover 13 years ago
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_chesterover 13 years ago
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 未加载
drfloobover 13 years ago
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.
chrisackyover 13 years ago
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 未加载
eekfuhover 13 years ago
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 未加载
leeoniyaover 13 years ago
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 未加载
shanemhansenover 13 years ago
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 未加载
angusgrover 13 years ago
- 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 未加载
Fizzerover 13 years ago
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 未加载
gstarover 13 years ago
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 未加载
scotty79over 13 years ago
They could take it a bit further and provide full recruitment process and the employment itself via api.
michaelcampbellover 13 years ago
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.
minikomiover 13 years ago
The first thing which sprang to mind was an ASCII art profile photo in the about string
robryanover 13 years ago
Should have to make a request to get the resources that you can post to.
评论 #3545539 未加载
kevinburkeover 13 years ago
Shouldn't their jobs site return a 204 instead of an empty 200 response?
评论 #3545245 未加载
dedeneover 13 years ago
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.
gexlaover 13 years ago
There are also a bunch of Chrome and Firefox add-ons which would make this very easy.
killernoobover 13 years ago
Is the page down?? Anyone? I am getting a 406 network error!