Tell us what to watch. We'll tell you when it changes.

Paste the link to a product page. Watchnode checks it on a schedule and messages you when the price drops below your threshold, or when something that was out of stock comes back.

At a glance

Stores supported24across 5 regions
Check interval15 min2 min on Plus
Price history kept90 daysper watch, per store
Alerts3email, webhook, personal feed

How people use it

Webhooks, if you'd rather wire it up yourself

Every alert can be delivered as a POST to a URL you control. The body is small and stable:

{
  "event": "price_drop",
  "watch": "wn_7f2c19",
  "store": "nordkauf",
  "was": 219.00,
  "now": 174.90,
  "currency": "EUR",
  "url": "https://…",
  "seen_at": "2026-09-07T14:31:07Z"
}

Retries are three attempts with backoff, then the alert falls back to email so nothing is lost quietly. Details in how it works.

What it does not do