A REST API that tracks competitor product prices and stock, keeps a full history, and fires a webhook the moment a price moves past your threshold.
curl -H "X-API-Key: YOUR_KEY" -X POST https://price-monitor.wiseparadox.com/targets \
-H "Content-Type: application/json" \
-d '{"sku":"SKU-1","name":"Competitor SKU","url":"https://example.com/product","adapter":"generic","threshold_pct":2}'