www.deliverr.ca Open in urlscan Pro
34.231.252.243  Public Scan

Submitted URL: https://link.deliverr.ca/
Effective URL: https://www.deliverr.ca/
Submission: On September 18 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 6 forms found in the DOM

<form id="loginForm" novalidate="novalidate">
  <div class="form-group">
    <label>Email</label>
    <input type="email" name="email" id="loginEmail" class="form-control" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label>Password</label>
    <input type="password" name="password" id="loginPassword" class="form-control" required="" minlength="6" maxlength="20" aria-required="true">
  </div>
  <div class="form-group">
    <p>
      <label class="checkbox">
        <input type="checkbox" name="remember_me" class="remember_me" id="remember_me"> Remember me </label>
      <a class="resetPasswordButton float-right text-orange fs-14 cursor-pointer">Forgot Password?</a>
    </p>
  </div>
  <div id="loginErrorContainer" class="form-group text-center" style="display: none;"></div>
  <div class="form-group">
    <button class="ld-ext-right btn btn-orange col authButton" id="loginFormSubmitButton"> Login <div class="ld ld-ring ld-spin fs-25"></div>
    </button>
  </div>
</form>

POST

<form method="post" id="registerForm" novalidate="novalidate">
  <div class="row">
    <div class="col">
      <div class="form-group">
        <label>First name</label>
        <input maxlength="50" value="" id="signUpFirstName" name="first_name" type="text" class="form-control" required="" aria-required="true">
      </div>
    </div>
    <div class="col">
      <div class="form-group">
        <label>Last name</label>
        <input maxlength="50" value="" id="signUpLastName" name="last_name" type="text" class="form-control" required="" aria-required="true">
      </div>
    </div>
  </div>
  <div class="form-group">
    <label>Email</label>
    <small class="loginButton cursor-pointer alert alert-danger col-12 p-1 float-left mb-1" style="display: none;" id="emailAlreadyRegisteredPrompt"><span class="errorMsg"></span> Please <span
        class="text-underline font-weight-bold">login</span></small>
    <input maxlength="100" value="" id="signUpEmail" autocomplete="off" name="email" type="text" class="form-control" required="" aria-required="true">
  </div>
  <div class="form-group ">
    <label>Mobile number</label>
    <div class="container-fluid float-left px-0 pb-2 phoneContainer">
      <input title="Please enter a valid 10 digit mobile number" pattern="[0-9]{10}" maxlength="10" minlength="10" value="" id="signUpPhone" name="phone" type="tel" class="form-control" required="" aria-required="true">
    </div>
  </div>
  <div class="form-group materialize">
    <label class="col-12 p-0">Password <span class="float-right text-secondary font-weight-normal">at least 6 characters</span>
    </label>
    <input value="" id="signUpPassword" name="password" type="password" class="form-control" required="" minlength="6" maxlength="20" aria-required="true">
  </div>
  <div class="form-group pl-0 d-none">
    <label data-toggle="tooltip" title="" data-original-title="Referral codes are given by your friend or family to earn Deliverr credits. This is not a coupon code. Coupon codes can be entered at checkout">Friend's referral code <span
        class="text-muted">(optional)</span> <i class="fa fa-info-circle"></i></label>
    <input value="" id="signUpReferralCode" autocomplete="false" name="referral_code" type="text" class="col-md-6 form-control">
  </div>
  <div id="registerErrorContainer" class="form-group text-center" style="display: none;"></div>
  <div class="form-group pt-1">
    <button class="btn btn-orange col auth-button ld-ext-right" id="registerFormSubmitButton"> Sign Up <div class="ld ld-ring ld-spin fs-25"></div>
    </button>
  </div>
  <div class="form-group fs-14">
    <p>By clicking on <strong>Signup</strong> you agree to the <a href="https://www.deliverr.ca/terms-of-service" target="_blank">terms of deliverr.ca</a></p>
  </div>
</form>

POST

