vubervaporizers.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://vuberextracts.com/
Effective URL: https://vubervaporizers.com/
Submission: On June 21 via api from US — Scanned from CA

Form analysis 17 forms found in the DOM

<form class="agp__buttonType__buttonContainer agp__buttonType__buttonContainer--pass"><input class="agp__buttonType__button agp__button" type="submit" value="Yes"></form>

<form class="agp__buttonType__buttonContainer agp__buttonType__buttonContainer--fail"><input class="agp__buttonType__button agp__button" type="submit" value="No"></form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-7271830257764-header-06" data-id="product-actions-7271830257764" enctype="multipart/form-data">
  <input type="hidden" name="id" value="42257917444196">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-7271830257764-header-06"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6862131593316-header-06" data-id="product-actions-6862131593316" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40257892024420">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6862131593316-header-06"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6853583044708-header-06" data-id="product-actions-6853583044708" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40224425803876">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6853583044708-header-06"> Pre Order </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-7217719705700-header-06" data-id="product-actions-7217719705700" enctype="multipart/form-data">
  <input type="hidden" name="id" value="41869677396068">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-7217719705700-header-06"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6862131495012-header-06" data-id="product-actions-6862131495012" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40257891795044">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6862131495012-header-06"> Add to cart </button>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="search" name="q" placeholder=" Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off" data-search-mobile-toggle="" data-url="shop-all-vaporizers" data-limit="5">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="Your email address" required="required">
  <input class="btn" type="submit" value="Submit">
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="ct-login">
    <div class="form-group">
      <label for="customer_email">
        <span> Email Address </span>
        <em>*</em>
      </label>
      <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="customer_password">
        <span> Password </span>
        <em>*</em>
      </label>
      <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]">
    </div>
    <div class="action-btn">
      <input type="submit" class="btn btn-login" value="Login">
      <a class="text-hover forgot-password" href="/account/login#recover">
              Forgot your password?
            </a>
    </div>
  </div>
  <div class="ct-register">
    <a href="/account/register" class="btn btn-register">
              Register
            </a>
  </div>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" name="q" placeholder="Search" class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-7271830257764-" data-id="product-actions-7271830257764" enctype="multipart/form-data">
  <input type="hidden" name="id" value="42257917444196">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-7271830257764-"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6862131593316-" data-id="product-actions-6862131593316" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40257892024420">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6862131593316-"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6853583044708-" data-id="product-actions-6853583044708" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40224425803876">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6853583044708-"> Pre Order </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-7217719705700-" data-id="product-actions-7217719705700" enctype="multipart/form-data">
  <input type="hidden" name="id" value="41869677396068">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-7217719705700-"> Add to cart </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6862131495012-" data-id="product-actions-6862131495012" enctype="multipart/form-data">
  <input type="hidden" name="id" value="40257891795044">
  <input type="hidden" name="quantity" value="1">
  <button data-btn-addtocart="" class="btn add-to-cart-btn" type="submit" data-form-id="#sidebar-product-form-6862131495012-"> Add to cart </button>
</form>

Text Content

BEFORE YOU ENTER

ARE YOU OVER 21:

By entering this site you are agreeing to the Terms of Use and Privacy Policy.



VUBER VAPORIZERS: VAPE PRODUCTS & DEVICES - WHOLESALE - CARTRIDGES

 * 

My Wishlist
0
0

CONTACT US

If you have any questions regarding product questions, order status, or just
want to say hi, please contact us!

Contact Us
Trending
 * Vape Kits
 * Vape Battery
 * Vape Accessories
 * Vuber Gear
 * Dabbers
 * Vape Cartridges

Popular Products
Pulse Pro Battery
$99.99
Add to cart
Pulse Battery
$59.99
Add to cart
Pulse Touch Battery
$34.99
Pre Order
Pulse Drop Battery
$44.99
Add to cart
Pilot Battery
$19.99
Add to cart


