ES | EN
Marketing

Track changes of product prices

Nodes 2
Complexity Basic
Category Marketing
n8n popularity 12,978 views in n8n library

This workflow automatically tracks changes on specific websites, typically in e-commerce where you want to get information about price changes. Prerequisites Basic knowledge of HTML and JavaScript Nodes Execute Command nodes create a file named kopacky.json in the /data/ folder (Make sure that n8n has the permissions to make changes to the folder in your setup) and clean data. Cron node triggers the workflow at regular intervals (default is 15 minutes), depending on how often you want to crawl URLs of your watchers. Function Item node (Change me) adds the URL watchers. You can put as many URLs (watchers) as you want by changing the JavaScript code in the node. There are four properties for each watcher: |Property|Meaning| |-|-| |slug|Unique identifier for the watcher.| |link|URL of the website where you want to track changes.| |selector|CSS selector of the HTML tag, where your price is placed. You can use browser web tools to get a specific selector.| |currency|Currency code in

Apps and nodes included

Step-by-Step Implementation Guide

Rastrear Cambios de Precios de Productos

Rastrea automáticamente cambios de precios en sitios web de comercio electrónico.

Nodos Utilizados

  • Email Send: Para enviar notificaciones de cambios de precio.
  • HTTPRequest: Para extraer información de los sitios web.

Pasos de Configuración

  1. HTTPRequest: Configura la solicitud HTTP para obtener el contenido de la página del producto.
  2. Code: Extrae el precio del producto y compara con un valor anterior.
  3. Email Send: Configura el envío de un correo electrónico cuando detecta un cambio de precio.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.