👥 Automated resume job matching engine with Bright Data MCP & OpenAI 4o mini

⚡ 2,969 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

Automated Resume Job Matching Engine.png

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:

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:

What this workflow does

Bright Data MCP for Job Data Extraction

OpenAI 4o mini LLM Matching Engine

Data Delivery

Pre-conditions

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

Setup

  1. Please make sure to setup n8n locally with MCP Servers by navigating to n8n-nodes-mcp
  2. Please make sure to install the Bright Data MCP Server @brightdata/mcp on your local machine.
  3. Sign up at Bright Data.
  4. Navigate to Proxies & Scraping and create a new Web Unlocker zone by selecting Web Unlocker API under Scraping Solutions.
  5. Create a Web Unlocker proxy zone called mcp_unlocker on Bright Data control panel.
  6. In n8n, configure the OpenAi account credentials.
  7. In n8n, configure the credentials to connect with MCP Client (STDIO) account with the Bright Data MCP Server as shown below. MCPClientAccount.png Make sure to copy the Bright Data API_TOKEN within the Environments textbox above as API_TOKEN=<your-token>.
  8. Update the Set input fields for candidate resume, keywords and other filtering criteria’s.
  9. Update the Webhook HTTP Request node with the Webhook endpoint of your choice.
  10. Update the file name and path to persist on disk.

How to customize this workflow to your needs

Target Different Job Boards

Customize Matching Criteria

Automate Scheduling

Output Customization

Enhance Data Security

🔗 Nodes Used

Function, HTTP Request, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Read/Write Files from Disk

📥 Import

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

📖 Importing guide · 🔑 Credential setup