maximus1127/job_crawler ? reverse-engineered prompt
Reverse engineered prompt
Build me a local job search app that finds openings on company careers pages, not just LinkedIn or Indeed.
I want a simple browser based tool I can run on my own machine where I describe the kind of job I am looking for, then start a scan from a sample company list or a bigger crawl. It should look through public careers pages, pull out real openings, filter out obviously irrelevant pages, and use a local AI model through Ollama to judge whether the jobs match my profile. Then it should show me results in a clean review inbox where I can mark things as short listed, applied, rejected, broken, or blocked, and remember what I already handled.
Please make it resume safely if I stop a scan, skip already checked companies for a while, and keep everything local in SQLite. I want it to be polite to websites, rate limited, and not crawl whole sites. If you need to check current docs for anything, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit