Location Checker

We’re glad you’re interested in our services! To get started, check to make sure we offer skips in your location with the form below.

We offer services in your area! Book now!

Sorry! We don't offer services in your area at the moment.

We may be able to provide services to you - please contact us.

const locations = ["LS1", "LS2", "LS3", "LS4", "LS5", "LS6", "LS7", "LS8", "LS9", "LS10", "LS11", "LS12", "LS13", "LS14", "LS15", "LS16", "LS17"] function checkLocation(e) { e.preventDefault(); let postcode = document.getElementById("form-postcode"); let form = document.getElementById("form"); let available = document.getElementById("form-available"); let notAvailable = document.getElementById("form-not-available") let maybeAvailable = document.getElementById("form-maybe-available") let errorArea = document.getElementById("form-error") if (postcode.value.replace(/\s/g, "").length > 7 || postcode.value.replace(/\s/g, "").length < 6) { errorArea.innerHTML = "Invalid postcode." return; } let found = false; for (i in locations) { if (postcode.value.replace(/\s/g, "").length == 6) { if (postcode.value.replace(/\s/g, "").toUpperCase().substring(0, 3) == locations[i]) { found = true; } } else { if (postcode.value.replace(/\s/g, "").toUpperCase().substring(0, 4) == locations[i]) { found = true; } } } if (found) { available.style.display = "block"; form.style.display = "none"; } else if (postcode.value.toUpperCase().startsWith("BD") || postcode.value.toUpperCase().startsWith("WF")) { maybeAvailable.style.display = "block"; form.style.display = "none"; } else { notAvailable.style.display = "block"; form.style.display = "none"; } }

Additional charges apply for controlled waste, including Plasterboard and Carpets. We are unable to accept Asbestos, Tyres, Paint, Batteries, Fridges. For further information please refer to our Rules & Regulations. Prices may vary based on the content of the skip. For more information please read our Terms & Conditions, alternatively contact one of our team.

Need help?

Feel free to drop us a line using our contact form!

We also offer services in some BD and WF postcodes – if you think this may be you, please reach out and make an enquiry.

We’ll be happy to help!

Our Skips

We have a wide variety of sizes available to suit your needs. Remember: never fill above the line!

Additional charges apply for controlled waste, including Plasterboard and Carpets. We are unable to accept Asbestos, Tyres, Paint, Batteries, Fridges. For further information please refer to our Rules & Regulations. Prices may vary based on the content of the skip. For more information please read our Terms & Conditions, alternatively contact one of our team.