Skip to main content
GET
Get Company Job
Looks a job up by the slugs Hirebase uses in public URLs. Active jobs are checked first; if none match, expired postings are searched, so links keep resolving after a role closes.
Requires authentication. API-key calls bill 1 unit of m_jobs_api_calls.

Endpoint

Path Parameters

string
required
The company’s slug, as returned by Search Companies (company_slug).
string
required
The job’s slug (job_slug on job objects).

Query Parameters

string
Optional job ID to disambiguate when a company has reused the same slug.

Response

array
Matching job objects — the same shape as Get Job by ID. Usually one entry.
Returns 404 when neither an active nor an expired posting matches.

Example