bizflip.indigitalgroup.cloud Open in urlscan Pro
162.0.239.190  Public Scan

URL: https://bizflip.indigitalgroup.cloud/
Submission: On October 05 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST /login

<form data-errorcallback="refreshCaptcha1" id="loginForm" method="post" action="/login" class="ajax mb-4">
  <div class="form-group label-top mb-4">
    <label class="fw-semibold">Email</label> <span class="text-danger"> *</span>
    <input form="loginForm" name="email" type="email" placeholder="Enter your email address" class="form-control border-1 border rounded-1 border-gray shadow-none">
  </div>
  <div class="form-group label-top mb-4">
    <label class="fw-semibold">Password</label> <span class="text-danger"> *</span>
    <input form="loginForm" name="password" type="password" placeholder="Enter your secret password" class="form-control border-1 border rounded-1 border-gray shadow-none">
  </div>
  <div class="form-group label-top mb-4">
    <label class="fw-semibold">Captcha</label> <span class="text-danger"> *</span>
    <div class="input-group mb-0">
      <span class="input-group-text bg-white border-bottom-2 bi bi-question-circle" id="basic-addon1"></span>
      <input form="loginForm" autocomplete="off" placeholder="Enter captcha code" type="text" name="captcha" id="captcha" class="form-control border-1 border rounded-0 border-gray shadow-none">
      <span class="input-group-text captchaImg1 bg-white border-bottom-2" id="basic-addon2">
        <img src="https://bizflip.indigitalgroup.cloud/captcha/default?u3bDy9j0" alt="captcha">
      </span>
      <span class="input-group-text bg-white border-bottom-2" id="basic-addon3">
        <span id="passwordHelpInline" role="button" onclick="refreshCaptcha1()" class=" bi bi-arrow-clockwise fw-bold"></span>
      </span>
    </div>
  </div>
  <button type="submit" form="loginForm" data-default="Sign in" class="continue-btn btn-lg fs-6 btn btn-dark shadow-none rounded-1 w-100 fw-semibold">Sign in</button>
</form>

POST /sign-up

<form action="/sign-up" data-errorcallback="refreshCaptcha2" data-callback="registered" id="regForm" method="post" class="ajax hide">
  <input type="hidden" name="_token" value="I1R3D4XEPThlP71IroWah33TiLPTk9e9Fx9ivQu1" autocomplete="off">
  <div class="fs-6 fw-sembold mb-2">I am an</div>
  <div class="col-lg-12" x-data="{ accountType: 'individual' }">
    <div class="row">
      <div class="col-lg-6">
        <div role="button" @click="accountType = 'individual';removeClass();" :class="{ 'active border-primary': accountType === 'individual' }" class="card border-2 rounded-1 shadow-none mb-4 acc_type active border-primary">
          <div class="card-body px-xl-5 px-md-4 position-relative">
            <div x-show="accountType == 'individual'" class="position-absolute top-0 end-0 p-1">
              <i class="bi text-primary bi-check-circle fs-5"></i>
            </div>
            <div class="d-flex align-items-center">
              <div>
                <div class="fs-6 fw-semibold">
                  <input hidden="" type="radio" class="me-3" id="individual" value="individual" x-model="accountType" name="accountType"> Individual
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="col-lg-6">
        <div role="button" @click="accountType = 'agent';removeClass();" :class="{ 'active border-primary': accountType === 'agent' }" class="card border-2 rounded-1 shadow-none mb-4 acc_type">
          <div class="card-body px-xl-5 px-md-4 position-relative">
            <div x-show="accountType == 'agent'" class="position-absolute top-0 end-0 p-1" style="display: none;">
              <i class="bi text-primary bi-check-circle fs-5"></i>
            </div>
            <div class="d-flex align-items-center">
              <div>
                <div class="fs-6 fw-semibold">
                  <input hidden="" type="radio" class="me-3" id="agent" value="agent" x-model="accountType" name="accountType">Agent
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div classname="mb-5">
      <h5>Login information</h5>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Email</label><span class="text-danger"> *</span>
          <input form="regForm" autocomplete="off" name="email" type="email" placeholder="Your email address" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Password</label> <span class="text-danger"> *</span>
          <input form="regForm" autocomplete="new-password" name="password" type="password" placeholder="Set your password" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Confirm Password</label> <span class="text-danger"> *</span>
          <input form="regForm" name="password_confirmation" autocomplete="new-password" type="password" placeholder="Set your password" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-12 mt--4 mb-4">
        <div class="small">Password must be at least 8 characters long and include a mix of uppercase, lowercase, numbers, and special characters.</div>
      </div>
      <div class="col-12">
        <div classname="mb-5">
          <h5>Personal information</h5>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">First name</label> <span class="text-danger"> *</span>
          <input form="regForm" name="firstname" type="text" autocomplete="off" placeholder="Your first name" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Last name</label> <span class="text-danger"> *</span>
          <input form="regForm" name="lastname" type="text" autocomplete="off" placeholder="Your last name" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-12">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Phone</label> <span class="text-danger"> *</span>
          <input x-mask="(999) 999-9999" form="regForm" name="phone" type="text" autocomplete="off" placeholder="Enter your phone" maxlength="15" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-12" x-show="accountType == 'agent'" style="display: none;">
        <div classname="mb-5">
          <h5>Business information</h5>
        </div>
      </div>
      <div class="col-md-12" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Business name</label> <span class="text-danger"> *</span>
          <input form="regForm" name="company_name" type="text" autocomplete="off" placeholder="Your business name" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-12" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Description</label> <span class="text-danger"> *</span>
          <textarea form="regForm" name="description" autocomplete="off" type="text" placeholder="Tell us about your business" class="form-control border-1 border rounded-1 border-gray shadow-none"></textarea>
        </div>
      </div>
      <div class="col-12" x-show="accountType == 'agent'" style="display: none;">
        <div classname="mb-5">
          <h5>Business address</h5>
        </div>
      </div>
      <div class="col-md-12" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Address <small>(optional)</small> </label>
          <input form="regForm" name="address" type="text" autocomplete="off" placeholder="Your address" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-4" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">City <small>(optional)</small></label>
          <input form="regForm" name="city" type="text" autocomplete="off" placeholder="Your city" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-4" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Postal code <small>(optional)</small></label>
          <input form="regForm" x-mask="999 9999" maxlength="8" name="postalcode" type="text" autocomplete="off" placeholder="Your postalcode" class="form-control border-1 border rounded-1 border-gray shadow-none">
        </div>
      </div>
      <div class="col-md-4" x-show="accountType == 'agent'" style="display: none;">
        <div class="form-group label-top mb-4">
          <label class="fw-semibold">Province <small>(optional)</small></label>
          <select form="regForm" name="province" class="form-control border-1 border rounded-1 border-gray shadow-none">
            <option disabled="" selected="" value="">Select province</option>
            <option value="Alberta">Alberta</option>
            <option value="British Columbia">British Columbia</option>
            <option value="Manitoba">Manitoba</option>
            <option value="New Brunswick">New Brunswick</option>
            <option value="Newfoundland and Labrador">Newfoundland and Labrador</option>
            <option value="Northwest Territories">Northwest Territories</option>
            <option value="Nova Scotia">Nova Scotia</option>
            <option value="Nunavut">Nunavut</option>
            <option value="Ontario">Ontario</option>
            <option value="Prince Edward Island">Prince Edward Island</option>
            <option value="Quebec">Quebec</option>
            <option value="Saskatchewan">Saskatchewan</option>
            <option value="Yukon">Yukon</option>
          </select>
        </div>
      </div>
    </div>
    <div class="form-group label-top mb-4">
      <label class="fw-semibold">Captcha</label> <span class="text-danger"> *</span>
      <div class="input-group mb-0">
        <span class="input-group-text bg-white border-bottom-2 bi bi-question-circle" id="basic-addon1"></span>
        <input form="regForm" autocomplete="off" placeholder="Enter captcha code" type="text" name="captcha" id="captcha" class="form-control border-1 border rounded-0 border-gray shadow-none">
        <span class="input-group-text captchaImg2 bg-white border-bottom-2" id="basic-addon2">
          <img src="https://bizflip.indigitalgroup.cloud/captcha/default?4KScwJWF" alt="captcha">
        </span>
        <span class="input-group-text bg-white border-bottom-2" id="basic-addon3">
          <span id="passwordHelpInline" role="button" onclick="refreshCaptcha2()" class=" bi bi-arrow-clockwise fw-bold"></span>
        </span>
      </div>
    </div>
    <div class="form-group mb-4">
      <div class="form-check form-check-lg">
        <input form="regForm" role="button" class="form-check-input light shadow-none border border-gray border-1 cursor-pointer" type="checkbox" name="subscribe_news" value="true" id="subscribe_news">
        <label role="button" class="form-check-label mt-1" for="subscribe_news"> Don't miss out. Subscribe now to receive exclusive content and updates. </label>
      </div>
    </div>
    <div class="form-group mb-4">
      <div class="form-check form-check-lg">
        <input form="regForm" role="button" class="form-check-input light shadow-none border border-gray border-1 cursor-pointer" type="checkbox" name="agree_terms_and_conditions" value="true" id="agree_terms_and_conditions">
        <label role="button" class="form-check-label mt-1" for="agree_terms_and_conditions"> I agree to the <a href="#" class="text-decoration-none">Privacy
                            policy</a> and <a href="#" class="text-decoration-none">Terms of
                            use</a>
        </label>
      </div>
    </div>
  </div>
  <button type="submit" form="regForm" data-default="Continue" class="continue-btn btn-lg fs-6 btn btn-dark shadow-none rounded-1 w-100 fw-semibold">Continue</button>
