<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: vika2210</title>
    <description>The latest articles on DEV Community by vika2210 (@vika2210).</description>
    <link>https://dev.to/vika2210</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3470318%2Feb5bde73-f67f-42f3-bc2c-e1a4ffce701f.png</url>
      <title>DEV Community: vika2210</title>
      <link>https://dev.to/vika2210</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vika2210"/>
    <language>en</language>
    <item>
      <title>AI Job Matching Agent That Reads Your Resume (n8n + Bright Data Challenge)</title>
      <dc:creator>vika2210</dc:creator>
      <pubDate>Mon, 01 Sep 2025 06:16:33 +0000</pubDate>
      <link>https://dev.to/vika2210/ai-job-matching-agent-that-reads-your-resume-n8n-bright-data-challenge-12hf</link>
      <guid>https://dev.to/vika2210/ai-job-matching-agent-that-reads-your-resume-n8n-bright-data-challenge-12hf</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/brightdata-n8n-2025-08-13"&gt;AI Agents Challenge powered by n8n and Bright Data&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  I Built an AI Job Matching Agent That Understands You — Not Just Keywords
&lt;/h1&gt;

&lt;p&gt;👋 Hey everyone!&lt;br&gt;&lt;br&gt;
This is my submission to the &lt;strong&gt;n8n + Bright Data AI Agent Challenge&lt;/strong&gt; — and unlike most generic agents that just search jobs by title, mine does one thing differently:&lt;/p&gt;

&lt;p&gt;💡 &lt;strong&gt;It reads your actual resume, builds a smart profile (persona), and then finds matching jobs — automatically.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 What I Built
&lt;/h2&gt;

&lt;p&gt;Instead of asking users to type out their skills or filter jobs manually, my agent starts from &lt;em&gt;your actual CV&lt;/em&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Upload your resume&lt;/strong&gt; to a monitored Google Drive folder.
&lt;/li&gt;
&lt;li&gt;The agent &lt;strong&gt;converts it to text&lt;/strong&gt;, chunks it, and creates OpenAI embeddings.
&lt;/li&gt;
&lt;li&gt;It builds a &lt;strong&gt;personalized vector memory&lt;/strong&gt; (in Pinecone) of your profile.
&lt;/li&gt;
&lt;li&gt;When you message the agent (e.g., “Find backend jobs in Tel Aviv”) — it &lt;strong&gt;understands the context of &lt;em&gt;your&lt;/em&gt; resume&lt;/strong&gt;, extracts role + location, and builds job search filters.
&lt;/li&gt;
&lt;li&gt;Using &lt;strong&gt;Bright Data&lt;/strong&gt;, it &lt;strong&gt;fetches matching jobs from Indeed in seconds.&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Results are &lt;strong&gt;saved to Google Sheets&lt;/strong&gt; and sent via &lt;strong&gt;email&lt;/strong&gt;.
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🧠 Demo
&lt;/h2&gt;

&lt;p&gt;🎥 &lt;a href="https://youtu.be/giWsR7qVDoc" rel="noopener noreferrer"&gt;Watch the demo on YouTube&lt;/a&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  📩 Try It Yourself
&lt;/h2&gt;

&lt;p&gt;If anyone is interested, I can share a &lt;strong&gt;direct link to the Agent&lt;/strong&gt; so you can test it with your own resume.&lt;br&gt;&lt;br&gt;
Drop a comment or reach out — I’d be happy to send it over!  &lt;/p&gt;




&lt;h2&gt;
  
  
  🔧 n8n Workflow
&lt;/h2&gt;

&lt;p&gt;The workflow is built with &lt;strong&gt;n8n&lt;/strong&gt; and integrates multiple services:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Google Drive Trigger&lt;/strong&gt; → Detects a new resume in &lt;code&gt;/Cv&lt;/code&gt; folder.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download File&lt;/strong&gt; → Fetches the PDF for processing.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text Splitter + Embeddings&lt;/strong&gt; → Splits text and generates embeddings with OpenAI.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pinecone Vector Store&lt;/strong&gt; → Stores embeddings for semantic memory.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Agent&lt;/strong&gt; → Receives candidate profile + user query, outputs role &amp;amp; location JSON.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Code Node&lt;/strong&gt; → Formats JSON filter for Bright Data.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bright Data Node&lt;/strong&gt; → Pulls live jobs from Indeed dataset.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Sheets Node&lt;/strong&gt; → Saves results.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gmail Node&lt;/strong&gt; → Sends personalized job list to candidate.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/victorias22/job-matching-agent/blob/main/My%20workflow%202.json" rel="noopener noreferrer"&gt;See the full workflow JSON on GitHub&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🖼️ Workflow in Action
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frynz88wp652jn4qexstg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frynz88wp652jn4qexstg.png" alt="Google Drive Trigger" width="800" height="412"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;Trigger when a new resume is uploaded&lt;/em&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffyddkp6fp4qgygjnfy1o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffyddkp6fp4qgygjnfy1o.png" alt="Resume Processing" width="800" height="356"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;Resume converted into embeddings and stored in Pinecone&lt;/em&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx38s8d56x124u2yk7kgu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx38s8d56x124u2yk7kgu.png" alt="Bright Data Integration" width="800" height="404"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;em&gt;Dynamic filters built from Agent query&lt;/em&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flslv3owwfax3et65x0tj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flslv3owwfax3et65x0tj.png" alt="Results" width="800" height="361"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Model Choice&lt;/p&gt;

