HtmlExtract automates the extraction of product prices from specified web pages every 15 minutes, sending notifications when prices drop. It efficiently manages data storage and updates, ensuring users stay informed about the best deals while simplifying the monitoring process.

View Large Image
HtmlExtract automates the extraction of product prices from specified web pages every 15 minutes, sending notifications when prices drop. It efficiently manages data storage and updates, ensuring users stay informed about the best deals while simplifying the monitoring process.
This workflow automates the process of monitoring product prices from various online sources. It addresses the challenge of manually checking prices, which can be time-consuming and prone to errors. By using this workflow, users can:
initItem function initializes the workflow by setting up the items to be monitored.fetchWeb node retrieves the HTML content of the specified product links.HTML Extract node parses the fetched HTML to extract the current price based on the provided CSS selector.getActualPrice function processes the extracted price, converting it to a float and checking if it exists.