Quick overview
This workflow runs weekly to search the web (including Reddit) for your brand, competitors, and industry keywords using Anthropic Claude web search, then synthesizes the most relevant findings into a ranked digest and posts a grouped summary to a chosen Slack channel.
How it works
- Runs every Monday at 8:00 AM on a weekly schedule.
- Builds a tracking list from your brand name, competitor names, and industry topics, and labels each keyword as brand, competitor, or industry.
- For each keyword, calls the Anthropic Messages API with Claude web search enabled to find concrete mentions from the past N days and returns a small JSON list of results with real URLs.
- Parses, normalizes, and deduplicates all findings across keywords (primarily by URL) into a single combined list.
- Sends the combined findings back to Claude to rank and refine the top business-relevant items while keeping the preset category types and original URLs.
- Formats the ranked results into a Slack message grouped by Brand, Competitors, and Industry, and posts the weekly digest to your selected Slack channel.
Setup
- Add an Anthropic API credential in n8n and ensure your account has access to Claude web search (used by the two Anthropic HTTP requests).
- Add a Slack API credential in n8n with permission to post messages to your target channel.
- Update the configuration values for brand name, comma-separated competitors and topics, Slack channel ID, and lookback window (days) before activating the workflow.