www.fosoo.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://fosoo.com/
Effective URL: https://www.fosoo.com/
Submission: On July 27 via manual from US — Scanned from CA

Form analysis 10 forms found in the DOM

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-6680582029502-header-parallax" data-id="product-actions-6680582029502" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6718838309054-header-parallax" data-id="product-actions-6718838309054" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6716860498110-header-parallax" data-id="product-actions-6716860498110" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </button>
</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-6680582029502-header-parallax" data-id="product-actions-6680582029502" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6718838309054-header-parallax" data-id="product-actions-6718838309054" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" id="sidebar-product-form-6716860498110-header-parallax" data-id="product-actions-6716860498110" enctype="multipart/form-data">
  <button class="btn add-to-cart-btn" type="submit" disabled="disabled"> Sold Out </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="enter 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">
              Create An Account
            </a>
  </div>
</form>

Text Content

FOSOO ORAL CARE

Free shipping on all orders. 30-day money back guarantee.

trending
 * apex
 * lux
 * nov
 * electric toothbrush
 * sonic toothbrush
 * brush head

Popular Products
-33%
Sold Out

APEX Rechargeable Sonic Electric Toothbrush
$59.99 $39.99
 * Blue
 * White
 * Pink

Sold Out
-20%
Sold Out

LUX Rechargeable Sonic Electric Toothbrush
$49.99 $39.99
 * Purple
 * White
 * Blue
 * Pink
 * Green
 * + 1

Sold Out
-36%
Sold Out

NOV Rechargeable Sonic Electric Toothbrush
$69.99 $44.99
 * Pink
 * Blue
 * Black

Sold Out


user
0
 * Electric Toothbrushes
 * Kids Electric Toothbrush
 * Brush Heads
 * Help
 * Oral Health
 * Contact

trending
 * apex
 * lux
 * nov
 * electric toothbrush
 * sonic toothbrush
 * brush head

Popular Products
-33%
Sold Out

APEX Rechargeable Sonic Electric Toothbrush
$59.99 $39.99
 * Blue
 * White
 * Pink

Sold Out
-20%
Sold Out

LUX Rechargeable Sonic Electric Toothbrush
$49.99 $39.99
 * Purple
 * White
 * Blue
 * Pink
 * Green
 * + 1

Sold Out
-36%
Sold Out

NOV Rechargeable Sonic Electric Toothbrush
$69.99 $44.99
 * Pink
 * Blue
 * Black

Sold Out

user
0


DREAMER KIDS ELECTRIC TOOTHBRUSH


MAKE TOOTHBRUSHING BETTER AND FUN FOR KIDS

Specially designed for children, provides anticavity, gum care, and
antibacterial 3-in-1 clean. 

Learn More


ACE ELECTRIC TOOTHBRUSH


BIG BRUSH HEAD FOR MORE EFFICIENT CLEANING

48,000 sonic vibrations per minute with a large brush head remove up to 20x more
plaque and improve up to 7x healthier gums

Learn More


APEX SONIC ELECTRIC TOOTHBRUSH


METAL ELECTRIC TOOTHBRUSH LASTS 180 DAYS

Remove up to 15x more plaque, designed to guarantee a brushing time of up to six
months

Learn More


NOV SONIC ELECTRIC TOOTHBRUSH


EASY TO BRUSH WITH DISPLAY

38, 000 sonic vibration per minute, gives you a dentist clean

Learn More



SMILE ON WITH FOSOO

FOSOO is a company founded by a team of dentists, engineers, designers, and
creatives dedicated to advancing tech and style in oral care. We take care of
7.9 billion people's oral health by making the best and most affordable dental
products to help them stay healthy and confident.
FOSOO - Focus on oral care.


APEX ELECTRIC TOOTHBRUSH

Metal sonic toothbrush less plastic, 15x plaque removel, 4 brushing modes, 3
intensities, smart timer, lasts 180 days.

Shop Now


DREAMER KIDS ELECTRIC TOOTHBRUSH

Butterfly/plane wall-mounted holder, 2 cleaning modes, small brush head with
soft antibacterial bristles, 180-day battery life.

Shop Now


LUX ELECTRIC TOOTHBRUSH

Eco-friendly metal sonic toothbrush, 3 cleaning modes, 3 intensities, quietest,
lasts 120 days

Shop Now


ACE ELECTRIC TOOTHBRUSH

Metal electric toothbrush with 2 big brush heads and 2 regular sized brush
heads, 20x plaque removel, quietest, 180-day battery life.

Shop Now

Free Shipping

30-Day Money-Back Guarantee

Secure Payment


APEX SONIC ELECTRIC TOOTHBRUSH 


EXPERIENCE A COMPLETE CLEAN

Check More

The APEX electric toothbrush is a pretty nice electric toothbrush. It brushes
along the gum line much better than other electric toothbrushes. Never seen in
other electric toothbrushes is that the motor doesn't turn on automatically when
you press the on button. Instead, you can toggle through the features before the
motor starts that prevent toothpaste from flying everywhere.

Christina, Dental Hygienist


LUX ELECTRIC TOOTHBRUSH 


MAKE EVERY BRUSHING COUNT

Check More


DREAMER KIDS ELECTRIC TOOTHBRUSH


EMPOWER YOUR KIDS WITH GOOD ORAL HEALTH HABITS

