We are working on an app that uses Bullhorn API to get candidate data, which we then filter using AI. I’m wondering if there is an API or somewhere that we can hit to get data from the candidate’s resume, like get yearsOfExperience
, currentJobTitle
, address
, etc.
I know there is the /search/Candidate endpoint where we can specify fields and the query, but the closest I got is to get the description
field which seems to be the resume. But for our specific use case, we want to get the candidate’s data from the resume, not from the data that /search/Candidate returns, as it is sometimes outdated.
Is this something that can be done with BullHorn?
Thank you,
Lautaro
Lautaro Figueroa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.