<form method="post" id="resetPasswordForm">
  <div class="clearfix text-left fs-14 text-secondary p-2 border mb-2 bg-light">
    <div class="form-group text-orange font-weight-bold">Forgot Your Password?</div>
    <div class="form-group font-weight-normal text-secondary"> Enter your email below to receive your password reset instructions. </div>
  </div>
  <div class="form-group">
    <label>Email</label>
    <input placeholder="Enter email address" type="text" name="email" class="form-control" required="">
  </div>
  <div class="form-group" id="resetPasswordErrorContainer">
  </div>
  <div class="form-group pb-3">
    <button class="btn btn-orange col authButton ld-ext-right" id="resetPasswordFormSubmitButton"> Reset Password <div class="ld ld-ring ld-spin fs-25"></div>
    </button>
  </div>
</form>

POST

<form method="post" id="linkSocialAccountForm">
  <div class="form-group">
    <label>Email</label>
    <input value="" readonly="" name="email" type="text" class="form-control" required="">
  </div>
  <div class="form-group">
    <label>Password</label>
    <input value="" name="password" type="password" class="form-control" required="">
  </div>
  <input value="" name="social_id" type="hidden">
  <input value="" name="social_access_token" type="hidden">
  <input value="" name="social_type" type="hidden">
  <div id="linkSocialAccountFormErrorContainer" class="form-group text-center" style="display: none;"></div>
  <div class="form-group pt-1">
    <button class="btn btn-orange col auth-button ld-ext-right" id="linkSocialAccountFormSubmitButton"> Link Account <div class="ld ld-ring ld-spin fs-25"></div>
    </button>
  </div>
  <div class="form-group fs-14">
    <p>By clicking on <strong>Signup</strong> you agree to the <a href="https://www.deliverr.ca/terms-of-service" target="_blank">terms of deliverr.ca</a></p>
  </div>
</form>

POST

<form method="post" id="registerSocialAccountForm" novalidate="novalidate">
  <div class="row">
    <div class="col">
      <div class="form-group">
        <label>First name</label>
        <input readonly="" value="" name="first_name" type="text" class="form-control" required="" aria-required="true">
      </div>
    </div>
    <div class="col">
      <div class="form-group">
        <label>Last name</label>
        <input readonly="" value="" name="last_name" type="text" class="form-control" required="" aria-required="true">
      </div>
    </div>
  </div>
  <div class="form-group">
    <label>Email</label>
    <input value="" readonly="" name="email" type="text" class="form-control" required="" aria-required="true">
  </div>
  <div class="form-group ">
    <label>Mobile number</label>
    <div class="container-fluid float-left px-0 pb-2 phoneContainer">
      <input title="Please enter a valid 10 digit mobile number" pattern="[0-9]{10}" maxlength="10" minlength="10" value="" id="socialSignUpPhone" name="phone" type="tel" class="form-control" required="" aria-required="true">
    </div>
  </div>
  <div class="form-group materialize">
    <label class="col-12 p-0">Password <span class="float-right text-secondary font-weight-normal">at least 6 characters</span>
    </label>
    <input value="" id="socialSignUpPassword" name="password" type="password" class="form-control" required="" aria-required="true">
  </div>
  <div class="form-group pl-0 d-none">
    <label data-toggle="tooltip" title="" data-original-title="Referral codes are given by your friend or family to earn Deliverr credits. This is not a coupon code. Coupon codes can be entered at checkout">Friend's referral code <span
        class="text-muted">(optional)</span> <i class="fa fa-info-circle"></i></label>
    <input value="" id="socialSignUpReferralCode" autocomplete="false" name="referral_code" type="text" class="col-md-6 form-control">
  </div>
  <input value="" name="social_id" type="hidden">
  <input value="" name="social_access_token" type="hidden">
  <input value="" name="social_type" type="hidden">
  <div id="registerSocialAccountFormErrorContainer" class="form-group text-center" style="display: none;"></div>
  <div class="form-group pt-1">
    <button class="btn btn-orange col auth-button ld-ext-right" id="registerSocialAccountFormSubmitButton"> Link your account <div class="ld ld-ring ld-spin fs-25"></div>
    </button>
  </div>
  <div class="form-group fs-14">
    <p>By clicking on <strong>Signup</strong> you agree to the <a href="https://www.deliverr.ca/terms-of-service" target="_blank">terms of deliverr.ca</a></p>
  </div>
