(Coming Soon)

Compare thousands of DIY and building products
Makita LW1401S 1650W 355mm Electric Chop Saw 110V Price Comparisons | Compare The Build

Makita LW1401S 1650W 355mm Electric Chop Saw 110V

£227.99
Cheapest at Screwfix
View Product
Titan TTB705BDS 80mm Electric Bandsaw 230-240V Price Comparisons | Compare The Build

Titan TTB705BDS 80mm Electric Bandsaw 230-240V

£159.89
Cheapest at Screwfix
View Product
Erbauer ERB337TCB-A 750W Electric Tile Cutter 240V Price Comparisons | Compare The Build

Erbauer ERB337TCB-A 750W Electric Tile Cutter 240V

£114.99
Cheapest at Screwfix
View Product
DeWalt DWE7492-LX 250mm Electric Table Saw 110V Price Comparisons | Compare The Build

DeWalt DWE7492-LX 250mm Electric Table Saw 110V

£939.99
Cheapest at Screwfix
View Product
Makita SP6000J/2 165mm Electric Plunge Cut Saw 240V Price Comparisons | Compare The Build

Makita SP6000J/2 165mm Electric Plunge Cut Saw 240V

£347.99
Cheapest at Screwfix
View Product
Makita MLT100NX1/2 10in Table Saw 240V - 1500W Price Comparisons | Compare The Build

Makita MLT100NX1/2 10in Table Saw 240V - 1500W

£780.00
Cheapest at Wickes
View Product
Makita DJR186Z 18V Recipricating Saw - Bare Price Comparisons | Compare The Build

Makita DJR186Z 18V Recipricating Saw - Bare

£139.00
Cheapest at Wickes
View Product
Werner Telescopic 2.9m Aluminium Extension Ladder Price Comparisons | Compare The Build

Werner Telescopic 2.9m Aluminium Extension Ladder

£138.00
Cheapest at Wickes
View Product
Einhell Corded Bandsaw 200mm - 250W Price Comparisons | Compare The Build

Einhell Corded Bandsaw 200mm - 250W

£156.00
Cheapest at Wickes
View Product
Einhell Corded Mitre Saw 210mm - 1600W Price Comparisons | Compare The Build

Einhell Corded Mitre Saw 210mm - 1600W

£83.00
Cheapest at Wickes
View Product
Festool 561589 CARVEX Pendulum Jigsaw PS 420 EBQ-Plus GB 110V Price Comparisons | Compare The Build

Festool 561589 CARVEX Pendulum Jigsaw PS 420 EBQ-Plus GB 110V

£610.00
Cheapest at Power Tool World
View Product
Bosch GCM 10 SD 10" Double Bevel Sliding Mitre Saw Price Comparisons | Compare The Build

Bosch GCM 10 SD 10" Double Bevel Sliding Mitre Saw

£699.00
Cheapest at Power Tool World
View Product
Makita JS1601 1.6mm 380w Straight Shear Price Comparisons | Compare The Build

Makita JS1601 1.6mm 380w Straight Shear

£204.84
Cheapest at Power Tool World
View Product
Product Image
${product._source.title}
£ ${product._source.price ? product._source.price.toFixed(2) : 0}
`).join(''); searchBox.html(productCards); } else { searchBox.html('

No products found.

'); } } function renderSuggestions(suggestions) { let suggestionBox = $('.suggestion-links'); suggestionBox.empty(); if (suggestions?.length) { let suggestionLinks = suggestions.slice(0, 5).map(suggestion => ` ${suggestion} `).join(''); suggestionBox.html(suggestionLinks); } else { suggestionBox.html('

No suggestions found.

'); // suggestionBox.html(''); } } function productURL(product) { let slug = product._source.title.replace(/\//g, '-').toLowerCase().split(' ').join('-'); // Get base URL fr om a hidden Blade variable or directly hardcode if known let baseUrl = "https://test.comparethebuild.com/product"; return `${baseUrl}/${slug}/${product._id}`; } // Use event delegation to handle dynamically created links $(document).on('click', '.suggestion-link', function() { let productName = $(this).data('title'); $('#search-bar').val(productName); $('#search-child-form').submit(); $('.search-dropdown').hide(); // Hides the search box }); }); function searchFormSubmit() { $('#search-child-form').submit(); } -->