bhushan1010/Job_search ? reverse-engineered prompt

Reverse engineered prompt

Build me an Apify actor that takes the results from my job scraping runs, removes duplicates across runs, and sends me a clean Slack summary when there are actually new jobs.

It should work as a downstream step after my LinkedIn and Indeed job scraper tasks, using the dataset from the finished scraper run. I want it to ignore obvious senior roles like Senior, Lead, Principal, Manager, Architect, and anything that looks like 5 plus years of experience. It should also make fresher friendly jobs stand out, like internship, entry level, associate, and junior roles.

Please keep track of job URLs or IDs in a shared persistent store so the same job does not get sent twice on later runs. If there are new jobs, format them nicely for Slack with a simple readable digest. If there are no new jobs, just do nothing quietly.

Use the existing Apify style for input and setup, and if you need to check any current docs online, go ahead.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab