πŸ‘₯ Automate LinkedIn candidates sourcing with Google X-ray Boolean search

⚑ 4,244 views Β· πŸ‘₯ HR & Recruitment

πŸ’‘ Pro Tip β€” If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search β€” you just pass a URL and get structured data back.

View All Scrapers

Description

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.

Setup Steps:

1. API Key Configuration

2. Adjust Search Parameters

3. Establish Google Sheets Connection

5. Run the Workflow


Benefits:

βœ… Automates profile sourcing, reducing manual search time.
βœ… Generates precise LinkedIn Boolean search strings tailored to job descriptions.
βœ… Extracts and saves LinkedIn profiles efficiently for recruitment efforts.

This solution leverages OpenAI and advanced search techniques to enhance your talent sourcing process, making it faster and more accurate! πŸš€

πŸ”— Nodes Used

Google Sheets, HTTP Request, Chat Trigger, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup