Use cases

Monitor 20 min

Price monitoring

Watch catalogs and marketplaces. Alert when a price moves.

For: Commerce ops, buyers, pricing teams

You get A SKU/URL-keyed price table with email when price moves.

The problem

Manual checks miss markdowns overnight. You need a cloud schedule and stable product URLs so prices update in place.

Recommended graph

URL generator for list pages → scrape list → scrape detail → store with a SKU key → notify on price change.

Suggested steps

  1. 01Paginate the catalog with URL gen (or paste a list).
  2. 02List scrape: keep title, price, product link.
  3. 03Optional detail scrape for stock/specs; store by url.
  4. 04Notify when=field_change on price; enable daily schedule after a clean run.

Suggested setup

IntervalDaily
Dedupe keysurl
Notify whenprice changes

Example fields

titlepriceurlavailability
Ceramic mug 350ml12.90https://shop.example/p/mugin_stock
Ceramic mug 350ml (set of 4)44.00https://shop.example/p/mug-4low

Other cases