</form>

https://bizflip.indigitalgroup.cloud/ads

<form action="https://bizflip.indigitalgroup.cloud/ads" class="position-relative">
  <div class="d-none d-md-block">
    <div class="w-auto d-flex mt-0 mx-auto mb-4">
      <div class="d-flex m-auto mb-3 p-1 bg-white algin-items-center rounded-2">
        <div class=""><input hidden="" type="radio" id="type_sale" name="type" value="sale"><label for="type_sale" class="btn rounded-2 px-3 border-0 btn-dark">For Sale</label></div>
        <div class=""><input hidden="" type="radio" id="type_wanted" name="type" value="wanted"><label for="type_wanted" class="btn rounded-2 border-0 px-3 ms-2 bg-white">For Buy</label></div>
      </div>
    </div>
    <div class="card border-0 rounded-4 mw-1100 m-auto w-100 mainFilter">
      <div class="card-body w-100 p-3 sideFilters">
        <div class="position-absolute business-categories z-1 w-100">
          <div class="bg-white w-fit-content m-auto shadow-sm p-2 pb-0 px-3 rounded-2">
            <div class="row">
              <div class="col-auto"><input id="bcategory__all" name="bcategory" hidden="" type="radio" value="all"><label class="fw-semibold pb-2 selected-business-category text-primary" role="button" for="bcategory__all">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://img.icons8.com/ios/50/process--v1.png" alt="">
                    <div>All</div>
                  </div>
                </label></div>
              <div class="col-auto"><input id="bcategory__1" name="bcategory" hidden="" type="radio" value="1"><label class="fw-semibold pb-2" role="button" for="bcategory__1">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://bizflip.s3.eu-north-1.amazonaws.com/categories/3PkeM2vgAJI3daZYUE9C.png" alt="">
                    <div>Business</div>
                  </div>
                </label></div>
              <div class="col-auto"><input id="bcategory__2" name="bcategory" hidden="" type="radio" value="2"><label class="fw-semibold pb-2" role="button" for="bcategory__2">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://bizflip.s3.eu-north-1.amazonaws.com/categories/NedcRUkdUtfiPfB4FxhZ.png" alt="">
                    <div>Franchise</div>
                  </div>
                </label></div>
              <div class="col-auto"><input id="bcategory__4" name="bcategory" hidden="" type="radio" value="4"><label class="fw-semibold pb-2" role="button" for="bcategory__4">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://bizflip.s3.eu-north-1.amazonaws.com/categories/AK0r0wNfnn7Edm2q8yTG.png" alt="">
                    <div>Preconstruction</div>
                  </div>
                </label></div>
              <div class="col-auto"><input id="bcategory__3" name="bcategory" hidden="" type="radio" value="3"><label class="fw-semibold pb-2" role="button" for="bcategory__3">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://bizflip.s3.eu-north-1.amazonaws.com/categories/La5Z3RagvB9FP3wwFOOM.png" alt="">
                    <div>Commercial Real Estate</div>
                  </div>
                </label></div>
              <div class="col-auto"><input id="bcategory__5" name="bcategory" hidden="" type="radio" value="5"><label class="fw-semibold pb-2" role="button" for="bcategory__5">
                  <div class="d-flex align-items-center"><img class="me-2" width="20" src="https://bizflip.s3.eu-north-1.amazonaws.com/categories/J55nlBtcswL5GopPGZck.png" alt="">
                    <div>Business Services</div>
                  </div>
                </label></div>
            </div>
          </div>
        </div>
        <div class="d-flex align-items-center pt-3">
          <div class="me-3 col">
            <div class="fw-light text-muted">Search</div>
            <div><input type="text" name="q" id="q_top" class="q bg-white border-0 shadow-none w-auto fw-semibold p-0 border-none form-control p-none" placeholder="What are you looking for?"></div>
          </div>
          <div class="me-3 col">
            <div class="fw-light text-muted">Industries</div>
            <div>
              <div class="dropdown">
                <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">Select industries</div>
                <ul class="dropdown-menu c-scroll border-0 p-2 mt-3 w-100 rounded-1 shadow-sm p-0 priceDropDown" aria-labelledby="dropdownMenuButton1">
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__8_top" type="checkbox" value="8"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__8_top">Automotive business</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__9_top" type="checkbox" value="9"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__9_top">Bars pubs &amp; nightclubs</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__10_top" type="checkbox" value="10"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__10_top">Beauty and personal care</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__11_top" type="checkbox" value="11"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__11_top">Clothing &amp; shoes store</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__12_top" type="checkbox" value="12"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__12_top">Apartments</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__13_top" type="checkbox" value="13"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__13_top">Lands</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__15_top" type="checkbox" value="15"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__15_top">Houses</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__16_top" type="checkbox" value="16"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__16_top">Condos</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__17_top" type="checkbox" value="17"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__17_top">Townhouses</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__18_top" type="checkbox" value="18"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__18_top">Accounting and Tax</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__19_top" type="checkbox" value="19"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__19_top">Business consulting</label></div>
                    </div>
                  </div>
                  <div>
                    <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                      <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__20_top" type="checkbox" value="20"><label role="button"
                          class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__20_top">Law</label></div>
                    </div>
                  </div>
                </ul>
              </div>
            </div>
          </div>
          <div class="me-3 col">
            <div class="fw-light text-muted">Location</div>
            <div>
              <div class="dropdown">
                <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">All locations</div>
                <ul class="dropdown-menu c-scroll border-0 p-2 mt-3 w-100 rounded-1 shadow-sm p-0 priceDropDown" aria-labelledby="dropdownMenuButton1">
                  <div class="d-none hidden" hidden=""><span class="me-1"><input type="radio" id="country__all_top" hidden="" name="country" value="all"><label role="button" class="btn rounded-4 border-0 btn-sm btn-light btn-dark"
                        for="country__all_top">All countries</label></span><span class="me-1"><input type="radio" id="country__1_top" hidden="" name="country" value="1"><label role="button" class="btn rounded-4 border-0 btn-sm btn-light"
                        for="country__1_top">Canada</label></span></div>
                  <div>
                    <div class="text-muted px-3 d-flex align-items-center" role="button"><span>
                        <div>Provinces</div>
                      </span></div>
                    <div>
                      <div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__2_top" type="checkbox" value="Alberta"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__2_top">Alberta</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__3_top" type="checkbox" value="British Columbia"><label
                                role="button" class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__3_top">British Columbia</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__4_top" type="checkbox" value="Manitoba"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__4_top">Manitoba</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__5_top" type="checkbox" value="New Brunswick"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__5_top">New Brunswick</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__6_top" type="checkbox" value="Newfoundland and Labrador"><label
                                role="button" class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__6_top">Newfoundland and Labrador</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__7_top" type="checkbox" value="Northwest Territories"><label
                                role="button" class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__7_top">Northwest Territories</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__8_top" type="checkbox" value="Nova Scotia"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__8_top">Nova Scotia</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__9_top" type="checkbox" value="Nunavut"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__9_top">Nunavut</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__10_top" type="checkbox" value="Ontario"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__10_top">Ontario</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__11_top" type="checkbox" value="Prince Edward Island"><label
                                role="button" class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__11_top">Prince Edward Island</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__12_top" type="checkbox" value="Quebec"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__12_top">Quebec</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__13_top" type="checkbox" value="Saskatchewan"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__13_top">Saskatchewan</label></div>
                          </div>
                        </div>
                        <div>
                          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                            <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__14_top" type="checkbox" value="Yukon"><label role="button"
                                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__14_top">Yukon</label></div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div><!--v-if--></div>
                </ul>
              </div>
            </div>
          </div>
          <div class="me-3 col">
            <div class="fw-light text-muted">Price</div>
            <div>
              <div class="dropdown w-100">
                <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">$9,999 - $9,999,999</div>
                <ul class="dropdown-menu c-scroll border-0 w-100 rounded-1 mt-3 shadow-sm p-2 priceDropDown" aria-labelledby="dropdownMenuButton1">
                  <div class="range-slider"><input type="range" min="9999" max="9999999" step="1" name="priceStart" class="range-slider__input"><input type="range" min="9999" max="9999999" step="1" name="priceEnd" class="range-slider__input"></div>
                </ul>
              </div>
            </div>
          </div><button type="submit" class="w-h-50 btn btn-dark ms-auto rounded-circle btn-lg border-0 shadow-none d-flex align-items-center"><i class="bi bi-search m-auto"></i></button>
        </div>
      </div>
    </div>
  </div>
