Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Overview This n8n workflow automates brand monitoring across social media platforms (Reddit, LinkedIn, X, and Instagram) using the AnySite API . ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.datatable, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Andrey.
Original n8n.io sourceThis n8n workflow automates brand monitoring across social media platforms (Reddit, LinkedIn, X, and Instagram) using the AnySite API.
It searches posts mentioning your defined keywords, stores results in n8n Data Tables, analyzes engagement and sentiment, and generates a detailed AI-powered social media report automatically sent to your email.
The workflow runs:
Keyword Loading:
Reads all keywords from the Data Table “Brand Monitoring Words”
Social Media Search:
For each keyword, the workflow calls the AnySite API endpoints:
api/reddit/search/posts api/linkedin/search/posts api/twitter/search/posts (X) api/instagram/search/postsDeduplication:
Before saving, checks if a post already exists in the “Brand Monitoring Posts” table.
Data Storage:
Inserts new posts into the Data Table with fields like type, title, url, vote_count, comment_count, etc.
Comments Enrichment:
For Reddit and LinkedIn, retrieves and formats comments into JSON strings, then updates the record.
AI Analysis & Report Generation:
The AI Agent (OpenAI GPT model) aggregates posts, analyzes sentiment, engagement, risks, and generates a structured HTML email report.
Email Sending:
Sends the final report via Gmail using your connected account.
Import the workflow
Import the provided file:Social Media Monitoring.json
Configure credentials
access-token header with your API key Create required Data Tables
| Field | Type | Description |
|---|---|---|
word |
string | Keyword or brand name to monitor |
> Each row represents a single keyword to be tracked.
| Field | Type | Description |
|---|---|---|
type |
string | Platform type (e.g., reddit, linkedin, x, instagram) |
title |
string | Post title or headline |
url |
string | Direct link to post |
created_at |
string | Post creation date/time |
subreddit_id |
string | (Reddit only) subreddit ID |
subreddit_alias |
string | (Reddit only) subreddit alias |
subreddit_url |
string | (Reddit only) subreddit URL |
subreddit_description |
string | (Reddit only) subreddit description |
comment_count |
number | Number of comments |
vote_count |
number | Votes, likes, or reactions count |
subreddit_member_count |
number | (Reddit only) member count |
post_id |
string | Unique post identifier |
text |
string | Post body text |
comments |
string | Serialized comments (JSON string) |
word |
string | Matched keyword that triggered capture |
| Issue | Solution |
|---|---|
| No posts found | Check AnySite API key and keyword relevance |
| Duplicate posts | Verify Data Table deduplication setup |
| Report not sent | Confirm Gmail OAuth2 connection |
| AI Agent error | Ensure OpenAI API key and model selection are correct |
Created for automated cross-platform brand reputation monitoring, enabling real-time insights into how your brand is discussed online.
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.
Showing the first 24 of 42 workflow blocks. Download the JSON for the full node graph.
| Workflow | Cross-platform brand monitoring & analysis with AnySite API and GPT |
|---|---|
| Complexity | advanced |
| Nodes | 42 |
| Categories | Market Research, AI Summarization |
| Author | Andrey |
| Published | 28 Oct 2025 |
Use the JSON export at /data/workflows/10251/10251.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Overview This n8n workflow automates brand monitoring across social media platforms (Reddit, LinkedIn, X, and Instagram) using the AnySite API . ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.