Page 1 of 1

Searching candidates through API

Posted: 21 May 2024, 18:36
by saadaamir
Hi, I'm using the search candidates API to search for candidates matching certain requirements. I'm passing a Boolean Search string to the API to return matched candidates.
Sometimes the search is satisfactory, but sometimes it searches for random or different job roles than the ones we are actually looking for.
Is there a way to make the search accurate?

Re: Searching candidates through API

Posted: 04 Jul 2024, 05:35
by bekeanloinse
Include synonyms or alternative terms for job roles or skills to capture a broader range of candidates. For example, ("software engineer" OR programmer OR developer). Variants: Account for different heardle spellings or variations in job titles and skills (e.g., ("Java developer" OR "Java programmer" OR "Software Engineer - Java")).

Re: Searching candidates through API

Posted: 25 Jul 2024, 02:55
by boingdiving
Determine how the API handles search parameters and whether it supports Boolean search syntax like AND, OR, NOT. Create a Boolean search string based on your specific search query. For examplepizza tower: "keyword1 AND (keyword2 OR keyword3)".

Re: Searching candidates through API

Posted: 07 Nov 2024, 09:01
by hooeynoisy
I’m fairly new to using the API as well, but one thing I’ve noticed is that sometimes the issue is with how broad the Boolean string is. If it’s too general, like just using "developer" without specifying a language or framework, it can pull in a lot of irrelevant results. I’d recommend tightening up your search by adding more specific terms (e.g., "Java AND developer" or "data analyst AND SQL") and using parentheses to group escape road related keywords. Also, if your API supports it, try using filters like years of experience or specific skill sets to further refine your results.

Re: Searching candidates through API

Posted: 08 Nov 2024, 09:04
by KarleyHahn
Make sure your exact search string includes the job title and role in quotation marks.