</form>

https://bizflip.indigitalgroup.cloud/ads

<form id="searchForm" action="https://bizflip.indigitalgroup.cloud/ads">
  <div>
    <div class="form-group mb-4 label-top"><label for="search">Search</label><input type="text" name="q" id="password" placeholder="What are you looking for?" class="form-control border-1 border rounded-1 border-gray shadow-none"></div>
    <div class="form-group mb-4 border-bottom-2 bg-white border-1 border rounded-1 pt-0 border-gray shadow-none p-2"><label for="search" class="text-primary small mb-1"><small>Category</small></label>
      <div class="dropdown">
        <div class="text-overflow mxw-160" type="button" data-bs-toggle="dropdown" aria-expanded="false">All</div>
        <ul class="dropdown-menu c-scroll border-0 p-2 mt-3 w-100 rounded-1 shadow-sm p-0 priceDropDown" aria-labelledby="dropdownMenuButton1">
          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
            <div class="form-check p-0"><input hidden="" name="bcategory" role="button" class="form-check-input shadow-none border border-gray border-1" id="bcategory__1_mob" type="radio" value="1"><label role="button"
                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="bcategory__1_mob">Business</label></div>
          </div>
          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
            <div class="form-check p-0"><input hidden="" name="bcategory" role="button" class="form-check-input shadow-none border border-gray border-1" id="bcategory__2_mob" type="radio" value="2"><label role="button"
                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="bcategory__2_mob">Franchise</label></div>
          </div>
          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
            <div class="form-check p-0"><input hidden="" name="bcategory" role="button" class="form-check-input shadow-none border border-gray border-1" id="bcategory__4_mob" type="radio" value="4"><label role="button"
                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="bcategory__4_mob">Preconstruction</label></div>
          </div>
          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
            <div class="form-check p-0"><input hidden="" name="bcategory" role="button" class="form-check-input shadow-none border border-gray border-1" id="bcategory__3_mob" type="radio" value="3"><label role="button"
                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="bcategory__3_mob">Commercial Real Estate</label></div>
          </div>
          <div class="form-group mb-1 p-0 dropdown-item rounded-1">
            <div class="form-check p-0"><input hidden="" name="bcategory" role="button" class="form-check-input shadow-none border border-gray border-1" id="bcategory__5_mob" type="radio" value="5"><label role="button"
                class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="bcategory__5_mob">Business Services</label></div>
          </div>
        </ul>
      </div>
    </div>
    <div class="form-group mb-4 border-bottom-2 bg-white border-1 border rounded-1 pt-0 border-gray shadow-none p-2"><label for="search" class="text-primary small mb-1"><small>Categories</small></label>
      <div class="dropdown">
        <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">Select industries</div>
        <ul class="dropdown-menu c-scroll border-0 p-2 mt-3 w-100 rounded-1 shadow-sm p-0 priceDropDown" aria-labelledby="dropdownMenuButton1">
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__8_mob" type="checkbox" value="8"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__8_mob">Automotive business</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__9_mob" type="checkbox" value="9"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__9_mob">Bars pubs &amp; nightclubs</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__10_mob" type="checkbox" value="10"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__10_mob">Beauty and personal care</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__11_mob" type="checkbox" value="11"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__11_mob">Clothing &amp; shoes store</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__12_mob" type="checkbox" value="12"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__12_mob">Apartments</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__13_mob" type="checkbox" value="13"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__13_mob">Lands</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__15_mob" type="checkbox" value="15"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__15_mob">Houses</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__16_mob" type="checkbox" value="16"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__16_mob">Condos</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__17_mob" type="checkbox" value="17"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__17_mob">Townhouses</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__18_mob" type="checkbox" value="18"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__18_mob">Accounting and Tax</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__19_mob" type="checkbox" value="19"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__19_mob">Business consulting</label></div>
            </div>
          </div>
          <div>
            <div class="form-group mb-1 p-0 dropdown-item rounded-1">
              <div class="form-check p-0"><input hidden="" name="category[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="category__20_mob" type="checkbox" value="20"><label role="button"
                  class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="category__20_mob">Law</label></div>
            </div>
          </div>
        </ul>
      </div>
    </div>
    <div class="form-group mb-4 border-bottom-2 bg-white border-1 border rounded-1 pt-0 border-gray shadow-none p-2"><label for="search" class="text-primary small mb-1"><small>Location</small></label>
      <div class="dropdown">
        <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">All locations</div>
        <ul class="dropdown-menu c-scroll border-0 p-2 mt-3 w-100 rounded-1 shadow-sm p-0 priceDropDown" aria-labelledby="dropdownMenuButton1">
          <div class="hidden d-none" hidden=""><span class="me-1"><input type="radio" id="country__all_mob" hidden="" name="country" value="all"><label role="button" class="btn rounded-4 border-0 btn-sm btn-light btn-dark" for="country__all_mob">All
                countries</label></span><span class="me-1"><input type="radio" id="country__1_mob" hidden="" name="country" value="1"><label role="button" class="btn rounded-4 border-0 btn-sm btn-light" for="country__1_mob">Canada</label></span>
          </div>
          <div>
            <div class="text-muted px-3 d-flex align-items-center" role="button"><span>
                <div>Provinces</div>
              </span></div>
            <div>
              <div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__2_mob" type="checkbox" value="Alberta"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__2_mob">Alberta</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__3_mob" type="checkbox" value="British Columbia"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__3_mob">British Columbia</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__4_mob" type="checkbox" value="Manitoba"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__4_mob">Manitoba</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__5_mob" type="checkbox" value="New Brunswick"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__5_mob">New Brunswick</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__6_mob" type="checkbox" value="Newfoundland and Labrador"><label
                        role="button" class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__6_mob">Newfoundland and Labrador</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__7_mob" type="checkbox" value="Northwest Territories"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__7_mob">Northwest Territories</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__8_mob" type="checkbox" value="Nova Scotia"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__8_mob">Nova Scotia</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__9_mob" type="checkbox" value="Nunavut"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__9_mob">Nunavut</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__10_mob" type="checkbox" value="Ontario"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__10_mob">Ontario</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__11_mob" type="checkbox" value="Prince Edward Island"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__11_mob">Prince Edward Island</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__12_mob" type="checkbox" value="Quebec"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__12_mob">Quebec</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__13_mob" type="checkbox" value="Saskatchewan"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__13_mob">Saskatchewan</label></div>
                  </div>
                </div>
                <div>
                  <div class="form-group mb-1 p-0 dropdown-item rounded-1">
                    <div class="form-check p-0"><input hidden="" name="province[]" role="button" class="form-check-input shadow-none border border-gray border-1" id="province__14_mob" type="checkbox" value="Yukon"><label role="button"
                        class="form-check-label d-block w-100 px-3 py-1 mt-1 text-overflow" for="province__14_mob">Yukon</label></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div><!--v-if--></div>
        </ul>
      </div>
    </div>
    <div class="form-group mb-4 border-bottom-2 bg-white border-1 border rounded-1 pt-0 border-gray shadow-none p-2"><label for="search" class="text-primary small mb-1"><small>Price</small></label>
      <div>
        <div class="dropdown w-100">
          <div class="text-overflow mxw-160" data-bs-auto-close="outside" type="button" data-bs-toggle="dropdown" aria-expanded="false">$9,999 - $9,999,999</div>
          <ul class="dropdown-menu c-scroll border-0 w-100 rounded-1 mt-3 shadow-sm p-2 priceDropDown" aria-labelledby="dropdownMenuButton1">
            <div class="range-slider"><input type="range" min="9999" max="9999999" step="1" name="priceStart" class="range-slider__input"><input type="range" min="9999" max="9999999" step="1" name="priceEnd" class="range-slider__input"></div>
          </ul>
        </div>
      </div>
    </div>
    <div>
      <div class="row">
        <div class="col-6"><input hidden="" type="radio" id="type_sale_mob" name="type" value="sale"><label for="type_sale_mob" class="btn text-center w-100 border-0 py-2 rounded-1 btn-dark">For Sale</label></div>
        <div class="col-6"><input hidden="" type="radio" id="type_wanted_mob" name="type" value="wanted"><label for="type_wanted_mob" class="btn text-center w-100 border-0 py-2 rounded-1 bg-white">For Buy</label></div>
      </div>
    </div>
  </div>
