Reference Data API
List Job Categories
Retrieve the full list of job category tags that Hirebase supports.
GET
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
Authentication
string
Your Hirebase API key. Optional — not enforced on this endpoint today.
Response
string[]
Array of job category tag strings (e.g.,
"Engineering Jobs", "Marketing Jobs").Error Responses
Unauthorized
Invalid or missing API key.
Too Many Requests
Rate limit exceeded.