Job Title Enrichment
/job_title/enrich
get/v5/job_title/enrich
Query parameters
job_titlestring required
Job title that will be enriched
titlecaseboolean
Setting to true will titlecase any records returned
prettyboolean
Whether the output should have human-readable indentation
Headers
Content-Type'application/json'
The content type
Response
Job Title enrich completed.
Example response
{
"cleaned_job_title": "supply manager",
"similar_job_titles": [
"senior supply manager",
"supply chain manager",
"supply specialist",
"supply supervisor",
"supply coordinator"
],
"relevant_skills:": [
"supply management",
"spend analysis",
"supplier development",
"demand planning",
"strategic sourcing"
]
}