Skip to main content
GET
/
v2
/
jobs
/
data
/
categories
curl -X GET "https://api.hirebase.org/v2/jobs/data/categories" \
  -H "x-api-key: YOUR_API_KEY"
{
  "categories": [
    "Accounting, Payroll & Financial Planning Jobs",
    "Administration Jobs",
    "Arts and Design Jobs",
    "Engineering Jobs",
    "Software Engineer Jobs",
    "..."
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.hirebase.org/docs/llms.txt

Use this file to discover all available pages before exploring further.

Returns every job category used by Hirebase for classifying listings. These are the same values you can pass to the job_category filter on search endpoints.

Endpoint

GET /v2/jobs/data/categories

Authentication

x-api-key
string
required
Your Hirebase API key

Response

categories
string[]
Array of job category tag strings (e.g., "Engineering Jobs", "Marketing Jobs").
curl -X GET "https://api.hirebase.org/v2/jobs/data/categories" \
  -H "x-api-key: YOUR_API_KEY"
{
  "categories": [
    "Accounting, Payroll & Financial Planning Jobs",
    "Administration Jobs",
    "Arts and Design Jobs",
    "Engineering Jobs",
    "Software Engineer Jobs",
    "..."
  ]
}

Error Responses

401
Unauthorized
Invalid or missing API key.
429
Too Many Requests
Rate limit exceeded.