01
Open the Amazon product URL
Start from the Amazon product page you want to monitor and wait for the product and price elements.
Use case
Monitor an Amazon product URL, compare the current price with your target price, and create a CSV report when it reaches the threshold.
Amazon
amazon.de
Flow details
Use this Flow when the job is simple and specific: watch an Amazon product page, compare the current price with your target price, and create a CSV alert when the threshold is met. It is intentionally Amazon-specific rather than a generic ecommerce scraper, so the example and selectors match the Flow you start from.
Amazon product detail URLs where you want a repeatable price check instead of manually reopening the page.
Change the product URL, target price, price normalization, CSV columns, and Scheduling setup.
The Flow writes a report when the current price is at or below target, including product, URL, current price, target price, delta, and status.
01
Start from the Amazon product page you want to monitor and wait for the product and price elements.
02
Read the product title and visible price, normalize the price number, and compare it with your target price variable.
03
When the price is at or below target, write the product, URL, current price, target price, delta, and status to a CSV report.