Skip to main content

Post curated remote job listings to Slack with BrowserAct and OpenRouter

Workflow preview

Workflow preview
100%
Post curated remote job listings to Slack with BrowserAct and OpenRouter preview
Open on n8n.io

1. Workflow Overview

Auto post curated remote jobs to Slack with BrowserAct and OpenRouter This workflow acts as an intelligent job board curator for your Slack community. It scrapes multiple sources (e.g., Dice, Indee...

Best for

  • Social Media automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-browseract.browseract, @n8n/n8n-nodes-langchain.agent

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Madame AI Team | Kai.

Original n8n.io source

1.1 Workflow description

Title
Post curated remote job listings to Slack with BrowserAct and OpenRouter
Workflow name
Post curated remote job listings to Slack with BrowserAct and OpenRouter

Auto-post curated remote jobs to Slack with BrowserAct and OpenRouter

This workflow acts as an intelligent job board curator for your Slack community. It scrapes multiple sources (e.g., Dice, Indeed), uses AI to filter out spam and low-quality listings based on your specific profile, formats the best jobs into professional posts, and publishes them automatically on a schedule.

Target Audience

Community managers running job boards, recruiters, and developers building niche job aggregators.

How it works

  1. Scheduled Fetch: Every week (or your chosen interval), the workflow triggers.
  2. Targeting: It reads your configured user profile (Skills, Location, Salary) and list of target job sites.
  3. Scraping: BrowserAct scrapes the latest job listings from the specified sites (e.g., Dice, Indeed).
  4. AI Curation: An AI Agent (using OpenAI/GPT-4) reviews each job against your profile. It normalizes salaries, scores relevance, and filters out mismatches or low-quality descriptions.
  5. Format Content: The AI writes a structured summary for the top matches, including "Why it fits" analysis.
  6. Publish: The workflow sends the curated digest to your Slack channel.

[Image of AI job curator workflow diagram]

How to set up

  1. Configure Credentials: Connect your Slack, BrowserAct, and OpenRouter accounts in n8n.
  2. Prepare BrowserAct: Ensure you have the Job Board Aggregator template saved in your BrowserAct account.
  3. Configure Profile: Open the Add a Resume node and update the variables (Location, Skill, Income, Details, Target_Sites) to match your needs.
  4. Configure Slack: Update the Send a message to the Slack channel node with your Slack Channel ID.
  5. Activate: Turn on the workflow.

[Image of n8n integration architecture]

Requirements

  • BrowserAct account with the Job Board Aggregator template.
  • Slack account (Bot Token).
  • OpenRouter account (or compatible LLM credentials).

How to customize the workflow

  1. Add More Sources: Add URLs to the Target_Sites array in the Add a Resume node.
  2. Refine Filters: Update the system prompt in the Analyze the jobs agent to be stricter about seniority or specific technologies.
  3. Change Frequency: Adjust the Weekly Trigger to run daily if you want more frequent updates.

Need Help?


Workflow Guidance and Showcase Video

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 - Loop Over Items

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

Block 2 - Structured Output Parser

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

Block 3 - OpenRouter Chat Model

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

Block 4 - Weekly Trigger

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

Block 5 - Add a Resume

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Split out target sites

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

Block 7 - Scrape Suitable Jobs

Type / Role
n8n-nodes-browseract.browserAct - browserAct
Config choices
Version 1

Block 8 - Split Out

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

Block 9 - Analyze the jobs and generate a Slack message

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 10 - Send a message to the Slack channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 11 - Documentation

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

Block 12 - Step 1 Explanation

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

Block 13 - Step 2 Explanation

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

Block 14 - Sticky Note

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

3. Summary Table

Workflow Post curated remote job listings to Slack with BrowserAct and OpenRouter
Complexity intermediate
Nodes 14
Categories Social Media, AI Summarization
Author Madame AI Team | Kai
Published 13 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13382/13382.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 Post curated remote job listings to Slack with BrowserAct and OpenRouter do?

Auto post curated remote jobs to Slack with BrowserAct and OpenRouter This workflow acts as an intelligent job board curator for your Slack community. It scrapes multiple sources (e.g., Dice, Indee...

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 Social Media, AI Summarization use case.