AutomationFlowsAI & RAG › Hypeakz — Competitor Price Monitor + AI Analysis (100% Local)

Hypeakz — Competitor Price Monitor + AI Analysis (100% Local)

HYPEAKZ — Competitor Price Monitor + AI Analysis (100% Local). Uses httpRequest, lmOllama, chainLlm, googleSheets. Scheduled trigger; 6 nodes.

Cron / scheduled trigger★★★★☆ complexityAI-powered6 nodesHTTP RequestLm OllamaChain LlmGoogle Sheets
AI & RAG Trigger: Cron / scheduled Nodes: 6 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow follows the Chainllm → Google Sheets recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "HYPEAKZ \u2014 Competitor Price Monitor + AI Analysis (100% Local)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 12
            }
          ]
        }
      },
      "id": "node-schedule",
      "name": "Run Every 12 Hours",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "={{ $json.competitor_url }}",
        "options": {
          "response": {
            "response": {
              "responseFormat": "text"
            }
          }
        }
      },
      "id": "node-fetch",
      "name": "Fetch Competitor Page",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "model": "llama3.2",
        "baseUrl": "http://ollama:11434"
      },
      "id": "node-ollama",
      "name": "Ollama Local LLM",
      "type": "@n8n/n8n-nodes-langchain.lmOllama",
      "typeVersion": 1,
      "position": [
        750,
        550
      ]
    },
    {
      "parameters": {
        "prompt": "You are a competitive intelligence analyst. Analyze this competitor page content and extract pricing/product information:\n\n{{ $json.data }}\n\nReturn JSON with:\n- competitor_name: company/brand name\n- products_found: array of products with: name, price, currency, description (one sentence)\n- pricing_model: subscription/one-time/freemium/custom\n- price_changes: any sale/discount/new pricing indicators\n- key_features: top 5 features highlighted\n- positioning: how they position themselves (1 sentence)\n- weakness_signals: any complaints, limitations, or gaps visible\n- opportunity: what we could do better (1 sentence)\n\nIf the page content is unclear or blocked, indicate that in the response."
      },
      "id": "node-analyze",
      "name": "Analyze Competitor (AI)",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "typeVersion": 1.4,
      "position": [
        750,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "analysis",
              "value": "={{ $json.text }}"
            },
            {
              "name": "url",
              "value": "={{ $('Fetch Competitor Page').item.json.url }}"
            },
            {
              "name": "checked_at",
              "value": "={{ $now.toISO() }}"
            },
            {
              "name": "model",
              "value": "llama3.2 (local)"
            }
          ]
        }
      },
      "id": "node-format",
      "name": "Format Results",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        1000,
        300
      ]
    },
    {
      "parameters": {
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "value": "Competitor Intel"
        }
      },
      "id": "node-log",
      "name": "Save to Spreadsheet",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        1250,
        300
      ]
    }
  ],
  "connections": {
    "Run Every 12 Hours": {
      "main": [
        [
          {
            "node": "Fetch Competitor Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Competitor Page": {
      "main": [
        [
          {
            "node": "Analyze Competitor (AI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ollama Local LLM": {
      "ai_languageModel": [
        [
          {
            "node": "Analyze Competitor (AI)",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Competitor (AI)": {
      "main": [
        [
          {
            "node": "Format Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Results": {
      "main": [
        [
          {
            "node": "Save to Spreadsheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "tags": [
    {
      "name": "HYPEAKZ.IO"
    },
    {
      "name": "Self-Hosted AI"
    },
    {
      "name": "Ollama"
    },
    {
      "name": "Competitor Intel"
    }
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

HYPEAKZ — Competitor Price Monitor + AI Analysis (100% Local). Uses httpRequest, lmOllama, chainLlm, googleSheets. Scheduled trigger; 6 nodes.

Source: https://github.com/dankofly/selfhosted-ai-kit/blob/main/workflows/09-competitor-monitor.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Cyber Zap Public. Uses httpRequest, chainLlm, outputParserStructured, telegram. Scheduled trigger; 69 nodes.

HTTP Request, Chain Llm, Output Parser Structured +6
AI & RAG

This workflow automates the creation, rendering, approval, and posting of TikTok-style POV (Point of View) videos to Instagram, with cross-posting to Facebook and YouTube. It eliminates manual video p

OpenAI Chat, Output Parser Item List, HTTP Request +10
AI & RAG

YOUTUBE GUIDE 📣 This template generates up to 2,000 AI-based stock images per day for under $4. It includes prompt generation, image creation, metadata enrichment, upload to Google Drive, and error lo

Google Sheets, HTTP Request, Google Drive +6
AI & RAG

Viral videos POV By Juan Pe Navarro. Uses googleSheets, outputParserItemList, httpRequest, googleDrive. Scheduled trigger; 48 nodes.

Google Sheets, Output Parser Item List, HTTP Request +4
AI & RAG

Most blogs publish words. This system publishes experiences.

OpenAI Chat, HTTP Request, Output Parser Structured +7