Fresh Microsoft job postings land in my inbox every morning as ready-to-paste LinkedIn posts — salary, level, and link included
A fully serverless pipeline that reverse-engineers Microsoft Careers' new Eightfold API (the old GCS API died when Microsoft migrated), pulls every US job posted in the last 24 hours, enriches each with pay range, seniority level, and a description snippet from the detail endpoint, and formats each job as a complete LinkedIn post with emojis and hashtags. Two Azure Function timers deliver via Gmail SMTP: 7 AM ET sends the first 50 (software engineer roles sorted first), and 10 AM PT sends the overflow batch when more than 50 dropped. Every post is archived to Blob Storage. Runs on the consumption plan free grant — effectively $0/month.
Two timer triggers, consumption plan
Scraper + post generator
Reverse-engineered from JS bundle
Inbox delivery + daily archive
Sharing daily job leads on LinkedIn is valuable but brutally manual:
Automate everything except the final human click:
This is not a demo — the posts generated by this pipeline are live on my LinkedIn right now. Check a real one below, or grab the code and point it at any Eightfold-powered careers site.