Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
AI Resume Job Title Extractor with Google Gemini Overview This n8n template demonstrates how to use Google Gemini AI to analyze a PDF resume and extract the candidate's current or most relevant job...
n8n-nodes-base.stickynote, n8n-nodes-base.readwritefile, n8n-nodes-base.extractfromfile, n8n-nodes-base.set, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.googlegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Navneet Singh Arora.
Original n8n.io sourceAI Resume Job Title Extractor with Google Gemini
Overview
This n8n template demonstrates how to use Google Gemini AI to analyze a PDF resume and extract the candidate's current or most relevant job title as a clean search string. It’s a powerful utility for anyone building automated talent pipelines, lead enrichment tools, or profile categorization systems.
🚀 How it works
File Input: The workflow begins by reading a resume (PDF) from a local storage directory via the Read/Write Files from Disk node.
Parsing: The Extract from File node handles the heavy lifting of converting the PDF binary into indexed plain text. AI Analysis: The extracted text is sent to Google Gemini. A specialized prompt instructs the model to identify the professional role and output only a single, clean search string (avoiding any conversational filler).
Data Structuring: The Set (Return) node captures the AI's output and raw text, making it ready for downstream use or for return to a parent "caller" workflow.
🎮 How to use
File Path: Update the File Selector in the "Read/Write Files from Disk" node to point to your resume (e.g., /home/node/.n8n-files/My-Resume.pdf). API Credentials: Set up your Google Gemini (PaLM) API credentials in the Gemini node.
Modular Use: This workflow is configured with an Execute Workflow Trigger, meaning you can call it as a "sub-workflow" from larger automation stacks to instantly enrich data with professional titles.
⚙️ Requirements
Google Gemini API Key n8n Environment: Designed for self-hosted instances with local file access (can be adapted for Google Drive or S3 by swapping the first node).
🎯 Use Cases
Job Matching: Automatically generate search queries for job boards based on a user's resume.
CRM Enrichment: Keep your candidate lists up-to-date with current professional titles.
Talent Discovery: Categorize thousands of profiles instantly without manual review.
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 | AI Resume Job Title Extractor with Google Gemini |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | HR, AI Summarization |
| Author | Navneet Singh Arora |
| Published | 10 Apr 2026 |
Use the JSON export at /data/workflows/14983/14983.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.
AI Resume Job Title Extractor with Google Gemini Overview This n8n template demonstrates how to use Google Gemini AI to analyze a PDF resume and extract the candidate's current or most relevant job...
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.