AI Recruiter โ€“ Analyze Multiple CVs vs Job Description using OpenAI GPT

Go to Workflow
1 views
Built by Ms. Phuong Nguyen (phuongntn) Ms. Phuong Nguyen (phuongntn)
Created on October 24, 2025

Description

An AI Recruiter that screens, scores, and ranks candidates in minutes โ€” directly inside n8n.

๐Ÿง  Overview
An AI-powered recruiter workflow that compares multiple candidate CVs with a single Job Description (JD).
It analyzes text content, calculates fit scores, identifies strengths and weaknesses, and provides automated recommendations.

โš™๏ธ How it works
๐Ÿ”น Webhook Trigger โ€“ Upload one Job Description (JD) and multiple CVs (PDF or text)
๐Ÿ”น File Detector โ€“ Auto-identifies JD vs CV
๐Ÿ”น Extract & Merge โ€“ Reads text and builds candidate dataset
๐Ÿ”น ๐Ÿค– AI Recruiter Agent โ€“ Compares JD & CVs โ†’ returns Fit Score, Strengths, Weaknesses, and Recommendation
๐Ÿ”น ๐Ÿ“ค Output Node โ€“ Sends structured JSON or summary table for HR dashboards or Chat UI


Example:
Upload JD.pdf + 3 candidate CVs โ†’ get instant JSON report with top match and recommendations.

๐Ÿงฉ Requirements
OpenAI or compatible AI Agent connection (no hardcoded API keys).
Input files in PDF or text format (English or Vietnamese supported).
n8n Cloud or Self-Hosted v1.50+ with AI Agent nodes enabled.
๐Ÿ”ธ โ€œOpenAI API Key or n8n AI Agent credential requiredโ€
๐Ÿงฑ Customizing this workflow
Swap the AI model with Gemini, Claude, or another LLM.
Add a Google Sheets export node to save results.
Connect to SAP HR or internal employee APIs.
Adjust scoring logic or include additional attributes (experience, skills, etc.).

๐Ÿ‘ฉโ€๐Ÿ’ผ Author
https://www.linkedin.com/in/nguyen-phuong-17a71a147/
Empowering HR through intelligent, data-driven recruitment.

Nodes Used (3)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi