Dashboard
Your job hunting agent overview
0
Total applied
0
Shortlisted
0
Awaiting reply
0
Rejected
Agent status
Agent is not running. Click Start Agent in the sidebar to begin daily job hunting.
Recent applications
No applications yet. Set up your profile and start the agent.
Agent Setup
Configure what jobs the agent hunts for
Job preferences
Run schedule
08:00
Daily run time
Agent will search + apply every morning
Your contact info
Notifications
Shortlist alert on Gmail
Mark reply as important and notify you
WhatsApp shortlist alert
Send a WhatsApp message when shortlisted
Daily summary email
Email you how many jobs applied each day
Auto-send applications
Send without manual review (fully automated)
My Resume
Base resume โ Claude will tailor this for each job
โน๏ธ Fill this once. The AI reads this and rewrites it to match each job's requirements automatically.
Personal info
Professional summary
Skills
Education
Experience & Projects
Certifications
Tailor & Apply
Paste any job description โ Claude tailors your resume and applies
Job description
Application Tracker
Every job the agent has applied to
0
Total
0
Shortlisted
0
Pending
0
Rejected
All applications
No applications tracked yet.
Start the agent or use Tailor & Apply.
Start the agent or use Tailor & Apply.
Activity Log
Everything the agent has done
Setup Guide
How to make the daily automation actually run
โ ๏ธ This website handles the UI and AI tailoring. For fully automated daily job finding, you need n8n (free) connected to it.
Step 1 โ Host this website free on Vercel
- Go to vercel.com โ sign up free with GitHub
- Upload this folder (index.html) to a GitHub repo
- Import repo in Vercel โ deploy in 1 click
- You get a free URL like
jobhunter-xyz.vercel.app
Step 2 โ Set up n8n free cloud
- Go to n8n.io โ sign up for free cloud account
- Create a new workflow
- Add Schedule Trigger node โ set to 8:00 AM daily
- Add HTTP Request node โ fetch LinkedIn/Indeed RSS feeds
- Add Code node โ filter jobs matching your keywords
- Add HTTP Request โ call Claude API to tailor resume
- Add Gmail node โ send tailored application
- Add Gmail Watch node โ detect shortlist replies
- Add Twilio WhatsApp node โ alert you on WhatsApp
Step 3 โ Free RSS feeds for jobs (no API key needed)
LinkedIn RSS: https://www.linkedin.com/jobs/search?keywords=cybersecurity&location=India&f_TPR=r86400
Indeed RSS: https://www.indeed.com/rss?q=cybersecurity+analyst&l=India
Google Jobs: search via SerpAPI free tier (100 searches/month free)
Indeed RSS: https://www.indeed.com/rss?q=cybersecurity+analyst&l=India
Google Jobs: search via SerpAPI free tier (100 searches/month free)
Step 4 โ Claude API (free tier)
- Go to console.anthropic.com โ get API key
- Free credits available on signup
- Paste your API key in n8n's HTTP Request node header:
x-api-key: YOUR_KEY
Step 5 โ WhatsApp alerts (Twilio free)
- Go to twilio.com โ sign up free
- Enable WhatsApp Sandbox
- Add Twilio node in n8n โ sends WhatsApp when shortlisted
โ
Once set up: the agent runs every morning at 8 AM, finds jobs, tailors your resume, sends applications, watches for replies, and WhatsApps you when shortlisted โ all automatically until you click Stop.