</form>

POST https://bizflip.indigitalgroup.cloud/subscribe

<form method="POST" action="https://bizflip.indigitalgroup.cloud/subscribe" id="subscribeForm" data-reset="true" class="ajax">
  <input type="hidden" name="_token" value="I1R3D4XEPThlP71IroWah33TiLPTk9e9Fx9ivQu1" autocomplete="off">
  <div class="input-group mb-0">
    <input name="email_id" form="subscribeForm" type="text" class="form-control shadow-none rounded-1 border-gray" placeholder="Your email address">
    <div class="input-group-append">
      <button data-default="Subscribe" form="subscribeForm" class="btn btn-dark rounded-1 continue-btn border-bottom-2 shadow-none btn-lg fs-6">Subscribe</button>
    </div>
  </div>
</form>

Text Content

 * Find a broker
 * Events
 * Careers
 * Contact us
 * Pricing
 * Login
 * Register

Login to your account
Enter your email id and password to login to your account.
Email *
Password *
Captcha *

Sign in

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

Sign up now
Register your account
Please fill this form to create your free account.
I am an
Individual
Agent

LOGIN INFORMATION

Email *
Password *
Confirm Password *
Password must be at least 8 characters long and include a mix of uppercase,
lowercase, numbers, and special characters.

PERSONAL INFORMATION

