Block 1 - Set Resume
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
Smart Resume Screener — JD Resume AI Match & Sheet Logger Smart Resume Screener ingests a candidate resume and a job description link, extracts clean text from both, runs an LLM powered screening...
n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.googlesheets, n8n-nodes-base.extractfromfile, n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Pratyush Kumar Jha.
Original n8n.io sourceSmart Resume Screener ingests a candidate resume and a job description link, extracts clean text from both, runs an LLM-powered screening agent to produce a structured assessment (strengths, weaknesses, risk/reward, justification, and a 0–10 fit score), extracts contact details, and appends a single, validated row to a Google Sheet for tracking.
Public form webhook sends:
Resume Extraction node
Converts the uploaded binary resume into plain text (data.resume).
HTTP Request node
Fetches the JD HTML/text from the provided link.
Job Description Extractor (LLM-driven)
Parses the fetched content into structured JD fields:
Requirements
Responsibilities
Skills
Seniority
etc.
Set Resume node
Normalizes the resume into a clean JSON object.
Merge/Aggregate node
Builds a single payload containing:
{ "resume": "...", "job_description": "...", "meta": "..." }
Recruiter Agent (LangChain node, powered by Google Gemini)
Receives aggregated payload
Returns a strict JSON-formatted screening report including:
candidate_strengths
candidate_weaknesses
risk
reward
overall_fit_rating (0–10 numeric)
justification
Structured Output Parser
Enforces JSON schema
Ensures predictable downstream data
Contact Info Extractor
Extracts:
Name
Append to Google Sheets
Writes:
Date
Name
Strengths
Weaknesses
Risk
Reward
Justification
Overall Fit Score
👉 Demo & Setup Video 👉 Sheet Template 👉 Course
job_id, source)must_have and nice_to_havejob_id, recruiter_notes, source_platform)experience_yearscertificationsnotice_periodworkflow_run_idresume_linkschema_version columnworkflow_run_idoverall_fit_rating >= 8)python: 4/5)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.
| Workflow | Match job descriptions with resumes using Google Gemini and log scores to Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | HR, AI Summarization |
| Author | Pratyush Kumar Jha |
| Published | 19 Feb 2026 |
Use the JSON export at /data/workflows/13507/13507.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Smart Resume Screener — JD Resume AI Match & Sheet Logger Smart Resume Screener ingests a candidate resume and a job description link, extracts clean text from both, runs an LLM powered screening...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.