🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!

Browse Local Businesses

Found 22377 businesses

22377 businesses found

• Local Service

Let O'Giollain's Ultimate Cleaning Service in Barry brighten your day with their unbeatable window cleaning service!...

Barry

Looking for a reliable window cleaning service that will leave your panes sparkling and your worries at bay? Look no...

Barry

Looking to let the sunshine into your home or office? Vale Cleaning Services Ltd in Barry is here to brighten your...

Barry

Looking for a way to make your home or office shine brighter than ever? Perfect Window Cleaning is here to ensure...

Barry

Looking to give your home or office a crystal-clear upgrade? Look no further than Suds Cleaning, your reliable...

Barry

When it comes to window cleaning, Clearvue Window Cleaning in Charfield knows how to make your panes shine brighter...

Wotton-under-Edge

When it comes to keeping your home or office as spotless as a summer's day, CCMS Wales Ltd is buzzing with...

Barry

Looking for a window cleaning service that leaves your panes looking spotless and your worries behind? Look no...

Barry

When it comes to keeping your windows sparkling, SMS Window Cleaning in Barry is the bee's knees! Their reliable...

Barry

Looking to let the sunshine in with crystal-clear views? Look no further than Cardiff Window Cleaning! They offer...

Barry

Looking to let the sunshine in? Barrow Blasters Window Cleaning Service is here to ensure your home or office shines...

Barrow-in-Furness

Looking to give your windows a sparkling makeover? G. Chelton Ltd in Barrow-in-Furness has got you covered with...

Barrow-in-Furness

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });