How it works
- Triggers at a regular interval or via a webhook request.
- Solves AWS WAF challenge then makes a request to fetch the product page.
- Extracts product data from the retrieved HTML page.
- Compares the current and previously stored data to detect any changes.
- Sends an alert if data has changed; else logs no change.
- Returns results if triggered via webhook.
Setup steps
- [ ] Configure schedule settings in 'Every 6 Hours' node.
- [ ] Set up AWS WAF credentials in 'Solve AWS WAF' nodes.
- [ ] Input target URL in 'Fetch Product Page' nodes.
- [ ] Configure webhook URL in 'Receive Monitor Request' node.
Customization
Adjust the target site URL in 'Fetch Product Page' and related nodes to match different sites or specific pages.