Output Response - Job Title Enrichment API
Detailed information on the output response that the Job Title Enrichment API returns
Response Data Structure
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"
]
}
Response Fields
cleaned_job_title
cleaned_job_title
Type | Description |
---|---|
String | The job title that matches the API input job_title after passing it through our internal job title cleaner. |
similar_job_titles
similar_job_titles
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. |
relevant_skills
relevant_skills
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. |
Updated 3 months ago