v5

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-302120469.4 KB
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.

cleaned_job_titlestring

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

similar_job_titlesstring[]

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:string[]

A list of up to five of the most contextually-similar skills to the cleaned_job_title, determined using our global resume data.

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"
  ]
}