This workflow automates a daily women-focused job discovery and delivery system. It runs every morning, fetches jobs from multiple targeted categories using SerpAPI, filters and ranks them based on relevance and recency, and uses AI to validate and format the best opportunities. The final curated list (top 3 jobs) is sent as a clean, readable digest to a Telegram channel.
⚙️ Step-by-Step Flow
Daily 9AM Trigger (Schedule)
Runs automatically every day at 9:00 AM to initiate the job discovery pipeline.
Fetch Jobs (4 Parallel HTTP Requests)
Merge All Results (Merge Node)
Combines all fetched job results into a single unified dataset.
Extract Job Items (Code Node)
Normalizes raw API responses into structured fields:
Keyword Filter (IF Node)
Filters jobs using regex for relevance:
women | diversity | returnship | female | remote
Only matching jobs move forward.
Rank by Recency & Take Top 3 (Code Node)
Build Telegram Digest Message (Code Node)
Combines all formatted jobs into a single structured message with numbering and footer.
Send Daily Digest to Telegram (Telegram Node)
Delivers the final curated job digest to a Telegram chat/channel using HTML formatting.
• SerpAPI key (added in all HTTP nodes)
• OpenAI API credential (GPT-4o-mini)
• Telegram Bot API credential + Chat ID
• Proper keyword alignment for filtering
✔ Fully automated daily job sourcing and curation
✔ Multi-source aggregation with deduplication logic
✔ AI-based quality filtering (removes noise)
✔ High-signal output (top 3 only, no clutter)
✔ Direct delivery to Telegram for instant consumption