Improve matching of job titles with Autocomplete API
complete
A
Aegean Stingray
What would be a nicer developer experience is if the Autocomplete API for
job_title
showed results with values similar to the with the cleaned_job_title
output from the Job Title Enrichment API.The way PDL normalizes job titles like "VP of IT" is not immediately clear when making a Person Search request.
Today, "vp of it" shows no results from autocomplete in the response (see photo). So the user has to know to type "vice president of it" to get a result to match the PDL dataset in the search request (see photo). Furthermore, "vice president of it" and "vice president of information technology" are two different titles with different counts.
This makes the UX clunky and requires developers to make multiple calls to multiple APIs to structure a complete search.
V
Varun Villait
complete
The beta version of our endpoint supports this. Please see https://docs.peopledatalabs.com/docs/input-parameters-autocomplete-api#beta on how to access it.
V
Varun Villait
doing now