www.wishclean.com.au Open in urlscan Pro
103.27.35.55  Public Scan

Submitted URL: http://wishclean.com.au/
Effective URL: https://www.wishclean.com.au/
Submission: On March 07 via api from US — Scanned from AU

Form analysis 1 forms found in the DOM

POST

<form class="form" role="formc" method="POST" action="" id="phpcontactformx">
  <div class="form-group quote-form row d-flex  mx-0 mb-3">
    <div class="col-2 ps-0 pe-0">
      <div class="quote-form-img"><img src="https://www.wishclean.com.au/amp-assets/images/get-form1.png" alt="" class=""></div>
    </div>
    <!-- <label>Full name</label> -->
    <div class="col-10 ps-0 pe-0 ">
      <div class="quote-form-input">
        <input class="form-control input-lg py-2" name="name" value="" type="text" placeholder="Your Name" required="">
      </div>
    </div>
  </div>
  <div class="form-group quote-form row d-flex mx-0 mb-3">
    <div class="col-2 ps-0 pe-0 ">
      <div class="quote-form-img"> <img src="https://www.wishclean.com.au/amp-assets/images/get-form2.png" alt="" class=""> </div>
    </div>
    <div class="col-10 ps-0 pe-0">
      <div class="quote-form-input">
        <input class="form-control input-lg py-2" name="email" value="" type="email" placeholder="Your Email" required="">
      </div>
    </div>
  </div>
  <div class="form-group quote-form row d-flex mx-0 mb-3">
    <div class="col-2 ps-0 pe-0">
      <div class="quote-form-img"> <img src="https://www.wishclean.com.au/amp-assets/images/get-form3.png" alt="" class=""> </div>
    </div>
    <div class="col-10 ps-0 pe-0 ">
      <div class="quote-form-input">
        <input class="form-control input-lg py-2" name="phone" value="" type="text" placeholder="Mobile Number" required="">
      </div>
    </div>
  </div>
  <div class="quote-service">
    <h3 class="font-14 text-left fw-bold mb-2">Choose Services</h3>
    <div class="chekBoxCL get-quote-serivce-block">
      <ul id="cleaningda" class="wish_top_li">
        <li>
          <input checked="" type="checkbox" id="myCheckbox1" name="cleaning[]" value="1" data-cate="1" data-type="BC" data-mtrand="704245">
          <label class="checkBoxLabel" for="myCheckbox1"> <img src="https://www.wishclean.com.au/quote/quoteform/img/bond-clean.png"> Bond Cleaning </label>
        </li>
        <li>
          <input type="checkbox" id="myCheckbox2" name="cleaning[]" value="2" data-cate="2" data-type="CC" data-mtrand="274102">
          <label class="checkBoxLabel" for="myCheckbox2"> <img src="https://www.wishclean.com.au/quote/quoteform/img/carpet.png"> Carpet Cleaning </label>
        </li>
        <li id="cleaningmessage">
          <input type="checkbox" id="myCheckbox45" name="cleaning[]" value="45" data-cate="45" data-type="CC1" data-mtrand="549423">
          <label class="checkBoxLabel" for="myCheckbox45"> <img src="https://www.wishclean.com.au/quote/quoteform/img/pest.png"> Pest Control </label>
        </li>
        <li class="hidencleaning">
          <input type="checkbox" id="myCheckbox4" name="cleaning[]" value="4" data-cate="4" data-type="HC" data-mtrand="547123">
          <label class="checkBoxLabel" for="myCheckbox4"> <img src="https://www.wishclean.com.au/quote/quoteform/img/Hourly.png"> Hourly Cleaning </label>
        </li>
        <li>
          <input type="checkbox" id="myCheckbox27" name="cleaning[]" value="27" data-cate="27" data-type="SHC" data-mtrand="704145">
          <label class="checkBoxLabel" for="myCheckbox27"> <img src="https://www.wishclean.com.au/quote/quoteform/img/home.png"> Spring House Cleaning </label>
        </li>
      </ul>
    </div>
  </div>
  <div class="input_field d-flex align-items-center mb-3">
    <input type="checkbox" class="me-2" name="wish_clean" value="Yes" id="wish_clean_" required="">
    <label for="wish_clean_" class="bond_clean_check11 mb-0"> I have read and agree to the <a href="" target="_blank">T&amp;C</a></label>
  </div>
  <div class="form-group last">
    <!--<button class="custom-btn quote-btn" name="step2" type="submit"> GET A 2-MINUTE QUOTE
               <div class="dot"></div>
               </button>-->
    <input type="submit" class="custom-btn quote-btn" name="step2" value="GET A 2-MINUTE QUOTE">
  </div>
  <br>
  <style>
    .custom-btn {
      width: 100%;
      height: 50px;
      color: #000;
      border-radius: 4px;
      border: 0px solid;
      font-weight: 600;
      font-size: 16px;
      padding: 10px 25px;
      font-family: system-ui !important;
      background: #2edba5;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      display: inline-block;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      outline: none;
    }

    /* 11 */
    .btn-11 {
      border: none;
      /*background: rgb(251,33,117);*/
      /*  background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);*/
      background: linear-gradient(120deg, #fdde46, #ffd618 44%);
      color: #000000;
      overflow: hidden;
      box-shadow: 0 5px 0 0 rgb(0 0 0 / 10%);
      font-family: "Source Sans Pro", sans-serif;
    }

    .btn-11:hover {
      text-decoration: none;
      color: #000000;
    }

    .btn-11:before {
      position: absolute;
      content: "";
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fff;
      animation: shiny-btn1 3s ease-in-out infinite;
    }

    .btn-11:hover {
      opacity: 1;
    }

    .btn-11:active {
      box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
    }

    @-webkit-keyframes shiny-btn1 {
      0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
      }

      80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
      }

      81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
      }

      100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
      }
    }

    @media only screen and (max-width: 767px) {
      .get-quote-serivce-block>ul>li {
        width: 29% !important;
        margin: 10px 10px 10px 0px;
        padding: 0px !important;
      }

      .get-quote-serivce-block>ul {
        justify-content: flex-start !important;
      }
    }
  </style>
