Skip to main content

Send daily AI competitor change digests with ScraperAPI, Claude and Slack

Workflow preview

Workflow preview
100%
Send daily AI competitor change digests with ScraperAPI, Claude and Slack preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow monitors a list of competitor web pages daily using ScraperAPI, detects meaningful content changes, summarizes them with Anthropic Claude, stores the latest snapshots i...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.datatable, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-scraperapi-official.scraperapi, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send daily AI competitor change digests with ScraperAPI, Claude and Slack
Workflow name
Send daily AI competitor change digests with ScraperAPI, Claude and Slack

Quick Overview

This workflow monitors a list of competitor web pages daily using ScraperAPI, detects meaningful content changes, summarizes them with Anthropic Claude, stores the latest snapshots in an n8n Data Table, and sends a daily digest to Slack and email (Gmail or SMTP).

How it works

  1. Runs on a daily schedule at 8am (and can be run manually to initialize the storage table).
  2. Builds a list of competitor URLs to monitor, including the ScraperAPI proxy country code for each target.
  3. Iterates through the URLs, scrapes each page via ScraperAPI, cleans/truncates the markdown content, and computes a hash for change detection.
  4. Looks up the previous snapshot for each URL in an n8n Data Table and determines whether the content has materially changed.
  5. For changed pages, sends the previous and current snapshots to Anthropic Claude to generate a short change summary and upserts the updated snapshot and summary back into the Data Table.
  6. For unchanged pages, upserts the latest “last seen” timestamp and hash into the Data Table.
  7. After processing, fetches today’s changed summaries from the Data Table, assembles a daily digest, and posts it to Slack and sends it via Gmail and/or SMTP.

Setup

  1. Add a ScraperAPI credential and ensure it is selected in the ScraperAPI node.
  2. Add an Anthropic credential for the Claude chat model used by the AI agent.
  3. Configure the competitor URL list (and optional countryCode) in the “Prepare URL List” code step.
  4. Add Slack credentials and set the target channel for posting the digest.
  5. Configure email delivery by setting up either Gmail credentials and the recipient address, or SMTP settings (from/to addresses and SMTP credential details).

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Manual Trigger

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

Block 10 - Initialize Data Table

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

Block 11 - Daily Trigger at 8am

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

Block 12 - Prepare URL List

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

Block 13 - Batch Process URLs

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

Block 14 - Scrape Web Page

Type / Role
n8n-nodes-scraperapi-official.scraperApi - scraperApi
Config choices
Version 1

Block 15 - Clean and Cap Content

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

Block 16 - Retrieve Previous Snapshot

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

Block 17 - Compare Current and Previous

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

Block 18 - Check for Content Changes

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

Block 19 - Change Summary Agent

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

Block 20 - Claude Sonnet Model

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

Block 21 - Record Changed Data

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

Block 22 - Record Unchanged Data

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

Block 23 - Fetch Today's Changes

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

Block 24 - Compile Change Data

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

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Send daily AI competitor change digests with ScraperAPI, Claude and Slack
Complexity advanced
Nodes 29
Categories Market Research, AI Summarization
Author ScraperAPI
Published 15 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16363/16363.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 Send daily AI competitor change digests with ScraperAPI, Claude and Slack do?

Quick Overview This workflow monitors a list of competitor web pages daily using ScraperAPI, detects meaningful content changes, summarizes them with Anthropic Claude, stores the latest snapshots i...

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.