First name *
Last name *
Phone *

BUSINESS INFORMATION

Business name *
Description *

BUSINESS ADDRESS

Address (optional)
City (optional)
Postal code (optional)
Province (optional) Select province Alberta British Columbia Manitoba New
Brunswick Newfoundland and Labrador Northwest Territories Nova Scotia Nunavut
Ontario Prince Edward Island Quebec Saskatchewan Yukon
Captcha *

Don't miss out. Subscribe now to receive exclusive content and updates.
I agree to the Privacy policy and Terms of use
Continue
Awesome!
Welcome Thank you for registering with us. Please verify your email by clicking
the link we've sent to your inbox. Once verified, you'll be ready to start using
our service.!
Go home

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

Login


FIND A BUSINESS

For Sale
For Buy
All
Business
Franchise
Preconstruction
Commercial Real Estate
Business Services
Search

Industries
Select industries
Automotive business
Bars pubs & nightclubs
Beauty and personal care
Clothing & shoes store
Apartments
Lands
Houses
Condos
Townhouses
Accounting and Tax
Business consulting
Law

Location
All locations
All countriesCanada
Provinces
Alberta
British Columbia
Manitoba
New Brunswick
Newfoundland and Labrador
Northwest Territories
Nova Scotia
Nunavut
Ontario
Prince Edward Island
Quebec
Saskatchewan
Yukon


