balzacs.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://balzacs.com/
Effective URL: https://balzacs.com/
Submission Tags: tranco_l324
Submission: On May 08 via api from DE — Scanned from CA

Form analysis 10 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search__form">
  <input type="hidden" name="type" value="product">
  <input type="hidden" name="options[unavailable_products]" value="hide">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="search" name="q" class="search_box" placeholder="Enter your keyword ..." value="">
  <button class="search_submit" type="submit" aria-label="icon search">
    <svg class="svg-icon">
      <use xlink:href="#magnifier"></use>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" role="search" class="search__form">
  <input type="hidden" name="options[unavailable_products]" value="hide">
  <input type="hidden" name="options[prefix]" value="last">
  <div class="search-options"> Search in: <select name="type">
      <option value="">Whole site</option>
      <option value="product">Products</option>
      <option value="article">News articles</option>
      <option value="page">Pages</option>
    </select>
  </div>
  <input type="search" name="q" class="search_box" placeholder="Enter your keyword ..." value="">
  <button class="search_submit" type="submit" aria-label="icon search">
    <svg class="svg-icon">
      <use xlink:href="#magnifier"></use>
    </svg>
  </button>
</form>

POST /cart

<form action="/cart" method="post">
  <button class="button button--primary" name="checkout">Check out</button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login_box" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <input class="field__input" type="email" name="customer[email]" id="LoginFormBox-Email" autocomplete="email" autocorrect="off" autocapitalize="off" placeholder="Email">
    <label class="field__label" for="LoginFormBox-Email"> Email </label>
  </div>
  <div class="field">
    <input class="field__input" type="password" value="" name="customer[password]" id="LoginFormBox-Password" autocomplete="current-password" placeholder="Password">
    <label class="field__label" for="LoginFormBox-Password"> Password </label>
  </div><a href="/account/login#recover" class="account-login-recover">Forgot your password?</a>
  <div class="sign-in_create-account">
    <button type="submit" class="button account-login-submit">Sign in</button>
  </div>
</form>

POST /account

<form method="post" action="/account" id="customer_register_box" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <input class="field__input" type="text" name="customer[first_name]" id="RegisterFormBox-FirstName" autocomplete="given-name" placeholder="First name">
    <label class="field__label" for="RegisterFormBox-FirstName"> First name </label>
  </div>
  <div class="field">
    <input class="field__input" type="text" name="customer[last_name]" id="RegisterFormBox-LastName" autocomplete="family-name" placeholder="Last name">
    <label class="field__label" for="RegisterFormBox-LastName"> Last name </label>
  </div>
  <div class="field">
    <input class="field__input" type="email" name="customer[email]" id="RegisterFormBox-email" spellcheck="false" autocapitalize="off" autocomplete="email" aria-required="true" placeholder="Email">
    <label class="field__label" for="RegisterFormBox-email"> Email </label>
  </div>
  <div class="field">
    <input class="field__input" type="password" name="customer[password]" id="RegisterFormBox-password" aria-required="true" placeholder="Password">
    <label class="field__label" for="RegisterFormBox-password"> Password </label>
  </div>
  <div class="action_bottom">
    <button type="submit" class="button account-login-submit"> Create </button>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" class="search__form">
  <input type="hidden" name="options[unavailable_products]" value="hide">
  <input type="hidden" name="options[prefix]" value="last">
  <div class="search-options"> Search in: <select name="type">
      <option value="">Whole site</option>
      <option value="product">Products</option>
      <option value="article">News articles</option>
      <option value="page">Pages</option>
    </select>
  </div>
  <input type="search" name="q" class="search_box" placeholder="Enter your keyword ..." value="">
  <button class="search_submit" type="submit" aria-label="icon search">
    <svg class="svg-icon">
      <use xlink:href="#magnifier"></use>
    </svg>
  </button>
</form>

POST /cart