</form>

<form novalidate="novalidate">
  <div class="clearfix text-secondary p-3">
    <input type="hidden" id="formAddressId" value="">
    <p class="m-0 p-3 fs-16 text-secondary border">
      <span class="d-block font-weight-bold">Location</span>
      <span id="fullAddress"></span>
    </p>
    <div class="col-12 float-left p-0 border-left border-bottom border-right text-center">
      <i class="fa fa-map-marker text-orange" id="customMarker"></i>
      <span class=" bg-dark text-white fs-12 position-absolute top-15" id="dragMapLabel">Drag Map</span>
      <div class="mb-0 form-group" style="height:200px;" id="addressMap"></div>
    </div>
    <div class="col-12 p-0 float-left mt-3" id="addressFieldsHolder">
      <div class="form-group">
        <label for="addressHouseNumber" class="text-dark fs-14">House / Apt no. <i class="fa fa-asterisk text-orange fs-10"></i></label>
        <input type="text" autocomplete="off" class="form-control" id="addressHouseNumber" name="addressHouseNumber" placeholder="House no. / Apt. no." required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="addressDrivingInstructions" class="text-dark fs-14">Special Instructions</label>
        <input type="text" class="form-control" id="addressDrivingInstructions" placeholder="eg., Call me when outside">
      </div>
      <div class="form-group">
        <label for="addressLabel" class="fs-14 text-dark">Address Label <small>(Optional)</small></label>
        <input type="text" class="form-control" id="addressLabel" placeholder="eg., Home, Office, Dad's Home">
      </div>
      <div class="form-check">
        <input class="form-check-input" type="checkbox" id="setAsDefaultAddress">
        <label class="form-check-label" for="setAsDefaultAddress"> Set as default </label>
      </div>
    </div>
  </div>
</form>

Text Content

 * 
 * 
 * Delivery address
   Select Delivery Address

Earn Rewards New Login Sign Up

Open credit section

LOGIN
I'M A NEW USER - SIGN UP

SIGN UP FOR AN ACCOUNT
ALREADY HAVE AN ACCOUNT? SIGN IN

Continue with Facebook

Continue with Google

Or Login with Email
Email
Password

Remember me Forgot Password?


Login

Sign up with Facebook

Sign up with Google

OR
Sign up for an account
Sign up using Facebook or Google
First name
Last name
Email Please login
Mobile number

Password at least 6 characters
Friend's referral code (optional)

Sign Up


By clicking on Signup you agree to the terms of deliverr.ca

RECOVER PASSWORD
BACK TO LOGIN

Forgot Your Password?
Enter your email below to receive your password reset instructions.
Email

Reset Password


LINK YOUR ACCOUNT
BACK TO LOGIN

Email
Password

Link Account


By clicking on Signup you agree to the terms of deliverr.ca

COMPLETE YOUR PROFILE
BACK TO LOGIN

First name
Last name
Email
Mobile number

Password at least 6 characters
Friend's referral code (optional)

Link your account


By clicking on Signup you agree to the terms of deliverr.ca

Home
Login / Sign-up
Earn Rewards New
Support
Privacy Policy
Terms of use

DELIVERR CREDIT

Upto credit is available for your next order.
Valid Until - 2018-12-03 05:15:15

Order Now

Get $5 for every friend you invite to Deliverr.

Invite Friends

Transactions

Searching transactions...


BEER, WINE & SPIRITS.

DELIVERR'D AT LIQUOR STORES PRICE UNDER 60 MINUTES

Serving in Regina & Saskatoon | 10:00 AM - 10:00 PM

Delivering to
This is your current address
Please select an address from the list below


   

   

   

   


Browse stores near you



Service just as described, fast & fair. I love to shop from large selection of
items, weekly flyers and special deals! Definitely recommended.