Check More

My teeth feel very clean. The bristles are really soft and gentle, even on the
regular everyday clean head. I used the whitening mode first, which felt like a
gentle pulsing motion. I'm not sure my teeth actually got any whiter but a
toothbrush can really only do so much in that department. The pink with gold
details is super elegant!

Dentaly.org


LOOK GOOD, WORK BETTER

Dentists, dental hygienists, and influencers all recommend FOSOO electric
toothbrushes



The APEX electric toothbrush is one of the FOSOO team's signature designs
combining precision, comfort, and elegance. If you are trying to switch from a
common manual toothbrush to an electric one, the APEX might be your best option.

Dentaltown


NOV SONIC ELECTRIC TOOTHBRUSH 


BRUSH IN STYLE

Fresh your oral hygiene routine, and please your oral care journey and daily
life

Check More


ACE BIG BRUSH ELECTRIC TOOTHBRUSH 


EFFECTIVE AND GENTLE

Provide up to 20x plaque removal, and 7x healthier gums vs a manual toothbrush

Check More


HEAR WHAT OUR CUSTOMERS SAY

Give Us a Follow @FOSOO Oral Care 

Share your smile with #myfosoosmile hashtag, and you might be featured.

Their Apex brush has a 180-day battery life (don't need to bring your charger on
vacation 🙌🏼)  - kellithedentist

I've had experiences with different toothbrushes overtime and @fosoo.official is
by far one of the best! ✨💯  - lovesimplydave  

Teeth are always in style 😊 Iam taking good care of my teeth with this
@fosoo.official apex electric tooth brush! - 10 olta.photoholic 

I've been trying out @fosoo.official electric toothbrushes to help alleviate
some of the sensitivity during pregnancy!👍🏻  - aliezofficial

I like my smile 😃 to be as bright as can be so I love using my FOSOO electric
toothbrush.   -  jhonimar

So gorgeous 😍❤️   - catashank 

Definitely lots of great 🙌reasons to try this beautifully made toothbrush out
and to keep those pearly whites sparkling! 🦷😁✨ -  dulceuscmrs 

Verliebt in meine neue elektrische Zahnbürste von @fosoo.official ❤️  -
jasmin_kela

E davvero molto bello sia nel packaging che nelle diverse modalità di pulizia e
davvero un gran bello spazzolino che va bene per tutta la famiglia. 😁 -
marcomoro.89

So pretty! 😍 - thisistigree 

It struck a good balance between being powerful enough to scrape off gunk and
plaque✨, without being so powerful that it'll give you a numb hand. -
nalin_sami_official

Io ho scelto APEX rosa, uno spazzolino elettrico sonico che, con le sue 42000
vibrazioni al minuto, rimuove più placca e riduce di più le gengiviti rispetto
agli spazzolini manuali.✨ - danam_70

 Non posso lasciarlo, e' parte della mia routine quotidiana 💯👍🏻  -
dulceuscmrs 

 I love it ❤️ - baloghmartinabetty 

I've been trying out @fosoo.official electric toothbrushes to help alleviate
some tooth sensitivity! The toothbrush is so gentle, it has lots of different
settings and is working well for me💯. - logan.and.alex

The APEX have a sturdy medal handle suitable for a mom who's kids love to break
things and that also means less plastic, eco-friendly and the best part it lasts
for 180 days!!🔋🤩 - teenandthe

😁Mi Sonrisa😁 , una de las cosas mas importante para mi, por ello llevo un
tiempo utilizando este Cepillo de dientes eléctrico sónico recargable APEX de
@fosoo.official - juanitoramoss

My eletric tootbrush @fosoo.official adoro il design del mio spazzolino
elettrico. Inoltre è davvero perfetto ed innovativo.✨🦷 - lenus89

 Well based on big the boys are smiling, it sounds like these brushes are
winners! 👏 - granola_n_grace

If you can not find the best electric toothbrush (dentist-like clean, healthy
and smart device) I’d recommend to use this amazing model. 😍💯- alinamos1





STAY IN TOUCH

Sign up now and get exclusive offers, oral care tips, and how-tos, be the first
to hear about the new product launches.




SHOP

 * APEX Toothbrush
 * Dreamer Kids Toothbrush
 * LUX Toothbrush
 * NOV Toothbrush
 * ACE Toothbrush
 * Brush Heads


SUPPORT

 * Help Center
 * Contact Us
 * Downloads
 * Verify Authenticity
 * Orders and Shipping
 * Return & Warranty


COMPANY

 * Brand Story
 * Become A Tester
 * Become An Influencer
 * Wholesale
 * Privacy Policy
 * Terms of Service

 * 
 * 
 * 
 * 
 * 

Copyright 2022 © fosoo.com. All rights reserved.
 * 
 * 
 * 
 * 
 * 
 * 

The cookie settings on this website are set to 'allow all cookies' to give you
the very best experience. Please click Accept Cookies to continue to use the
site.
privacy policy accept ✔
Close

CUSTOMER LOGIN:

Email Address *
Password *
Forgot your password?
Create An Account
Close

YOUR BAG

0 items

Your cart is currently empty.

Continue Shopping
NaN%
You qualify for free shipping!
-
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
Check Out View Cart


Sign In Create an account





You have successfully subscribed!
This email has been registered
Close