Skip to main content

Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct

Workflow preview

Workflow preview
100%
Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Create curated industry trend reports from Medium to Google Docs This workflow automates the process of market research by generating high quality, curated digests of Medium articles for specific t...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googledocs, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger

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
Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct
Workflow name
Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct

Create curated industry trend reports from Medium to Google Docs

This workflow automates the process of market research by generating high-quality, curated digests of Medium articles for specific topics. It scrapes recent content, uses AI to filter out spam and duplicates, categorizes the stories into readable buckets, and compiles everything into a formatted Google Doc report.

Target Audience

Content marketers, market researchers, product managers, and investors looking to track industry trends without reading through noise.

How it works

  1. Schedule: The workflow runs on a defined schedule (e.g., daily or weekly) via the Schedule Trigger.
  2. Define Source: A Set node defines the specific Medium tag URL to track (e.g., /tag/artificial-intelligence).
  3. Scrape Content: BrowserAct visits the target Medium page and scrapes the latest article titles, authors, and summaries.
  4. Analyze & Filter: An AI Agent (powered by Claude via OpenRouter) analyzes the raw feed. It removes duplicates, filters out spam/clickbait, and categorizes high-quality stories into buckets (e.g., "Must Reads," "Engineering," "Wealth").
  5. Create Report: A Google Docs node creates a new document using the digest title generated by the AI.
  6. Build Document: The workflow loops through the analyzed items, appending headers and body text to the Google Doc section by section.
  7. Notify Team: A Slack node sends a message to your chosen channel confirming the report is ready.

How to set up

  1. Configure Credentials: Connect your BrowserAct, Google Docs, Slack, and OpenRouter accounts in n8n.
  2. Prepare BrowserAct: Ensure the Automated Industry Trend Scraper & Outline Creator template is saved in your BrowserAct account.
  3. Set Target Topic: Open the Target Page node and replace the Target_Medium_Link with the Medium tag archive you wish to track (e.g., https://medium.com/tag/bitcoin/archive).
  4. Configure Notification: Open the Send a message node (Slack) and select the channel where you want to receive alerts.
  5. Activate: Turn the workflow on.

Requirements

  • BrowserAct account with the Automated Industry Trend Scraper & Outline Creator template.
  • Google Docs account.
  • Slack account.
  • OpenRouter account (or any compatible LLM credentials).

How to customize the workflow

  1. Adjust the AI Persona: Modify the system prompt in the Analyzer & Script writer node to change the categorization buckets (e.g., change "Engineering" to "Marketing Strategies").
  2. Change the Output Destination: Replace the Google Docs nodes with Notion or Airtable nodes if you prefer a database format over a document.
  3. Add Email Delivery: Add a Gmail or Outlook node at the end to email the finished Google Doc link directly to stakeholders.

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 - Structured Output

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

Block 2 - OpenRouter

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

Block 3 - Loop Over Items

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

Block 4 - Analyzer & Script writer

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

Block 5 - Add Spacer

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

Block 6 - Add Header & Body

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

Block 7 - Add Body

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

Block 8 - Documentation

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

Block 9 - Step 1 Explanation

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

Block 10 - Step 2 Explanation

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

Block 11 - Step 3 Explanation

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

Block 12 - Sticky Note

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

Block 13 - Target Page Link

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

Block 14 - Every Day

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

Block 15 - Scrape Headlines

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

Block 16 - Waiting for Inputs

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

Block 17 - Slack Team Notification

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

Block 18 - Check for Header

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 19 - Rate Limit Mitigation

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 20 - Split the AI-generated data

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

Block 21 - Create a Document for Outlines

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

3. Summary Table

Workflow Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct
Complexity advanced
Nodes 21
Categories Market Research, AI Summarization
Author Madame AI Team | Kai
Published 01 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12348/12348.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 Create curated industry trend reports from Medium to Google Docs with Claude via OpenRouter and BrowserAct do?

Create curated industry trend reports from Medium to Google Docs This workflow automates the process of market research by generating high quality, curated digests of Medium articles for specific t...

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.