Send a daily women-focused job digest to Telegram with GPT-4o-mini and SerpAPI
Workflow preview
DISCOUNT 20%
Overview
π Description
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)
- Pulls job listings from Google Jobs via SerpAPI across four categories:
- Women returnship programs
- Diversity hiring roles
- Remote jobs for women
- Female-focused hiring initiatives
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:
- Title
- Company
- Location
- Description
- Apply link
- Source
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)
- Converts posting time (e.g., β2 days agoβ) into numeric scores
- Sorts jobs by most recent
- Keeps only top 3 high-signal listings
- AI Agent: Validate & Format Job (OpenAI GPT-4o-mini)
- For each job:
- Verifies real relevance (rejects generic/senior/unrelated roles)
- Assigns category tag (π© π π π)
- Generates clean, human-readable output
- Drops irrelevant jobs using IGNORE
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.
π§© Prerequisites
β’ SerpAPI key (added in all HTTP nodes) β’ OpenAI API credential (GPT-4o-mini) β’ Telegram Bot API credential + Chat ID β’ Proper keyword alignment for filtering
π‘ Key Benefits
β 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
π₯ Perfect For
- Women-focused job communities and Telegram channels
- Career platforms targeting diversity hiring
- Returnship and re-entry job programs
- Curated job newsletter automation systems