curl --location --request GET 'https://api.hirempire.com/v1/jobs' \
--header 'Authorization: Bearer YOUR_TOKEN'
{
"success": true,
"total_jobs": 1,
"jobs": [
{
"id": "abc123xy-1234-4567-89ab-cdef01234567",
"created_time": "2026-06-20T10:00:00.000Z",
"job_title": "Software Engineer",
"public_slug": "software-engineer-a3f9",
"company_name": "TechCorp",
"company_logo_url": "https://cdn.hirempire.com/logos/techcorp.png",
"department": "Engineering",
"industry": "Software",
"career_level": "senior",
"job_type": "full-time",
"job_mode": "remote",
"job_location": "San Francisco, United States",
"salary": "120000",
"salary_type": "fixed",
"salary_min": null,
"salary_max": null,
"salary_fixed": 120000,
"currency": "USD",
"salary_period": "Per year",
"is_salary_hidden": false,
"job_description": "We are looking for a talented Software Engineer to join our development team.",
"questions": {
"fields": { "show_cover_letter": true, "show_photo": false, "show_languages": true },
"custom": [
{ "id": "q-1", "label": "Why do you want to work with us?", "type": "textarea", "required": true }
]
},
"sources": {
"count": 2,
"items": [
{ "id": "1a2b3c4d-...", "source_name": "LinkedIn", "source_url": "https://jobs.hirempire.com/techcorp/1a2b3c4d-...", "visits": 142, "created_at": "2026-06-18T10:00:00.000Z" },
{ "id": "9z8y7x6w-...", "source_name": "Referral", "source_url": "https://jobs.hirempire.com/techcorp/9z8y7x6w-...", "visits": 36, "created_at": "2026-06-19T08:14:00.000Z" }
]
},
"status": "active",
"applicants": 5
}
]
}
Jobs
Get all jobs
Retrieve all jobs from your Hirempire account
GET
/
v1
/
jobs
curl --location --request GET 'https://api.hirempire.com/v1/jobs' \
--header 'Authorization: Bearer YOUR_TOKEN'
{
"success": true,
"total_jobs": 1,
"jobs": [
{
"id": "abc123xy-1234-4567-89ab-cdef01234567",
"created_time": "2026-06-20T10:00:00.000Z",
"job_title": "Software Engineer",
"public_slug": "software-engineer-a3f9",
"company_name": "TechCorp",
"company_logo_url": "https://cdn.hirempire.com/logos/techcorp.png",
"department": "Engineering",
"industry": "Software",
"career_level": "senior",
"job_type": "full-time",
"job_mode": "remote",
"job_location": "San Francisco, United States",
"salary": "120000",
"salary_type": "fixed",
"salary_min": null,
"salary_max": null,
"salary_fixed": 120000,
"currency": "USD",
"salary_period": "Per year",
"is_salary_hidden": false,
"job_description": "We are looking for a talented Software Engineer to join our development team.",
"questions": {
"fields": { "show_cover_letter": true, "show_photo": false, "show_languages": true },
"custom": [
{ "id": "q-1", "label": "Why do you want to work with us?", "type": "textarea", "required": true }
]
},
"sources": {
"count": 2,
"items": [
{ "id": "1a2b3c4d-...", "source_name": "LinkedIn", "source_url": "https://jobs.hirempire.com/techcorp/1a2b3c4d-...", "visits": 142, "created_at": "2026-06-18T10:00:00.000Z" },
{ "id": "9z8y7x6w-...", "source_name": "Referral", "source_url": "https://jobs.hirempire.com/techcorp/9z8y7x6w-...", "visits": 36, "created_at": "2026-06-19T08:14:00.000Z" }
]
},
"status": "active",
"applicants": 5
}
]
}
Authentication
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.curl --location --request GET 'https://api.hirempire.com/v1/jobs' \
--header 'Authorization: Bearer YOUR_TOKEN'
Response
Indicates if the request was successful
Total number of jobs returned
Array of job objects
Show Job Object Properties
Show Job Object Properties
Unique identifier for the job
ISO 8601 timestamp when the job was created
Title of the job position
Employment type. One of:
full-time part-time contract freelance internship temporary project-basedWork arrangement. One of:
onsite remote hybridGeographic location for the job, formatted as
"City, Country". The city portion is omitted if not set.Name of the hiring company
Full description of the job requirements and responsibilities
Current status of the job posting. One of:
draft active paused closedURL slug for the public job board page.
URL to the hiring company’s logo.
Department the job is in (e.g. Engineering).
Industry classification.
Seniority. One of:
junior mid-level senior team-leader manager director vp c-level.Computed salary display string.
null when salary is confidential.One of:
fixed range confidential.Lower bound (range mode).
Upper bound (range mode).
Fixed salary amount (fixed mode).
ISO 4217 three-letter currency code.
One of:
Per hour Per day Per week Bi-weekly Per month Per year.true if salary should be hidden on the public board.Application form configuration — built-in
fields toggles plus an array of custom per-job questions. See Get specific job for the full structure.Source-link breakdown for the job.
Show sources structure
Show sources structure
Number of source links configured.
Each item:
id(string) — source link UUIDsource_name(string) — label likeLinkedInorIndeedsource_url(string) — public tracking URL:https://jobs.hirempire.com/{company-slug}/{source-id}visits(integer) — visits to that URLcreated_at(string) — ISO 8601
Number of applicants who have applied to this job
{
"success": true,
"total_jobs": 1,
"jobs": [
{
"id": "abc123xy-1234-4567-89ab-cdef01234567",
"created_time": "2026-06-20T10:00:00.000Z",
"job_title": "Software Engineer",
"public_slug": "software-engineer-a3f9",
"company_name": "TechCorp",
"company_logo_url": "https://cdn.hirempire.com/logos/techcorp.png",
"department": "Engineering",
"industry": "Software",
"career_level": "senior",
"job_type": "full-time",
"job_mode": "remote",
"job_location": "San Francisco, United States",
"salary": "120000",
"salary_type": "fixed",
"salary_min": null,
"salary_max": null,
"salary_fixed": 120000,
"currency": "USD",
"salary_period": "Per year",
"is_salary_hidden": false,
"job_description": "We are looking for a talented Software Engineer to join our development team.",
"questions": {
"fields": { "show_cover_letter": true, "show_photo": false, "show_languages": true },
"custom": [
{ "id": "q-1", "label": "Why do you want to work with us?", "type": "textarea", "required": true }
]
},
"sources": {
"count": 2,
"items": [
{ "id": "1a2b3c4d-...", "source_name": "LinkedIn", "source_url": "https://jobs.hirempire.com/techcorp/1a2b3c4d-...", "visits": 142, "created_at": "2026-06-18T10:00:00.000Z" },
{ "id": "9z8y7x6w-...", "source_name": "Referral", "source_url": "https://jobs.hirempire.com/techcorp/9z8y7x6w-...", "visits": 36, "created_at": "2026-06-19T08:14:00.000Z" }
]
},
"status": "active",
"applicants": 5
}
]
}
Error Responses
400 Bad Request
{
"success": false,
"error": "Query parameters are not allowed."
}
401 Unauthorized
{
"success": false,
"error": "Invalid token"
}
{
"success": false,
"error": "Token is expired"
}
Was this page helpful?
⌘I