Here is the structure of an example response from the Job Title Enrichment API:
{
"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"
]
}
Type | Description |
---|
String | The job title that matches the API input job_title after passing it through our internal job title cleaner. |
Type | Description |
---|
Array [String] | A list of up to five of the most contextually-similar job titles to the cleaned_job_title , determined using our global resume data. |
Type | Description |
---|
Array [String] | A list of up to five of the most contextually-similar skills to the cleaned_job_title , determined using our global resume data. |