Skip to main content

Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini

Workflow preview

Workflow preview
100%
Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini preview
Open on n8n.io

1. Workflow Overview

HR Client Acquisition (Part 1) – Job Lead Discovery & AI Qualification System This n8n template helps recruitment agencies discover active job openings, filter them based on hiring relevance, and q...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.if, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dinakar Selvakumar.

Original n8n.io source

1.1 Workflow description

Title
Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini
Workflow name
Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini

HR Client Acquisition (Part 1) – Job Lead Discovery & AI Qualification System

This n8n template helps recruitment agencies discover active job openings, filter them based on hiring relevance, and qualify them using AI — specifically designed for semi-skilled manpower hiring use cases.

What this template demonstrates

  • Job lead discovery using Apify scraping
  • Hash-based deduplication to avoid duplicate entries
  • Batch processing using Split In Batches
  • Google Sheets as a structured lead database
  • AI-based lead qualification with strict JSON outputs
  • Separation between scraping, processing, and scoring

Use cases

  • Recruitment agencies sourcing overseas job demand
  • HR consultancies targeting bulk hiring companies
  • Manpower supply businesses (semi-skilled labor focus)
  • Job demand validation before outreach
  • Building job-based lead pipelines

How it works

  • User submits job roles and locations via form
  • Inputs are expanded into multiple search combinations
  • Apify scrapes job listings based on these inputs
  • Jobs are normalized and assigned unique identifiers
  • Existing jobs in Google Sheets are checked for duplicates
  • Only new jobs are stored and processed
  • Missing company data is enriched if required
  • AI scores each job based on hiring relevance
  • Jobs are marked as qualified or not qualified
  • Final results are saved back into Google Sheets

How to use

  • Submit job roles and locations using the form trigger
  • Connect your Apify API credentials
  • Connect your Google Sheets account
  • Add your OpenAI API key
  • Run the workflow in test mode
  • Check results inside Google Sheets
  • Adjust scoring logic if needed

Requirements

  • n8n (Cloud or Self-hosted)
  • Apify account for job scraping
  • Google Sheets for storage
  • OpenAI or compatible LLM API

Customising this workflow

  • Modify job roles to match your niche (e.g., drivers, welders, helpers)
  • Adjust AI scoring logic for your hiring criteria
  • Replace Google Sheets with a database if needed
  • Add filters like salary, visa type, or urgency
  • Extend workflow for enruching & outreach automation (Part 2)

Good to know

  • This template focuses only on job discovery and qualification
  • It is designed for semi-skilled manpower hiring workflows
  • AI scoring can be customized for any industry or role
  • No outreach is performed in this workflow
  • Works best with consistent job data sources

Who this is for

  • Recruitment agencies working with overseas clients
  • HR consultants sourcing bulk hiring opportunities
  • Founders building recruitment automation systems
  • Anyone building a job-based lead generation pipeline

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - When Job Form Submitted

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.5

Block 10 - Parse Form Input Arrays

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Loop Over Search Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 12 - Flatten Job Results and ID

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Read Jobs from Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 14 - Identify Duplicate Jobs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Append Raw Jobs to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 16 - Loop Over Job Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 17 - AI Job Scoring Agent

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 18 - Parse AI Lead Scores

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Check Lead Acceptance

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 20 - Set Job as Qualified

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Append Qualified Job to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 22 - Cycle Job Processing

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 23 - Submit Job Scrape Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 24 - Detect Missing Company Names

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini
Complexity advanced
Nodes 27
Categories Lead Generation, AI Summarization
Author Dinakar Selvakumar
Published 07 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14859/14859.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Scrape and qualify HR job leads with Apify, Google Sheets and OpenAI GPT-4o-mini do?

HR Client Acquisition (Part 1) – Job Lead Discovery & AI Qualification System This n8n template helps recruitment agencies discover active job openings, filter them based on hiring relevance, and q...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.