<form action="/cart" method="post">
  <button class="button button--primary" name="checkout">Check out</button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login_box" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <input class="field__input" type="email" name="customer[email]" id="LoginFormBox-Email" autocomplete="email" autocorrect="off" autocapitalize="off" placeholder="Email">
    <label class="field__label" for="LoginFormBox-Email"> Email </label>
  </div>
  <div class="field">
    <input class="field__input" type="password" value="" name="customer[password]" id="LoginFormBox-Password" autocomplete="current-password" placeholder="Password">
    <label class="field__label" for="LoginFormBox-Password"> Password </label>
  </div><a href="/account/login#recover" class="account-login-recover">Forgot your password?</a>
  <div class="sign-in_create-account">
    <button type="submit" class="button account-login-submit">Sign in</button>
  </div>
</form>

POST /account

<form method="post" action="/account" id="customer_register_box" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <input class="field__input" type="text" name="customer[first_name]" id="RegisterFormBox-FirstName" autocomplete="given-name" placeholder="First name">
    <label class="field__label" for="RegisterFormBox-FirstName"> First name </label>
  </div>
  <div class="field">
    <input class="field__input" type="text" name="customer[last_name]" id="RegisterFormBox-LastName" autocomplete="family-name" placeholder="Last name">
    <label class="field__label" for="RegisterFormBox-LastName"> Last name </label>
  </div>
  <div class="field">
    <input class="field__input" type="email" name="customer[email]" id="RegisterFormBox-email" spellcheck="false" autocapitalize="off" autocomplete="email" aria-required="true" placeholder="Email">
    <label class="field__label" for="RegisterFormBox-email"> Email </label>
  </div>
  <div class="field">
    <input class="field__input" type="password" name="customer[password]" id="RegisterFormBox-password" aria-required="true" placeholder="Password">
    <label class="field__label" for="RegisterFormBox-password"> Password </label>
  </div>
  <div class="action_bottom">
    <button type="submit" class="button account-login-submit"> Create </button>
  </div>
</form>

Name: mc-embedded-subscribe-formPOST https://balzacs.us11.list-manage.com/subscribe/post?u=3b6f66c86e6b2e1824cb776b0&id=6de254f60e&f_id=004fe7e1f0

<form action="https://balzacs.us11.list-manage.com/subscribe/post?u=3b6f66c86e6b2e1824cb776b0&amp;id=6de254f60e&amp;f_id=004fe7e1f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank"
  novalidate="novalidate">
  <div id="mc_embed_signup_scroll">
    <div class="mc-field-group">
      <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required="" placeholder="Email@address" aria-required="true">
    </div>
    <div id="mce-responses" class="clear">
      <div class="response" id="mce-error-response" style="display:none"></div>
      <div class="response" id="mce-success-response" style="display:none"></div>
    </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_3b6f66c86e6b2e1824cb776b0_997f19c877" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
  </div>
</form>

Text Content

MENU

 * Buy Online
   * Coffee
   * Merchandise
 * Buy In Store

 * Visit a Café
 * Learn
   * Our Story
   * Sustainability
   * News
   * Recipes
   * Jobs
   * Contact Us


SEARCH OUR SITE

Result Found


Show all Show all
 * Buy Online
   * Coffee
   * Merchandise
 * Buy In Store




 * Visit a Café
 * Learn
   * Our Story
   * Sustainability
   * News
   * Recipes
   * Jobs
   * Contact Us


 * SEARCH OUR SITE
   
   Search in: Whole site Products News articles Pages
   
   Result Found
   
   
   Show all Show all
   00 items
   
   
   
   MY SHOPPING CART
   
   Buy $60.00 more to enjoy FREE SHIPPING!
   
   
   
   
   YOUR CART IS EMPTY
   
   Continue shopping
   
   
   SUBTOTAL
   
   $0.00 CAD
   
   
   View cart
   Check out
   0 Wishlist
   
   
   MY ACCOUNT
   
    * Login
    * Register
   
   Email
   Password
   Forgot your password?
   Sign in
   First name
   Last name
   Email
   Password
   Create
   


SEARCH OUR SITE

Search in: Whole site Products News articles Pages

Result Found


Show all Show all
00 items



MY SHOPPING CART

Buy $60.00 more to enjoy FREE SHIPPING!




