Skip to main content

Automate Job Opportunity Digests with OpenRouter GPT-5 and Email

Workflow preview

Workflow preview
100%
Automate Job Opportunity Digests with OpenRouter GPT-5 and Email preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-base.filter, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Julian Kaiser.

Original n8n.io source

1.1 Workflow description

Title
Automate Job Opportunity Digests with OpenRouter GPT-5 and Email
Workflow name
Automate Job Opportunity Digests with OpenRouter GPT-5 and Email

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

  1. Scrapes the n8n community job board to find new postings from the last 7 days
  2. Extracts key metadata including job titles, descriptions, posting dates, and client details
  3. Analyzes each listing using OpenRouter AI to generate concise summaries of project requirements and client needs
  4. 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

  1. Configure OpenRouter Credentials

    • Add your OpenRouter API key in n8n credentials manager
    • Recommended model: GPT-3.5-turbo or Claude for cost-effective summaries
  2. Set Up SMTP Email

    • Configure sender email address
    • Add recipient email(s) for digest delivery
    • Test connection to ensure delivery
  3. Customize Date Range (Optional)

    • Default: Last 7 days of job postings
    • Adjust the date filter node to match your preferred frequency
  4. 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

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Each post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Extract title & description

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 3 - Last 7 days

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 4 - Get list page

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Extract posts

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 6 - Merge objects

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 8 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 9 - Generate Job Summary

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.5

Block 10 - Combine Job Data & Summary

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 11 - Format Summary Output

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Aggregate All Jobs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Send Weekly Job Digest

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Run Weekly on Monday Morning

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate Job Opportunity Digests with OpenRouter GPT-5 and Email
Complexity advanced
Nodes 18
Categories Market Research, AI Summarization
Author Julian Kaiser
Published 06 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9303/9303.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate Job Opportunity Digests with OpenRouter GPT-5 and Email do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.