</form>

Text Content

Need Help?
 * home
 * Services
   Bond Cleaning Carpet Cleaning House Cleaning Pest Control
 * Join Our Team
 * Contact Us

Need Help?
Book Now
X

Live Chat

Talk To Us Online

--------------------------------------------------------------------------------

Call Now

Speak to us over the phone

--------------------------------------------------------------------------------

Request a call back

We'll get in touch shortly


REQUEST A QUOTE


CHOOSE SERVICES

 * Bond Cleaning
 * Carpet Cleaning
 * Pest Control
 * Hourly Cleaning
 * Spring House Cleaning

I have read and agree to the T&C




LOOKING FOR PROFESSIONAL
CLEANING SERVICES?

Search for professionals from Australia’s largest cleaning marketplace. Experts
come clean your home with their perfected techniques. At Wishclean, we believe
that your weekends shouldn’t be spent on housework. Let us help you and schedule
a time slot.

Get an Estimate

Call us 0734852042

12 hours a day, 5 days a week


TRUSTED AND EXPERT CLEANING SERVICES

Wish Clean tries its best to carry out your request with a premium range of
cleaning skills at a very affordable range of your choice, allowing you to have
your wish granted here. WHY NOT NOW? Give us a call right away, and one of our
experts will help you with your needs.


OUR PREMIUM CLEANING SERVICES


BOND CLEANING

Bond cleaning is the cleaning of every corner and smudge of an entire rented
property or at the end of a lease. Our bond cleaners complete this work
professionally and our work is the best that you’ll find


CARPET CLEANING

We all have carpets in our homes, but do we have clean carpets? Dirty and dusty
carpets bring pathogens and bacteria into your home, and this affects your
carpet as well as your health. Our expert bond cleaners eradicate this issue
with their skill and expertise.


HOUSE CLEANING

We all wish for our home to be clean. Well, this may not be manageable for you,
but our house cleaning services promise to deliver to you, hassle-free, fast
cleaning services.


PEST CONTROL

It's fun to have a pest free home, right? But this isn’t realistic to accomplish
on your own in a big home. Our pest control services will do their best to
ensure your house is a comfortable place for you and not for pests.


MAKE HAPPY FACES
WITH SHINY HOUSES

The smile and satisfaction on the face of our customers is all that we thrive
for. Wish Clean works to provide you with top quality cleaning services. You can
view the statistics of our previous projects

Get a Quote
 * 2000
   
   HAPPY CLIENTS

 * 2300
   
   JOB COMPLETED

 * 2500
   
   TOTAL JOBS

 * 10
   
   YEARS OF EXISTENCE


WHY DO YOU NEED BOND CLEANING?

Bond cleaning, also known as the end of lease cleaning, is a thorough cleaning
of a property at the end of a lease. The purpose of a bond clean is to bring the
property back to its original condition before the transfer. A claim on your
deposit may be made if your landlord discovers that the property needs to be
cleaned up after you leave or has been damaged. The bond deposit is then
forfeited.

While it is possible to clean the property yourself, the chances of getting your
bond deposit are much slimmer than by getting a professional company to do it
for you. It’s better to call professionals because we have the right tools for
the job. Bond cleaners take care of apartments, flats, and houses. A cleaning
includes your ceiling, your walls, kitchens, bedrooms, carpets, furniture,
stairs, bathrooms, and outside areas if present.

It is always advisable to take the help of any bond cleaner.
But where will you search for a genuine bond cleaning company?
How will you know if the service is the best and the fastest?


MANAGE YOUR BOOKING
AT ONE PLATFORM

Gone are the days when you needed to be physically present in a shop to get
their products Now, all you need is your phone. You can use our services with
ease from our website and be provided with premium cleaning at very reasonable
rates. For better accessibility of our services, you can get our app which is
available on both the app and google play store.







4 STEPS TO CLEANING


 * 01
   
   GET OUR APP OR VISIT OUR WEBSITE.


 * 02
   
   BOOK AN APPOINTMENT.

 * 03
   
   SELECT A DATE AND TIME FOR OUR PROFESSIONALS TO WORK.

 * 04
   
   RELAX AND WATCH THE SPOTLESS CLEANING OF YOUR HOME.


COMPETENT CLEANERS AT A FAIR PRICE

To provide the solutions for your problems, Wish Clean provides all the services
you need. All the bond cleaning services here are genuine and provide top
service to all its customers. Wish Clean is basically a marketplace for your
bond cleaning shopping.

All you need to do is open our website or app and look for what you need to get
done then choose it, book an appointment and you’ve done your bit. After that,
our bond cleaners will complete your job as best as possible.

Book NOw


CONTACT US


FOR MORE INFORMATION
FEEL FREE TO CONTACT US

0734852042

Address
Australia Phone
0734852042

email
booking@wishclean.com.au



CITIES

 * Brisbane
 * Gold Coast
 * Sydney
 * Adelaide




OUR SERVICES

 * Bond Cleaning
 * Carpet Cleaning
 * House Cleaning
 * Pest Control




DOWNLOAD THE APP


FOLLOW US ON:



©2022. Wishclean. All Rights Reserved.
Terms & Conditions | Privacy & Policy

word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1