0
 * Vaporizers
   Vaporizers
    * All Vaporizers
   
   Smart Batteries
   Shop All Batteries
   Concentrate Vaporizers
   Herbal Vaporizers
   Shop All Vuber Products
 * Accessories
   Accessories
    * All Accessories
    * Pulse Accessories
    * Dabber 2.0 Accessories
    * Dry Herb Vaporizers and Accessories
    * Atlas Accessories/Atomizers
    * Dabber Accessories
    * Shop All Accessories
    * Shop All Clearance Items

 * Quartz Cartridges
   Quartz Cartridges
    * All Quartz Cartridges
    * Quartz Powered Technology
    * C2 Core

 * Vuber Gear
   Vuber Gear
    * All Vuber Gear
    * Gift Cards
    * T-Shirts
    * Hoodies
    * Hats
    * Shop All Gear

 * Support
   Support
    * All Support
    * Register Your Device
    * Warranty
    * Warranty Contact Form
    * Store Locator
    * FAQs

 * About Us
   About Us
    * All About Us
    * Blog
    * Reviews
    * Company News
    * Careers
    * Vuber Earth

 * Wholesale

Trending
 * Vape Kits
 * Vape Battery
 * Vape Accessories
 * Vuber Gear
 * Dabbers
 * Vape Cartridges

Popular Products


0
Shop by categories
 * Vaporizers
 * Smart Batteries
 * Quartz Cartridges
 * Vuber Gear
 * All Accessories
 * Dabber Accessories
 * Atlas Accessories/Atomizers
 * Shop Clearance Items


VUBER PATENTED EXCLUSIVE


THE PULSE BATTERY

Introducing the sleekest and smartest battery in the industry featuring patented
"Never Burn" technology.

SHOP PULSE BATTERY

LIMITED RELEASE

Shop Now


PULSE PRO


FULL TEMPERATURE CONTROL

Featuring Vuber's patented "Never Burn" technology, integrated puff counters,
wireless charging, and full voltage control. Elevate your cartridge experience
today!

Discover the Pulse PRO
 * 1
 * 2
 * 3


CUSTOMER FAVORITES


SMART BATTERIES


CONCENTRATE VAPORIZERS


DABBER ACCESSORIES


CARTRIDGES


VAPE ACCESSORIES


VUBER GEAR


@VUBER













By Jenna Cardenas


ANIMALS AND WEED: NEW LAWS AT WORK

As cannabis becomes more socially and medically accepted in the United States, a
new branch of research has been created through...
Read more
By Jenna Cardenas


THE VUBER EARTH INITIATIVE

The Vuber Earth Initiative addresses the environmental impact of lithium-ion
batteries, with only 5% being recycled globally. Improper disposal leads to...
Read more
By Jenna Cardenas


UNDERSTANDING THE NEW DRUG TESTING LAWS IN WA AND CA

Washington recently enacted Bill 5123 to protect citizens from pre-employment
cannabis testing discrimination. The law doesn't apply to certain high-risk
jobs...
Read more


VUBER IN THE NEWS

News and articles about Vuber products and deveopments.


CANNABIS CARTRIDGES: INDUSTRY STANDARD SOON TO BE REPLACED BY SUPERIOR QUARTZ
TECHNOLOGY

February 26, 2024
Vuber's quartz cartridge produces less harmful constituents and silica particles
compared to ceramic, giving users a cleaner and smoother vaping...
Read more


STORE INFORMATION

Have questions? No problem, send us a message here and we will get back to you
shortly.

Email - info@vubertechnologies.com
Office - (206) 582 – 2899

Hours:
Monday to Friday: 9am - 5pm Pacific





DISCOVER

 * Vaporizers
 * Smart Batteries
 * Quartz Cartridges
 * Vuber Gear
 * All Accessories
 * Dabber Accessories
 * Atlas Accessories/Atomizers
 * Shop Clearance Items


NEWS AND UPDATES

 * News and Updates
 * The Best Settings To Vape
 * The Do's And Don'ts of Vaping
 * Vape Smarter with The Pulse


CUSTOMER SERVICE

 * Search
 * Store Locator
 * Warranty Contact Form
 * Wholesale Page Form
 * Warranty
 * Contact
 * FAQs
 * Terms of Service


FOLLOW US ON SOCIAL MEDIA

 * 
 * 
 * 


NEWSLETTER SIGN UP

Receive our latest updates about our products & promotions.


© 2023 VUBER TECHNOLOGIES.
 * 
 * 
 * 
 * 
 * 
 * 




Close

LOGIN

Email Address *
Password *
Forgot your password?
Register
Close

YOUR CART

0 items

Your cart is currently empty.

Continue Shopping
-
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
Check Out View Cart


Close

SEARCH

Trending
 * Vape Kits
 * Vape Battery
 * Vape Accessories
 * Vuber Gear
 * Dabbers
 * Vape Cartridges