Price
$9,999 - $9,999,999
Search
What are you looking for?


SEARCH

Search
Category
All
Business
Franchise
Preconstruction
Commercial Real Estate
Business Services

Categories
Select industries
Automotive business
Bars pubs & nightclubs
Beauty and personal care
Clothing & shoes store
Apartments
Lands
Houses
Condos
Townhouses
Accounting and Tax
Business consulting
Law

Location
All locations
All countriesCanada
Provinces
Alberta
British Columbia
Manitoba
New Brunswick
Newfoundland and Labrador
Northwest Territories
Nova Scotia
Nunavut
Ontario
Prince Edward Island
Quebec
Saskatchewan
Yukon


Price
$9,999 - $9,999,999
For Sale
For Buy
Close Search
Business
Franchise
Commercial Real Estate
Preconstruction
Business Services
Featured Businesses For Sale
View all

Space x workstation

SpaceX Workstation, Toronto

Elon Musk
6,900,000

Tesla corp office

Tesla corp, Toronto

Elon Musk
6,900,000

Google office

Google office, Toronto

Elon Musk
6,900,000

Facebook office

SpaceX Workstation, Toronto

Elon Musk
6,900,000
Featured Franchises For Sale
View all

Mcdonald's toronto

Mcdonald's toronto, Toronto

