👥 AI job relevancy scorer: Search LinkedIn Jobs with GPT-4o-mini & Google Sheets

1,229 views · 👥 HR & Recruitment

💡 Pro Tip — Job boards are notoriously hard to scrape — CAPTCHAs, rate limits, constantly changing layouts. ScraperNode has maintained scrapers for Indeed jobs, Glassdoor reviews, and Glassdoor jobs that handle all of that for you.

View All Scrapers

Description

🧠 Workflow Overview — AI-Powered Jobs Scraper & Relevancy Evaluator

This workflow automates the process of finding highly relevant job listings based on a user’s resume, career preferences, and custom filters. It scrapes fresh job data, evaluates relevance using OpenAI GPT models, and automatically appends the results to your Google Sheet tracker — while skipping any jobs already in your sheet, so you don’t have to worry about duplicates.

Perfect for recruiters, job seekers, or virtual assistants who want to automate job research and filtering.


⚙️ What the Workflow Does

  1. Takes user input through a form — including resume, preferences, target score, and Google Sheet link.
  2. Fetches job listings via an Apify LinkedIn Jobs API actor.
  3. Filters and deduplicates results (removes duplicates and blacklisted companies).
  4. Evaluates job relevancy using GPT-4o-mini, scoring each job (0–100) against the user’s resume & preferences.
  5. Applies a relevancy threshold to keep only top-matching jobs.
  6. Checks your Google Sheet for existing jobs and prevents duplicates.
  7. Appends new, relevant jobs directly into your provided Google Sheet.

📋 What You’ll Get


🪄 Setup Instructions

1. Required Accounts

You’ll need:


2. Connect Credentials

In your n8n instance:

  1. Go to CredentialsAdd New:

    • Google Sheets OAuth2 API

      • Connect your Google account.
    • OpenAI API

      • Add your OpenAI API key.
    • Apify API

      • Replace <your_apify_api> with your apify api key.
  2. Set Up Apify API

    Get your Apify API key

    Rent the required Apify actor before running this workflow

Once rented, it can be used by your Apify account to fetch job listings.


3. Set Up Your Google Sheet

  1. Make a copy of this template: 📄 Google Sheet Template
  2. Enable Edit Access for anyone with the link.
  3. Copy your sheet’s URL — you’ll provide this when submitting the workflow form.

4. Deploy & Run

  1. Import this workflow (jobs_scraper.json) into your n8n workspace.

  2. Activate the workflow.

  3. Visit your form trigger endpoint (e.g. https://your-n8n-domain/webhook/jobs-scraper).

  4. Fill out the form with:

    • Job title(s)
    • Location
    • Contract type, Experience level, Working mode, Date posted
    • Target relevancy score
    • Google Sheet link
    • Resume text
    • Job preferences or ranking criteria
  5. Submit — within minutes, new high-relevance job listings will appear in your Google Sheet automatically.


🧩 Example Use Cases


💡 Tips

🔗 Nodes Used

Google Sheets, HTTP Request, n8n Form Trigger, OpenAI

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup