Match job descriptions with resumes using Google Gemini and log scores to Google Sheets
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 agent to produce a ...
Template notes
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 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.
---
How It Works (Step-by-Step)
1. Trigger — On Form Submission Public form webhook sends: - Binary resume file (PDF / DOCX) - Job Description (JD) URL or text
---
2. Extract & Fetch Content
- Resume Extraction node - Converts the uploaded binary resume into plain text (data.resume).