Jobs

GET /jobs/{slug}/apply-form Public

The captured ATS application form for the posting.

The questions a candidate will have to answer, shaped for reading. Only captured for a minority of postings (roughly a sixth of technical ATS platforms are readable at all) — no captured form is a 404, distinguishable from an unknown slug (also 404, but at the job lookup rather than the form lookup).

Path parameters

slug string required
The job public_slug.Example senior-go-engineer-acme-1a2b
curl
curl "https://freehire.me/api/v1/jobs/senior-go-engineer-acme-1a2b/apply-form"
json — response
{
  "data": {
    "provider": "greenhouse",
    "basics": ["resume", "phone", "linkedin"],
    "questions": [ { "text": "Why do you want to work here?", "required": true } ]
  }
}

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available