🚀 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 22376 businesses

22376 businesses found

• Local Service

Is your home or office in need of a little TLC? Clear View Window Cleaning in Holyhead, Anglesey, is here to ensure...

Anglesey

Are your windows looking more like a dirty windowpanes than a sparkling view? Ballard Cleaning Services is here to...

Andover

Let the sunshine in with A F Holdway Cleaning Services, the go-to choice for spotless window cleaning in Andover!...

Andover

Let SJL Window Cleaning in Andover bring some sparkle into your life! Their reliable window cleaning service...

Andover

Looking to let the sunshine in? Iconic Window Cleaning in Andover is here to help you achieve that spotless shine...

Andover

Looking for a reliable window cleaning service that leaves your home or office sparkling? Look no further than...

Andover

When it comes to keeping your home or office shining bright, Blitz Window Cleaning & Guttering Service in St Mary...

Andover

When it comes to making your home or office shine, Glide Cleaning Limited in Andover is the bee's knees! Their...

Andover

Looking for a reliable window cleaning service that’ll leave your panes spotless? Look no further than Pure H2O...

Leigh-on-Sea

Looking to let the sunshine in with crystal-clear windows? Look no further than Sparkles (Hampshire) Limited! Their...

Andover

Looking for a reliable window cleaning service that will make your panes shine like never before? Purified...

Andover

When it comes to making your windows sparkle, Andover Gutter Cleaning knows how to elevate your view! Their reliable...

Andover

🐝 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(); } } }); } }); });