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
Public Flow
This read-only canvas is generated from the same public Flow seed used by Scrapeer's Flow Library. Drag the canvas, zoom into a Block, and trace price extraction, number formatting, the target-price condition, and CSV creation.
The starter form changes these two values without exposing the Amazon selectors or comparison Blocks.
The Flow creates the CSV only when the normalized current price is at or below the target price.
Product URL Current price Target price Price delta Status Run the Flow once and compare the visible Amazon price with the normalized value in Scrapeer. If Amazon changes its price markup, returns an empty value, or shows a CAPTCHA, inspect the Wait for Element and Extract Text Blocks in Liveview before scheduling another run.
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.
Read how to monitor an Amazon product priceAmazon 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.