Output Response - 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

TypeDescription
StringThe job title that matches the API input job_title after passing it through our internal job title cleaner.

similar_job_titles

TypeDescription
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

TypeDescription
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.