Back to Templates

Extract Structured Candidate Data from Resumes with GPT AI

Created by

Created by: Angel Menendez || djangelic

Angel Menendez

Last update

Last update a day ago

Share


Resume Parsing with AI

Who is this for?

This workflow is perfect for HR teams, recruiters, and hiring platforms that need to automate the extraction of key candidate details—like name, email, skills, and education—from resume files submitted in various formats.

What problem does this solve?

Manually reviewing and extracting structured data from resumes is time-consuming and error-prone. This automation eliminates that bottleneck, standardizing candidate data for seamless integration into CRMs, applicant tracking systems, or Google Sheets.

What this workflow does

This n8n template listens for uploaded resume files, detects their format (PDF, DOC, TXT, CSV, etc.), and automatically extracts the raw text using n8n’s built-in file extraction tools. The extracted text is then parsed using an OpenAI-powered agent that returns structured fields such as:

  • Full Name
  • Email Address
  • Skill Keywords
  • Education Details

Optionally, you can push the structured output to Google Sheets (node included, currently disabled).

Setup

  1. Clone this workflow into your n8n instance.
  2. Enable the When chat message received trigger if using n8n chat.
  3. Provide your OpenAI credentials and enable the LangChain Agent node.
  4. (Optional) Connect Google Sheets by authenticating with your Google account and filling in your target document and sheet.

Watch the setup and demo video here:
🎥 https://youtu.be/2SUPiNmLWdA

How to customize

  • Modify the OpenAI system message to extract different fields (e.g., phone number, LinkedIn).
  • Replace the Google Sheets node with a webhook to push results to your ATS.
  • Add filters to limit accepted file types or max file size.

⚠️ This template is designed to be secure. It uses credentials stored in the n8n credential manager—no hardcoded secrets required.