Automate Job Opportunity Digests with OpenRouter GPT-5 and Email

Go to Workflow
1 views
Built by Julian Kaiser Julian Kaiser
Created on June 09, 2026

Description

n8n Forum Job Aggregator - AI-Powered Email Digest

Overview
Automate your n8n community job board monitoring with this intelligent workflow that scrapes, analyzes, and delivers opportunities straight to your inbox. Perfect for freelancers, agencies, and developers looking to stay on top of n8n automation projects without manual checking.

How It Works
Scrapes the n8n community job board to find new postings from the last 7 days
Extracts key metadata including job titles, descriptions, posting dates, and client details
Analyzes each listing using OpenRouter AI to generate concise summaries of project requirements and client needs
Delivers a professionally formatted email digest with all opportunities organized and ready for review

Prerequisites
OpenRouter API Key**: Sign up at OpenRouter.ai to access AI summarization capabilities
SMTP Email Account**: Gmail, Outlook, or any SMTP-compatible email service

Setup Steps
Time estimate: 5-10 minutes

Configure OpenRouter Credentials
Add your OpenRouter API key in n8n credentials manager
Recommended model: GPT-3.5-turbo or Claude for cost-effective summaries

Set Up SMTP Email
Configure sender email address
Add recipient email(s) for digest delivery
Test connection to ensure delivery

Customize Date Range (Optional)
Default: Last 7 days of job postings
Adjust the date filter node to match your preferred frequency

Test & Refine
Run a test execution
Review email formatting and AI summary quality
Customize HTML template styling to match your preferences

Customization Options
Scheduling**: Set up cron triggers (daily, weekly, or custom intervals)
Filtering**: Add keyword filters for specific technologies or project types
AI Prompts**: Modify the summarization prompt to extract different insights
Email Design**: Customize HTML/CSS styling in the email template node

Example Use Cases
Freelance Developers**: Never miss relevant n8n automation opportunities
Agencies**: Monitor market demand and competitor activity
Job Seekers**: Track n8n-related positions and consulting gigs
Market Research**: Analyze trends in automation project requests

Example Output
Each email digest includes:
Job title and posting date
AI-generated summary (e.g., "Client needs workflow automation for Shopify order processing with Slack notifications")
Direct link to original posting
Organized by recency

Nodes Used (7)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
HTML
n8n-nodes-base.html
HTTP Request
n8n-nodes-base.httpRequest
OpenRouter Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenRouter
Send Email
n8n-nodes-base.emailSend
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured