Bulk Job Title / Skill Enrichment
L
Lotus pink Thrush
Our use case is allowing clients to create ICPs (ideal customer profiles that they want to target) based on job titles (that we then use to grab people from PDL's data that might fit the client's ICP). The client provides as many job titles as they want (up to 100) and we provide suggestions (from PDL's API) that they might not have thought of but would be good to include in their ICP.
Right now, it seems we have to send one job title per request and receive 5 suggestions in the response. We're interested in sending multiple terms (aka job titles) in a single request and getting suggestions based on that. This would be ideal for two reasons:
- Reduces the number of requests we have to send
- Could condense the number of suggestions we receive. For example, if we send two similar job titles, right now we would receive 10 suggestions. But maybe 3 of the suggestions for each job title are the same. So if we were able to send the two job titles together, we would only receive 7 unique suggestions in response.
I
Individual Swordfish
Use case
A user enters the search criteria to find persons that match one the multiple skills and/or one of the multiple job titles. We want to enhance user's criteria automatically behind the scenes. Currently, we have to call the Job Title enrichment API for each job title and the Skill enrichment API for each skill. If possible, we would prefer to optimize the workflow by calling the Job Title enrichment API with a list of job titles and the Skill enrichment API with a list of skills.