Job Application Tracker
Track every job application, follow-up date, and interview prep note in one place — without the Notion-template-overhead trap.
- Tools
memorymemory_searchgmail- Channels
telegramdesktop- Uses
cron
Job hunting is admin-heavy: 50+ applications, status changes weekly, follow-ups due at specific times, and you need to remember the company basics before each interview. Most people start with a Notion template, give up after 2 weeks, and live in browser tabs. The agent absorbs the admin so you focus on the actual conversations.
What it does
- Quick capture: "applied to <company> for <role>" → logged
- Tracks status: applied → screen → interview → offer / declined / ghosted
- Follow-up reminders: 7 days after applying without response, prompts a follow-up
- Interview prep: pulls company recent news, your contacts there (from Gmail), prior application notes
- Weekly summary: where things stand
- Post-interview note capture: voice or text → saved tagged
What you'll need
- Memory for application records
- Gmail for recruiter email integration (optional but useful)
- Cron for follow-up reminders + weekly summary
Setup
1. Define the record shape
2. Quick capture conventions
Send to your bot:
"applied to OpenAI for Founding Engineer, Remote — via LinkedIn, referred by Erkan"
Agent parses and creates the record. Future updates by reference:
"OpenAI screen scheduled for Wed 2pm with Sarah" → status=screen, adds note "Sarah, Wed 2pm"
"OpenAI moved to interview, technical Thursday" → status=interview
3. Follow-up cron
4. Pre-interview brief
5. Weekly summary
Tips
- Don't try to capture in real-time. Apply on LinkedIn, copy the URL, paste to bot ("applied to <X> via <URL>"). Two seconds.
- Tag every email. When a recruiter emails, tell the bot "applied at OpenAI — recruiter just emailed Mira about screen next week." The Gmail link picks up; the bot updates status.
- Prep is where this earns its keep. Walking into an interview having read the latest news and your contact's notes is the highest-ROI 5 minutes you can spend.
- Status decay is a feature. Anything stuck at "applied" for 30 days = ghosted. Mark and move on. Don't romanticise.
- Salary info matters. Even if asked late, log it. Patterns across companies inform negotiation later.
- After landing, archive. Don't keep your job search history
forever. Memory tag with
archivedafter the new job starts; the agent stops surfacing them.