スマートフォン向けのバックエンドでユーザー管理やプッシュ通知などのサーバ処理を担当してくれるwebサービスParse社の求人ページで、APIによる応募手順が公開されています。
(応募用メールアドレスの情報に続けて)または、ボーナスポイントとして、次の手段で応募してください(こちら経由の応募者は優遇します):
Or, for bonus points, do the following to apply instead (we’ll give these applications higher priority):
POSTを以下に、
Send a POST to:https://www.parse.com/jobs/apply
Content-Typeをapplication/jsonで、bodyに以下のキーを入れた正しいJSONで送ってください
with the Content-Type set to application/json, and the body as valid JSON with the following keys:name: String with your name (required)
email: String with your email address (required)
about: String describing why you think Parse is a great fit for you (required)
urls: Array of strings with links to your resume, site, or code samples (required)成功時には本文が空の応答が200で返ります。複数回応募した場合は、最後のものを見ます。
You will receive a blank 200 response on success. If you apply multiple times, we will look at your latest.
APIはJSONを投げる簡単なPOSTリクエストですが、できないことをできると言って履歴書を送ってくる人が多いアメリカでは特に、ふるい落としの方法として役立つのかもしれません。