&lt;p&gt;OpenAI Embeddings → Resume semantic representation.&lt;/p&gt;

&lt;p&gt;OpenRouter LLM → Agent reasoning &amp;amp; JSON intent extraction.&lt;/p&gt;

&lt;p&gt;Google Gemini → Summarization of job descriptions.&lt;/p&gt;

&lt;p&gt;Memory / Data Handling&lt;/p&gt;

&lt;p&gt;Pinecone Vector Store → Stores resume embeddings for long-term memory.&lt;/p&gt;

&lt;p&gt;Text Splitter → Recursive chunking of resumes for embedding accuracy.&lt;/p&gt;

&lt;p&gt;n8n pinData → Holds intermediate results like candidate profile JSON.&lt;/p&gt;

&lt;p&gt;Tools Used&lt;/p&gt;

&lt;p&gt;🧠 n8n for orchestration&lt;/p&gt;

&lt;p&gt;🌐 Bright Data for real-time Indeed job listings&lt;/p&gt;

&lt;p&gt;📂 Google Drive for resume intake&lt;/p&gt;

&lt;p&gt;📊 Google Sheets for results storage&lt;/p&gt;

&lt;p&gt;📧 Gmail for sending job matches&lt;/p&gt;

&lt;p&gt;🔎 Pinecone for semantic search&lt;/p&gt;

&lt;p&gt;🤖 OpenAI / Gemini for embeddings and summarization&lt;/p&gt;

&lt;p&gt;🔍 Bright Data Verified Node&lt;/p&gt;

&lt;p&gt;The Bright Data Verified Node was key.&lt;br&gt;
Instead of manually scraping job boards, handling proxies, or fighting CAPTCHAs, I could:&lt;/p&gt;

&lt;p&gt;Trigger dataset snapshots&lt;/p&gt;

&lt;p&gt;Monitor progress&lt;/p&gt;

&lt;p&gt;Retrieve structured JSON results&lt;/p&gt;

&lt;p&gt;This saved hours of maintenance and made the workflow production-ready.&lt;/p&gt;

&lt;p&gt;🛤️ Journey&lt;/p&gt;

&lt;p&gt;This was my first time combining n8n, Bright Data, Pinecone, and OpenAI into one workflow.&lt;/p&gt;

&lt;p&gt;Challenges I faced:&lt;/p&gt;

&lt;p&gt;Getting the Agent to always output JSON instead of free text.&lt;/p&gt;

&lt;p&gt;Handling resume embeddings and keeping context consistent.&lt;/p&gt;

&lt;p&gt;Mapping Bright Data snapshot results into clean rows for Sheets.&lt;/p&gt;

&lt;p&gt;By the end, I had a working pipeline that really felt like a personal AI recruiter — reading resumes, understanding context, and delivering jobs. 🚀&lt;/p&gt;

&lt;p&gt;&lt;a href="https://portfolio-5qny.onrender.com/" rel="noopener noreferrer"&gt;https://portfolio-5qny.onrender.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/victoria-solomatin" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/victoria-solomatin&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/victorias22" rel="noopener noreferrer"&gt;https://github.com/victorias22&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Final matching jobs in Google Sheets&lt;/em&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Technical Implementation
&lt;/h2&gt;

&lt;h3&gt;
  
  
  System Instructions
&lt;/h3&gt;

&lt;p&gt;The AI Agent uses a &lt;strong&gt;strict system message&lt;/strong&gt; to always output JSON in the format:  &lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
json
{
  "role": "backend",
  "location": "תל אביב",
  "level": "junior"
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>ai</category>
      <category>career</category>
    </item>
  </channel>
</rss>
