{
  "name": "Social media sentiment analysis dashboard with custom AI for Twitter, Reddit & LinkedIn",
  "nodes": [
    {
      "id": "social-media-trigger",
      "name": "Social Media Monitor Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        400,
        800
      ]
    },
    {
      "id": "manual-sentiment-trigger",
      "name": "Manual Sentiment Check Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        400,
        600
      ]
    },
    {
      "id": "twitter-scraper",
      "name": "Twitter Brand Mentions Scraper",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        800,
        500
      ]
    },
    {
      "id": "reddit-scraper",
      "name": "Reddit Brand Discussion Scraper",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        800,
        700
      ]
    },
    {
      "id": "linkedin-scraper",
      "name": "LinkedIn Professional Mentions Scraper",
      "type": "n8n-nodes-scrapegraphai.scrapegraphAi",
      "position": [
        800,
        900
      ]
    },
    {
      "id": "sentiment-analysis-processor",
      "name": "Advanced Sentiment Analysis & Brand Intelligence",
      "type": "n8n-nodes-base.code",
      "position": [
        1400,
        700
      ]
    },
    {
      "id": "google-sheets-dashboard",
      "name": "Google Sheets Sentiment Dashboard",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2200,
        700
      ]
    },
    {
      "id": "crisis-alert-filter",
      "name": "Crisis & Priority Alert Filter",
      "type": "n8n-nodes-base.if",
      "position": [
        1400,
        450
      ]
    },
    {
      "id": "slack-crisis-alert",
      "name": "Slack Crisis & Priority Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        1800,
        450
      ]
    },
    {
      "id": "positive-sentiment-filter",
      "name": "Positive Sentiment Filter",
      "type": "n8n-nodes-base.if",
      "position": [
        1400,
        950
      ]
    },
    {
      "id": "slack-positive-alert",
      "name": "Slack Positive Mention Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        1800,
        950
      ]
    },
    {
      "id": "sticky-triggers",
      "name": "Sticky Note - Triggers",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        350
      ],
      "parameters": {
        "width": 350,
        "height": 450,
        "content": "# Step 1: Social Media Monitoring Triggers 📱\n\nDual trigger system for comprehensive social media sentiment monitoring:\n\n## Automated Schedule Trigger\n- **Frequency**: Every 4 hours for real-time monit"
      }
    },
    {
      "id": "sticky-scraping",
      "name": "Sticky Note - Social Scraping",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        200
      ],
      "parameters": {
        "width": 350,
        "height": 450,
        "content": "# Step 2: Multi-Platform Social Scraping 🌐\n\nParallel scraping from major social media platforms:\n\n## Covered Platforms\n- **Twitter**: Real-time mentions and discussions\n- **Reddit**: Community discuss"
      }
    },
    {
      "id": "sticky-analysis",
      "name": "Sticky Note - Sentiment Analysis",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1280,
        200
      ],
      "parameters": {
        "width": 350,
        "height": 450,
        "content": "# Step 3: Advanced Sentiment Analysis 🧠\n\nSophisticated AI-powered sentiment and brand intelligence:\n\n## Sentiment Detection\n- **Multi-level Analysis**: Very positive to very negative\n- **Confidence Sc"
      }
    },
    {
      "id": "sticky-dashboard",
      "name": "Sticky Note - Dashboard & Alerts",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1680,
        200
      ],
      "parameters": {
        "width": 350,
        "height": 450,
        "content": "# Step 4: Smart Alerts & Dashboard 📊\n\nIntelligent notification system and data visualization:\n\n## Crisis Management\n- **Priority Filtering**: Critical, High, Medium, Low\n- **Crisis Potential**: Early "
      }
    }
  ],
  "connections": {
    "Positive Sentiment Filter": {
      "main": [
        [
          {
            "node": "Slack Positive Mention Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Social Media Monitor Trigger": {
      "main": [
        [
          {
            "node": "Twitter Brand Mentions Scraper",
            "type": "main",
            "index": 0
          },
          {
            "node": "Reddit Brand Discussion Scraper",
            "type": "main",
            "index": 0
          },
          {
            "node": "LinkedIn Professional Mentions Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crisis & Priority Alert Filter": {
      "main": [
        [
          {
            "node": "Slack Crisis & Priority Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Sentiment Check Webhook": {
      "main": [
        [
          {
            "node": "Twitter Brand Mentions Scraper",
            "type": "main",
            "index": 0
          },
          {
            "node": "Reddit Brand Discussion Scraper",
            "type": "main",
            "index": 0
          },
          {
            "node": "LinkedIn Professional Mentions Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twitter Brand Mentions Scraper": {
      "main": [
        [
          {
            "node": "Advanced Sentiment Analysis & Brand Intelligence",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reddit Brand Discussion Scraper": {
      "main": [
        [
          {
            "node": "Advanced Sentiment Analysis & Brand Intelligence",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn Professional Mentions Scraper": {
      "main": [
        [
          {
            "node": "Advanced Sentiment Analysis & Brand Intelligence",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Advanced Sentiment Analysis & Brand Intelligence": {
      "main": [
        [
          {
            "node": "Google Sheets Sentiment Dashboard",
            "type": "main",
            "index": 0
          },
          {
            "node": "Crisis & Priority Alert Filter",
            "type": "main",
            "index": 0
          },
          {
            "node": "Positive Sentiment Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}