Skip to main content

Cv screening with OpenAI

Workflow preview

Workflow preview
100%
Cv screening with OpenAI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Video Guide I prepared a detailed guide that showed the whole process of building a resume analyzer. [![OPENAI 8.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/my storage/11...

Best for

  • HR automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.extractfromfile, n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, 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 Mark Shcherbakov.

Original n8n.io source

1.1 Workflow description

Title
Cv screening with OpenAI
Workflow name
Cv screening with OpenAI

Video Guide

I prepared a detailed guide that showed the whole process of building a resume analyzer.

Who is this for?

This workflow is ideal for recruitment agencies, HR professionals, and hiring managers looking to automate the initial screening of CVs. It is especially useful for organizations handling large volumes of applications and seeking to streamline their recruitment process.

What problem does this workflow solve?

Manually screening resumes is time-consuming and prone to human error. This workflow automates the process, providing consistent and objective analysis of CVs against job descriptions. It helps filter out unsuitable candidates early, reducing workload and improving the overall efficiency of the recruitment process.

What this workflow does

This workflow automates the resume screening process using OpenAI for analysis. It provides a matching score, a summary of candidate suitability, and key insights into why the candidate fits (or doesn’t fit) the job.

  1. Retrieve Resume: The workflow downloads CVs from a direct link (e.g., Supabase storage or Dropbox).
  2. Extract Data: Extracts text data from PDF or DOC files for analysis.
  3. Analyze with OpenAI: Sends the extracted data and job description to OpenAI to:
    • Generate a matching score.
    • Summarize candidate strengths and weaknesses.
    • Provide actionable insights into their suitability for the job.

Setup

Preparation
  1. Create Accounts:
    • N8N: For workflow automation.
    • OpenAI: For AI-powered CV analysis.
  2. Get CV Link:
    • Upload CV files to Supabase storage or Dropbox to generate a direct link for processing.
  3. Prepare Artifacts for OpenAI:
    • Define Metrics: Identify the metrics you want from the analysis (e.g., matching percentage, strengths, weaknesses).
    • Generate JSON Schema: Use OpenAI to structure responses, ensuring compatibility with your database.
    • Write a Prompt: Provide OpenAI with a clear and detailed prompt to ensure accurate analysis.
N8N Scenario
  1. Download File: Fetch the CV using its direct URL.
  2. Extract Data: Use N8N’s PDF or text extraction nodes to retrieve text from the CV.
  3. Send to OpenAI:
    • URL: POST to OpenAI’s API for analysis.
    • Parameters:
      • Include the extracted CV data and job description.
      • Use JSON Schema to structure the response.

Summary

This workflow provides a seamless, automated solution for CV screening, helping recruitment agencies and HR teams save time while maintaining consistency in candidate evaluation. It enables organizations to focus on the most suitable candidates, improving the overall hiring process.

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 - Extract Document PDF

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

Block 2 - Download File

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

Block 3 - When clicking ‘Test workflow’

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

Block 4 - Sticky Note

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

Block 5 - Sticky Note5

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

Block 6 - Sticky Note6

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

Block 7 - Sticky Note2

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

Block 8 - Sticky Note1

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

Block 9 - OpenAI - Analyze CV

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

Block 10 - Set Variables

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

Block 11 - Parsed JSON

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

3. Summary Table

Workflow Cv screening with OpenAI
Complexity intermediate
Nodes 11
Categories HR, AI Summarization
Author Mark Shcherbakov
Published 25 Nov 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2572/2572.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 Cv screening with OpenAI do?

Video Guide I prepared a detailed guide that showed the whole process of building a resume analyzer. [![OPENAI 8.png](https://cflobdhpqwnoisuctsoc.supabase.co/storage/v1/object/public/my storage/11...

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 HR, AI Summarization use case.