workflows.fit
Back to n8n workflows
n8n templateFreeBy vinci-king-01

Track e-commerce price changes with ScrapeGraphAI, Baserow & Pushover alerts

Product Price Monitor with Pushover and Baserow ⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community...

DevelopmentCore NodesData & StorageCommunicationSticky NoteWebhookCodeSplit In Batches
Loading interactive preview...

Template notes

Product Price Monitor with Pushover and Baserow

⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n instance before using this template.

This workflow automatically scrapes multiple e-commerce sites for selected products, analyzes weekly pricing trends, stores historical data in Baserow, and sends an instant Pushover notification when significant price changes occur. It is ideal for retailers who need to track seasonal fluctuations and optimize inventory or pricing strategies.

Pre-conditions/Requirements

Prerequisites - An active n8n instance (self-hosted or n8n.cloud) - ScrapeGraphAI community node installed - At least one publicly accessible webhook URL (for on-demand runs) - A Baserow database with a table prepared for product data - Pushover account and registered application

Required Credentials - ScrapeGraphAI API Key – Enables web-scraping capabilities - Baserow: Personal API Token – Allows read/write access to your table - Pushover: User Key & API Token – Sends mobile/desktop push notifications - (Optional) HTTP Basic Token or API Keys for any private e-commerce endpoints you plan to monitor

Baserow Table Specification | Field Name | Type | Description | |------------|-----------|--------------------------| | Product ID | Number | Internal or SKU | | Name | Text | Product title | | URL | URL | Product page | | Price | Number | Current price (float) | | Currency | Single select (USD, EUR, etc.) | | Last Seen | Date/Time | Last price check | | Trend | Number | 7-day % change |

How it works