Automate LinkedIn candidates sourcing with Google X-ray Boolean search
Auto Source LinkedIn Candidates with GPT-4 Boolean Search & Google X-ray How It Works: 1. User Input: - The user pastes a job description or ideal candidate specifications into the workflow. 2. Boolean Search String G...
Template notes
Auto Source LinkedIn Candidates with GPT-4 Boolean Search & Google X-ray
How It Works:
1. User Input: - The user pastes a job description or ideal candidate specifications into the workflow.
2. Boolean Search String Generation: - OpenAI processes the input and generates a precise LinkedIn Boolean search string formatted as: site:linkedin.com/in ("Job Title" AND "Skill1" AND "Skill2") - This search string is optimized to find relevant LinkedIn profiles matching the provided criteria.
3. Google Sheet Creation: - A new Google Sheet is automatically created within a specified document to store extracted LinkedIn profile URLs.
4. Google Search Execution: - The workflow sends a search request to Google using an HTTP node with the generated Boolean string.
5. Iterative Search & Data Extraction: - The workflow retrieves the first 10 results from Google. - If the desired number of LinkedIn profiles has not been reached, the workflow loops, fetching the next set of 10 results until the if condition is met.
6. Data Storage: - The workflow extracts LinkedIn profile URLs from the search results and saves them to the newly created Google Sheet for further review.