(Coming Soon)

Compare thousands of DIY and building products
Bosch GSB 21-2 1100W Electric Impact Drill 110V Price Comparisons | Compare The Build

Bosch GSB 21-2 1100W Electric Impact Drill 110V

£249.38
Cheapest at Screwfix
View Product
Bosch GRM 13-2 RE 365W Electric Corded Drill 230V Price Comparisons | Compare The Build

Bosch GRM 13-2 RE 365W Electric Corded Drill 230V

£230.00
Cheapest at Screwfix
View Product
Bosch EasySpray 18V Cordless Spray Gun - Bare Price Comparisons | Compare The Build

Bosch EasySpray 18V Cordless Spray Gun - Bare

£98.00
Cheapest at Wickes
View Product
DeWalt DW099S-XJ Bluetooth Laser Line Distance Measurer 0.15-30m Price Comparisons | Compare The Build

DeWalt DW099S-XJ Bluetooth Laser Line Distance Measurer 0.15-30m

£119.96
Cheapest at Power Tool World
View Product
Bosch GSR 18 V-28 Drill Driver Body Only in Carton 06019H4100 Price Comparisons | Compare The Build

Bosch GSR 18 V-28 Drill Driver Body Only in Carton 06019H4100

£126.68
Cheapest at Power Tool World
View Product
Wickes 18V 1 x 1.5Ah Li-ion Cordless Combi Drill Price Comparisons | Compare The Build

Wickes 18V 1 x 1.5Ah Li-ion Cordless Combi Drill

£49.00
Cheapest at Wickes
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(); } -->