Loading prices...
Loading prices...
Stay updated on building material price changes with our RSS feeds and webhook notifications.
Subscribe to our RSS feeds to get notified of price changes in your RSS reader, browser, or automation tools.
All significant price changes (>5%) across all products in the last 24 hours
https://buildwatch.co.uk/api/v1/feeds/rssPrice changes for a specific product. Replace {productSlug} with the product slug from its URL.
https://buildwatch.co.uk/api/v1/feeds/rss/{productSlug}https://buildwatch.co.uk/api/v1/feeds/rss/screwfix-cls-timber-38x89mmPrice changes for all products in a category. Replace {categorySlug} with the category slug.
https://buildwatch.co.uk/api/v1/feeds/rss/category/{categorySlug}https://buildwatch.co.uk/api/v1/feeds/rss/category/timberRegister webhook endpoints to receive real-time price change notifications via HTTP POST.
POST https://buildwatch.co.uk/api/v1/webhooks{
"url": "https://your-app.com/buildwatch-webhook",
"events": ["price_drop", "price_rise", "back_in_stock"],
"products": ["optional-product-slug-1", "optional-product-slug-2"]
}