Back to Flow Library

Use case

Amazon price monitor

Monitor an Amazon product URL, compare the current price with your target price, and create a CSV report when it reaches the threshold.

Output
Price alert CSV
Fields to extract
product url current price target price delta status

Amazon

amazon.de

Screenshot of Amazon showing product cards, prices, and ratings

Flow details

Monitor one Amazon product against a target price

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.

Best fit

Amazon product detail URLs where you want a repeatable price check instead of manually reopening the page.

Editable parts

Change the product URL, target price, price normalization, CSV columns, and Scheduling setup.

Output logic

The Flow writes a report when the current price is at or below target, including product, URL, current price, target price, delta, and status.

What the Flow covers

01

Open the Amazon product URL

Start from the Amazon product page you want to monitor and wait for the product and price elements.

02

Compare current and target price

Read the product title and visible price, normalize the price number, and compare it with your target price variable.

03

Create the alert CSV

When the price is at or below target, write the product, URL, current price, target price, delta, and status to a CSV report.