For months, I chased opportunities that never called back. I’d tweak my résumé, send dozens of applications, and refresh my inbox like a ritual. The silence became heavier with each click of “Submit.”
Then one night, instead of searching for another job, I decided to build something that could search for me🔥.
That’s how Smart Job Filter was born — a fully automated job-hunting system built in n8n, powered by Google Gemini, LinkedIn Scraping via Apify, and smart logic that scores and filters results🔥.
⚙️ How It All Clicks Together
The workflow feels almost human. It doesn’t just fetch listings — it reads, understands, and decides what fits.
1. AI Agent Node 🧠
Gemini acts as the reader and interpreter. It analyzes the candidate’s CV, extracting job titles, years of experience, and skills like “SEO,” “Copywriting,” or “React.” It turns career history into clean, structured data the rest of the system can use.
2. HTTP Request Node 🌐
That structured data becomes a live search query. Using the Apify LinkedIn Scraper, the node dynamically pulls** 80 listings** that match a candidate’s top three job titles and five strongest skills — across any chosen city or remote setup.
3. Function Node ⚙️
Here’s where the magic happens. Each job gets analyzed, scored, and filtered — the system keeps only the top five matches.
It’s precision hiring, not endless scrolling.
JavaScript
if (job.description.includes(skill)) score += 8;
if (job.location.includes(candidateLocation)) score += 20;
if (postedTime.includes('hour')) score += 10;
The higher the score, the more relevant the role.
💌 When Automation Feels Personal
The first time it ran, I opened my inbox to an email titled “🎯 Your Top 5 Job Matches Are Ready.”
There they were — real opportunities that aligned with who I was, not just what I typed into a search bar.
I didn’t just build automation. I built understanding.
This n8n workflow doesn’t chase jobs — it curates them.
And for the first time, I’m not applying blindly — I’m applying smart.
🎥 Demo & Collaboration
You can watch the demo video of Smart Job Filter in action Here!
If you’d like access to the workflow, want to collaborate, or just discuss automation, feel free to reach out.
Let’s build the next generation of smart job-hunting tools — together🎯.
Top comments (0)