Automated Resume Job Matching Engine with Bright Data MCP & OpenAI 4o mini

Go to Workflow
1,820 views
Built by Ranjan Dailata Ranjan Dailata
Created on June 05, 2026

Description


Notice
Community nodes can only be installed on self-hosted instances of n8n.

Who this is for
The Automated Resume Job Matching Engine is an intelligent workflow designed for career platforms, HR tech startups, recruiting firms, and AI developers who want to streamline job-resume matching using real-time data from LinkedIn and job boards.

This workflow is tailored for:

HR Tech Founders** - Building next-gen recruiting products

Recruiters & Talent Sourcers** - Seeking automated candidate-job fit evaluation

Job Boards & Portals** - Enriching user experience with AI-driven job recommendations

Career Coaches & Resume Writers** - Offering personalized job fit analysis

AI Developers** - Automating large-scale matching tasks using LinkedIn and job data

What problem is this workflow solving?
Manually matching a resume to job description is time-consuming, biased, and inefficient. Additionally, accessing live job postings and candidate profiles requires overcoming web scraping limitations.

This workflow solves:

Automated LinkedIn profile and job post data extraction using Bright Data MCP infrastructure

Semantic matching between job requirements and candidate resume using OpenAI 4o mini

Pagination handling for high-volume job data

End-to-end automation from scraping to delivery via webhook and persisting the job matched response to disk

What this workflow does

Bright Data MCP for Job Data Extraction
Uses Bright Data MCP Clients to extract multiple job listings (supports pagination)

Pulls job data from LinkedIn with the pre-defined filtering criteria's

OpenAI 4o mini LLM Matching Engine
Extracts paginated job data from the Bright Data MCP extracted info via the MCP scrape_as_html tool.

Extracts textual job description information via the scraped job information by leveraging the Bright Data MCP scrape_as_html tool.

AI Job Matching node handles the job description and the candidate resume compare to generate match scores with insights

Data Delivery
Sends final match report to a Webhook Notification endpoint

Persistence of AI matched job response to disk

Pre-conditions

Knowledge of Model Context Protocol (MCP) is highly essential. Please read this blog post - model-context-protocol
You need to have the Bright Data account and do the necessary setup as mentioned in the Setup section below.
You need to have the Google Gemini API Key. Visit Google AI Studio
You need to install the Bright Data MCP Server @brightdata/mcp
You need to install the n8n-nodes-mcp

Setup

Please make sure to setup n8n locally with MCP Servers by navigating to n8n-nodes-mcp
Please make sure to install the Bright Data MCP Server @brightdata/mcp on your local machine.
Sign up at Bright Data.
Navigate to Proxies & Scraping and create a new Web Unlocker zone by selecting Web Unlocker API under Scraping Solutions.
Create a Web Unlocker proxy zone called mcp_unlocker on Bright Data control panel.
In n8n, configure the OpenAi account credentials.
In n8n, configure the credentials to connect with MCP Client (STDIO) account with the Bright Data MCP Server as shown below.

Make sure to copy the Bright Data API_TOKEN within the Environments textbox above as API_TOKEN=<your-token>.
Update the Set input fields for candidate resume, keywords and other filtering criteria's.
Update the Webhook HTTP Request node with the Webhook endpoint of your choice.
Update the file name and path to persist on disk.

How to customize this workflow to your needs

Target Different Job Boards

Set input fields with the sites like Indeed, ZipRecruiter, or Monster

Customize Matching Criteria
Adjust the prompt inside the AI Job Match node

Include scoring metrics like skills match %, experience relevance, or cultural fit

Automate Scheduling
Use a Cron Node to periodically check for new jobs matching a profile

Set triggers based on webhook or input form submissions

Output Customization
Add Markdown/PDF formatting for report summaries

Extend with Google Sheets export for internal analytics

Enhance Data Security
Mask personal info before sending to external endpoints

Nodes Used (5)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
HTTP Request
n8n-nodes-base.httpRequest
Information Extractor
@n8n/n8n-nodes-langchain.informationExtractor
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured