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",
"..."
]
}
Retrieve the full list of job category tags that Hirebase supports.
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",
"..."
]
}
Returns every job category used by Hirebase for classifying listings. These are the same values you can pass to theDocumentation 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.
job_category filter on search endpoints.
GET /v2/jobs/data/categories
"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",
"..."
]
}