Popular Products
Pulse Pro Battery
$99.99
Add to cart
Pulse Battery
$59.99
Add to cart
Pulse Touch Battery
$34.99
Pre Order
Pulse Drop Battery
$44.99
Add to cart
Pilot Battery
$19.99
Add to cart






You have successfully subscribed!
This email has been registered
Close

Compare Remove All
Products

Rating

Description

Availability

Product Type

SKU

Size

Color

Option










Get $5
Reviews

Pulse Pro - 20% Off For a Limited Time! No code needed:
SHOP NOW


vuber
 

🚀 We’re thrilled to be featured in @rollingstone! 🚀 At Vuber, we’re leading
the charge in cannabis innovation with our state-of-the-art patented quartz
cartridges. By moving beyond industry norms, we’re delivering unmatched
performance and purity for an elevated vaping experience. Learn how our quartz
technology is setting a new standard in the industry. Read the full story -
https://www.rollingstone.com/culture-council/articles/quartz-revolution-cannabis-cartridges-ditch-industry-standard-experience-1235040888/
#rollingstones #vuber #cartridge #cannabis #cannatech #cannabisindustry
#industrystandard #cannabisconcentrates #quartzatomizer #thefutureofcannabis
June 18 • View on Instagram
vuber
 

Vuber was out at the @theflowerexpo in Massachusetts this week. Next up,
Michigan Flower Expo in August. We are ready to Vuberize the masses. See you
there 😶‍🌫️ #grassachusetts #cannabisexpo #510thread #weed #cannabisretail
#dispensaries #420daily #budtender
June 6 • View on Instagram
vuber
 

VUBER TORCH now available on our website. 🔥🔥🔥🔥🔥🔥 #torch #vuber #dabtorch
#lightitup #710 #oilaccessories #dabs #dabber
May 24 • View on Instagram
vuber
 

📢SMASHBOX SALE - link in bio. Huge savings while supplies last!!! #cannabis
#vape #weedpen #smashbox
May 24 • View on Instagram
vuber
 

The perfect adventure buddy, the Pulse Touch. Venture Higher 🏔️ #st0ner
#adventures #cannabis #cannatech #weed #420daily #weedpen #oilpen
May 22 • View on Instagram
vuber
 

Vuber batteries make the perfect companion for long walks on the beach and
catching sunsets 🌅 💨😉 #cannabis #caliweed #st0ner #beachwalk #sunset
#blowingclouds #510thread #cannabiscity #smokeweed
May 14 • View on Instagram
vuber
 

THE PULSE DROP. Vaping doesn't get any easier. Screw in your cart and inhale.
Equipped with Vuber's "Never Burn" Technology, our Pulse line of batteries takes
the guesswork out of vaping by reading the resistance of your cart, setting the
voltage, and tapering it as your draw so you never burn your oil again. #drop
#pulse #510thread #cannabis #vaping #weed #420daily #420post #710 #highaf
#patentedtechnology #canna
May 8 • View on Instagram
vuber
 

Where does your Pulse take you? #venturehigher #pnwadventures #cannabis #weed
#budtenders #marijuana #Pulse #Vuber #puffpuff
April 24 • View on Instagram
vuber
 

🔥 Custom @lucky.leaf.co Pink Pulse Battery 🔥 #cannabismarketing #luckyleafco
#vuber #spokanecannabis #dispensary #custom #ancillary #vaporizer #vuber #pulse
#pink
April 16 • View on Instagram
vuber
 

Look at these fun custom Pilot batteries for @seshwithnesh! Find these in
Somerville, MA! #custom #cannabismarketing #cannabisindustry #vuber #420 #710
#masscanna
April 15 • View on Instagram
vuber
 

Our patented quartz carts are making waves in the industry. If you are making
high quality oil, why not pair it with a high quality cartridge? Our
state-of-the-art patented quartz heating technology elevates the consumer
experience, providing a better flavor profile and preserving terps. Plus, our
carts are proven to be safer and allow for complete consumption without any
harsh burnt taste. Don't forget, we also offer co-branding and packaging
options. Trust Vuber for the best hardware to complement your premium oils.
#b2bcannabis #510thread #quartz #gamechanger #710 #cannatech #patented
#cannabiswholesale
April 8 • View on Instagram
vuber
 

Vuber was started in Seattle in 2014. That is 10 years of Vuberizing the masses.
Which is your favorite Pulse product? #Vuber #Vaporizers #VentureHigher
#CannabisIndustry #WEED #420 #CannabisMarketing #PNWstoner #seattlemade #drop
April 8 • View on Instagram