YOUR CART IS EMPTY

Continue shopping


SUBTOTAL

$0.00 CAD


View cart
Check out
0 Wishlist


MY ACCOUNT

 * Login
 * Register

Email
Password
Forgot your password?
Sign in
First name
Last name
Email
Password
Create




COFFEE WORTH
CELEBRATING

In honour of our 30th anniversary, we proudly present this unique blend of 100%
arabica beans paying homage to where we came from, where we are and where we’re
going next.
SHOP NOW


COFFEE WORTH CELEBRATING

In honour of our 30th anniversary, we proudly present this unique blend of 100%
arabica beans paying homage to where we came from, where we are and where we’re
going next.
LEARN MORE
banner deal



HERE’S TO 30 YEARS. WE’RE JUST GETTING STARTED

Built to bring European coffee culture to Canada, we started as a coffee cart
and now have 16 stunning cafés and line countless stores shelves across the
country.
LEARN MORE
banner deal



DISCOVER
OUR BESTSELLERS

Curate your coffee routine with 100%
Canadian small-batch roasted blends.
SHOP NOW


SHOP NOW


SHOP NOW


SHOP NOW


SHOP NOW



123




OUR CAFÉS

Savour your sip and take your time in one of our beautiful cafés.

FIND A CAFÉ


OUR CAFÉS

Savour your sip and take your time in one of our beautiful cafés.
FIND A CAFÉ
banner deal



BREW A BETTER WORLD

Learn about our sustainable practices and more.
LEARN MORE
banner deal



COFFEE-INSPIRED RECIPES

Find inspiration in our delicious creations.
LEARN MORE
banner deal



FOLLOW US ON INSTAGRAM

Likes Count
60
Comments Count
4
😎 We’re wheels up for some chill vibes this weekend; how about you? Find the
recipe for this Espresso Negroni at the link in bio 👆 #Balzacs #Weekend
#Espresso #Negroni
😎 We’re wheels up for some chill vibes this weekend; how about you? Find the
recipe for this Espresso Negroni at the link in bio 👆 #Balzacs #Weekend
#Espresso #Negroni

Likes Count
47
Curious how to brew cold brew? Do it yourself in 5 easy peasy steps 😊🧊 1)
Grind up your favourite Balzac's blend into a course ground. 2) Add water and
grounds to a sealable container. 4 cups of cold filtered water to every cup of
grounds. 3) Let sit in the fridge for 12-14 hours. 4) Double steep with a French
press or coffee filter. 5) Pour over ice! Add more water if your cold brew is
too concentrated. #BalzacsCoffee #ColdBrew #HowTo
Curious how to brew cold brew? Do it yourself in 5 easy peasy steps 😊🧊 1)
Grind up your favourite Balzac's blend into a course ground. 2) Add water and
grounds to a sealable container. 4 cups of cold filtered water to every cup of
grounds. 3) Let sit in the fridge for 12-14 hours. 4) Double steep with a French
press or coffee filter. 5) Pour over ice! Add more water if your cold brew is
too concentrated. #BalzacsCoffee #ColdBrew #HowTo

Likes Count
96
Comments Count
4
Guess who popped up in episode 2 of this season’s Chucky? Yep, Balzac’s Liberty
Village! Obviously, they’re fans of our killer coffee brews. #Balzacs
#LibertyVillage #Chucky
Guess who popped up in episode 2 of this season’s Chucky? Yep, Balzac’s Liberty
Village! Obviously, they’re fans of our killer coffee brews. #Balzacs
#LibertyVillage #Chucky








SIGN UP FOR OUR NEWSLETTER


Invalid Password
Enter
 * Facebook
 * Instagram
 * Pinterest
 * TikTok
   
 * Follow us on social media!

 * Mobile app
 * Wholesale
 * Careers


 * Shipping & Returns
 * Privacy Policy
 * Terms & Conditions

© Balzac's Coffee Roasters 2024


Added to your cart

Add to cart failure!

View cart Continue shopping
This popup will auto close after 15 seconds

OTHER CUSTOMERS ALSO BOUGHT