Output Response - Job Title Enrichment API
Detailed information on the output response returned by the Job Title Enrichment API
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
Field Name | Type | Description |
---|---|---|
|
| The job title that matches the API input |
similar_job_titles
similar_job_titles
Field Name | Type | Description |
---|---|---|
|
| A list of up to five other job titles. |
relevant_skills
relevant_skills
Field Name | Type | Description |
---|---|---|
|
| A list of up to five of the most contextually-similar skills to the |
Updated about 1 month ago
Did this page help you?