- Ronald Mcgrail

App is easy to order, delivery is fast and reliable. Never had an issue in well
over two years of use. I love it!

- Dean Avelar

The website ordering is super friendly to use. Every time I placed an order it
came very fast. Highly recommended.

- Ryan Dilard

Service just as described, fast & fair. I love to shop from large selection of
items, weekly flyers and special deals! Definitely recommended.

- Ronald Mcgrail

App is easy to order, delivery is fast and reliable. Never had an issue in well
over two years of use. I love it!

- Dean Avelar

The website ordering is super friendly to use. Every time I placed an order it
came very fast. Highly recommended.

- Ryan Dilard

Previous Next



IN-STORE PRICES FROM LOCAL STORES

Shop from Saskliquor, Sobeys liquor and many more at liquor stores prices. NO
markup prices!


THE WHOLE LIQUOR STORE WITH DEALS

Choose from thousands of beer, wine and spirit items with special offers and
weekly in-store flyers.


AFFORDABLE LOW DELIVERY FEE

Delivery fee starts at $3.99. Enjoy the lowest delivery fee from your favourite
local stores.


DOWNLOAD APP AND GET A FREE DELIVERY

Free Deliverr app is the easiest way to get your beer, wine & spirits with just
a few taps.

Send a link to your phone, or download the Deliverr app

Send app to my phone





PEOPLE LOVE US

EASY TO SIGN UP AND USE

Easy to sign up and use. Payment in the app. Fast and friendly service.
Defintely worth it!

- Tanner Rush


AWESOME EXPERIENCE

Awesome experience using deliverr services, now you need not worry about going
out to buy beer and party essentials!

- Arpit Bhakre


I LOVE YOUR WEBSITE

I love your website. Your service has been awesome! I really want to keep up
with your service for a long time!!

- Peter Jeffery


EASY TO SIGN UP AND USE

Easy to sign up and use. Payment in the app. Fast and friendly service.
Defintely worth it!

- Tanner Rush


AWESOME EXPERIENCE

Awesome experience using deliverr services, now you need not worry about going
out to buy beer and party essentials!

- Arpit Bhakre


I LOVE YOUR WEBSITE

I love your website. Your service has been awesome! I really want to keep up
with your service for a long time!!

- Peter Jeffery


Previous Next


AS SEEN ON

Order now





WE'LL BE HERE SOON
BE THE FIRST ONE TO KNOW

Get a chance to get your 1st order free of delivery charge!
Submit

By submitting, you agree to receive promotional content from Deliverr


Please wait!
Updating Address.

WHERE TO DELIVER?
HELP US DELIVERR FASTER...

All addresses



   

   

   

   

  Use current location
Using GPS

We ask for your address upfront so that we can get you the stuff you want from
the nearest store



Location

Drag Map

House / Apt no.
Special Instructions
Address Label (Optional)
Set as default

Saved Address

Loading saved address list..

Please provide House / Apartment no. Save & Proceed


CITIES WE SERVE

 * Regina
 * Saskatoon
 * Moose Jaw

REGINA

 * Liquor Stores delivery in Regina
 * Grocery Stores delivery in Regina

SASKATOON

 * Liquor Stores delivery in Saskatoon
 * Grocery Stores delivery in Saskatoon

MOOSE JAW

 * Liquor Stores delivery in Moose Jaw



MENU

 * About Us
 * Help
 * Support
 * Earn Rewards

OPPORTUNITIES

 * Become a Shopper
 * Be a Partner Store
 * Career

PAYMENT OPTIONS

 * 
 * 
 * 
 * 

DOWNLOAD OUR APPS

 * iOS app
 * Android app

Deliverr


Toll Free Support : +1 (855)-235-2205
Email : support@deliverr.ca

 * 
 * 
 * 
 * 
 * 

© 2021 Deliverr Delivery Services Inc. | Privacy Policy | Terms of Service
Made with in Canada.

WANT UPDATES ON YOUR ORDER?

Nope
Definitely