Struggling to Identify Hiring Manager for Job Posting: Methods Used
i am trying to find the hiring manager for a specific job posting, but i am struggling to do it here are methods i used :
claygent
only comes back with rocketreach searches, not relevant
apollo with filters to target + prompt to find the right people
apollo data is not fresh enough in France for the small accounts i target, i only get people who are not working at the company anymore
function find contacts at company + prompt to find the right people
data is a bit fresher in this function, yet not up do date
and there i have a big issue, my prompt is giving me people that are absolutely not relevant, that are not in the array given by "find contacts at company" function -> someone experienced this issue
here is my prompt :
Given this job opening and list of potential hiring managers with their LinkedIn URLs, return only the LinkedIn URL of the person most likely to be the hiring manager.
job opening :
Job offer
list of potential hiring managers :
people
For each person in People array:
1. Check person["Headline"] explicitly before any other evaluation
2. Exclude the candidate immediately if their Headline contains any variation of:
- "Open to"
- "Looking for"
- "Seeking"
- "Available for"
- "In transition"
- "Job seeker"
3. For remaining candidates, evaluate:
- Current Title field
- Current Company matches job posting company
- Management/leadership position relevance
Return only the LinkedIn URL of the most qualified person who passes ALL above criteria.