This workflow automatically tracks changes on specific websites, typically in e-commerce where you want to get information about price changes.
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.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 which your price is set. |
kopacky.json
file.NOTE: This is the first (beta) version of this workflow, so it could have some issues. For example, there is an issue with getting content of those websites, where the owner of the website blocks any calls from unknown foreign services - it's typical protection against crawlers.