Elon Musk
6,900,000

Dominos toronto

Dominos toronto, Toronto

Elon Musk
6,900,000

KFC toronto

KFC toronto, Toronto

Elon Musk
6,900,000

Wing stop toronto

Wing stop toronto, Toronto

Elon Musk
6,900,000
Most popular places
Discover the most sought-after locations for businesses in our comprehensive
classified listings.
Toronto, Ontario
14 listings

Vancouver, British Columbia
12 listings

Montreal, Quebec
11 listings

Calgary, Alberta
16 listings

Edmonton, Alberta
18 listings

Advertise with us


10X YOUR BUSINESS GROWTH!

Connecting Business Sellers & Buyers Since 1998
3.7M+

Pageviews
Per Year
1500+

Daily Unique
Visitors
500k+

Leads
Generated
Advertise with us
Featured Business Brokers
View all

Jane McGill

Able Realty, Toronto

James McGill

SpaceX Workstation, Toronto

John Doe

Baskets Inc, Toronto

Nina Kowalksi

Nina Builders, Toronto

Cerci Lanister

ABB Group, Toronto

Jon Snow

Nightwatch Guards, Toronto


TESTIMONIALS

We believe in client satisfaction. Here are some testimonials by our worthy
clients.
James McGill
Attorney, Better call Saul
I have been a happy and satisfied customer of Business Exchange for many years.

Kim Wexler
Attorney, HH&H
I have been a happy and satisfied customer of Business Exchange for many years.

Charles McGill
Director, HH&H
I have been a happy and satisfied customer of Business Exchange for many years.

Howard Hamlin
Co Founder, HH&H
I have been a happy and satisfied customer of Business Exchange for many years.


Sign Up To Receive The Latest Updates And News
Subscribe
Business
Beauty and personal care
Bars pubs & nightclubs
Clothing & shoes store
Automotive business
Franchise
Bars pubs & nightclubs
Beauty and personal care
Clothing & shoes store
Automotive business
Preconstruction
Townhouses
Houses
Commercial Real Estate
Apartments
Lands
Houses
+1 416-855-2085
Follow us on social media

Business Exchange
Contact
Advertise With Us
Testimonials
Terms & Conditions
Privacy Policy
Careers
Advertise With Us
Sell A Business
Sell A Franchise
Sell A Commercial Property
Sell Business Services
Resources
Videos
FAQ
Entrepreneur’s Toolbox
Free Magazine Subscription
About

© 2024 Designed and developed by INDigital Group, All Rights Reserved