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

Submitted URL: http://www.pxidbike.com/
Effective URL: https://www.pxidbike.com/
Submission: On January 03 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts hide">
          <div class="cart__item-sub cart__item-row">
            <div>Discounts</div>
            <div class="text-right">
            </div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="cart__subtotal">Subtotal</div>
        <div data-subtotal="">$0.00</div>
      </div>
      <div class="cart__item-row cart__savings text-center hide" data-savings=""></div>
      <div class="cart__item-row text-center ajaxcart__note">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> Check out </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="multi-selectors site-footer__bottom-block" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type"
    value="localization"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="CurrencyHeading"> Currency </h2>
    <div id="HeaderCurrency" class="disclosure">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="HeaderCurrencyList" aria-describedby="CurrencyHeading" data-disclosure-toggle="">
        <img class="w-4 mr-1" src="https://flagicons.lipis.dev/flags/4x3/us.svg" alt="">
        <span class="currency-flag currency-flag--us" data-flag="USD" aria-hidden="true"></span>
        <span class="currency-options__label currency-options__label--inline pl-3"> USD </span>
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down xl:!right-3 !right-0" viewBox="0 0 28 16">
          <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
        </svg>
      </button>
      <ul id="HeaderCurrencyList" class="disclosure-list" data-disclosure-list="">
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option js-no-transition" href="#" aria-current="true" data-value="US" data-disclosure-option=""><span class="currency-options__label currency-options__label--inline">
<img class="w-4 mr-1" src="https://flagicons.lipis.dev/flags/4x3/us.svg" alt="">
United States
                                    </span>
                                  </a>
        </li>
      </ul>
      <input type="hidden" name="country_code" value="US" data-disclosure-input="">
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" id="HeaderSearchForm" class="site-header__search-form bg-white" role="search" autocomplete="off">
  <input type="hidden" name="type" value="product,article">
  <input type="hidden" name="options[prefix]" value="last">
  <button type="submit" class="text-link site-header__search-btn">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

POST /contact#newsletter-newsletter-popup

<form method="post" action="/contact#newsletter-newsletter-popup" id="newsletter-newsletter-popup" accept-charset="UTF-8" class="contact-form" data-persist-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden"
    name="utf8" value="✓"><label for="Email-newsletter-popup" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="popup">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-newsletter-popup" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <span class="input-group-btn">
      <button type="submit" class="btn" name="commit">
        <span class="form__submit--large">Subscribe</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"></path>
          </svg>
        </span>
      </button>
    </span>
  </div>
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form" data-persist-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-1494292487693" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-1494292487693" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" class="footer__newsletter-btn" name="commit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon" viewBox="0 0 12 8">
        <path d="M11.9,7.2C12,7.1,12,7,12,6.9V1.1c0-0.1,0-0.2-0.1-0.4l-3.4,3L11.9,7.2z"></path>
        <path d="M5.4,4.2c0.3,0.3,0.8,0.3,1.1,0L11.2,0c-0.1,0-0.1,0-0.2,0H1.1C1,0,0.9,0,0.8,0L5.4,4.2z"></path>
        <path d="M7.8,4.4L7.2,4.9C6.9,5.3,6.4,5.4,6,5.4c-0.4,0-0.9-0.2-1.2-0.5L4.2,4.4L0.8,7.9C0.9,8,1,8,1.1,8h9.9c0.1,0,0.2,0,0.3-0.1
  	L7.8,4.4z"></path>
        <path d="M0.1,0.7C0,0.8,0,0.9,0,1.1v5.9C0,7,0,7.1,0.1,7.2l3.4-3.5L0.1,0.7z"></path>
      </svg>
      <span class="icon__fallback-text">Subscribe</span>
    </button>
  </div>
</form>

Text Content

Skip to content
Close menu
 * E-BIKES
   
    *  * All Electric Bikes
       * Compare Models
       * Find Your Best Ride

 * E-SCOOTERS
   
    *  * All Electric Scooter
       * Compare Models
       * Find Your Best Ride

 * ACCESSORIES
   
    *  * All Accessories
       * Batteries & Chargers
       * Baskets & Racks
       * Tire & Wheel
       * Saddle
       * Mirrors
       * Fenders
       * Tools

 * COMMUNITY
   
    *  * About Us
       * Blog
       * Videos
       * PXID Rider Stories

 * SUPPORT
   
    * Track Your Order
    * Payment
    * Warranty
    * Shipping
    * Cancellation Refund

 * HELP CENTER
   
    * Contact Us
    * Before Puchase
    * After Purchase
    * E-bike & E-scooter Info
    * Tools and Instructions

 * DEALER
   
    * 

 * Log in
 * 

 * Facebook
 * Twitter
 * Pinterest
 * Instagram
 * TikTok
 * YouTube
 * LinkedIn

Cart
Close cart
Discounts

Subtotal
$0.00

Shipping, taxes, and discount codes calculated at checkout.

Check out
Your cart is currently empty.
Related
 * View All Accessories

ANTELOPE P5 e-bike, $949.99 Christmas Promotion Price! "Close"
2 Year Warranty 15 Day Return Free Shipping
Contact Us Email: customer@pxid.com  Monday-Friday: PST 8:00 a.m.- 6:00 p.m.
0086 19962292634
Weekends: EST 9:00 a.m.- 6:00 p.m.0086 19962292634 We will contact you within 24
hours and try to reply to you as soon as possible. (If you have not received our
email, please check your spam.) Log in


PXIDBIKE

 * E-BIKES
    * PXID Electric Bikes
    * All Electric Bikes
    * Compare Models
    * Find Your Best Ride
   
    * All E-Bikes
    * Off Road
    * City&Commute
    * Fat Tire
    * Folding
   
   ANTELOPE-P5
   MANTIS-P6
   LIGHT-P4
   LIGHT-P2
   MANTIS-P6
   ANTELOPE-P5
   LIGHT-P4
   LIGHT-P2
   MANTIS-P6
   ANTELOPE-P5
   LIGHT-P4
   LIGHT-P2
 * E-SCOOTERS
    * PXID Electric Scooters
    * All Electric Scooter
    * Compare Models
    * Find Your Best Ride
   
    * All E-Scooters
    * Off Road
    * City&Commute
    * Three Wheel
    * Standing&Sitting
   
   BESTRIDE
   BESTRIDE PRO
   URBAN-03
   URBAN-P1
   BESTRIDE PRO
   BESTRIDE
   BESTRIDE PRO
   URBAN-03
   URBAN-P1
   BESTRIDE
   BESTRIDE PRO
   BESTRIDE PRO
   BESTRIDE
 * ACCESSORIES
    * All Accessories
    * Batteries & Chargers
    * Baskets & Racks
    * Tire & Wheel
    * Saddle
    * Mirrors
    * Fenders
    * Tools
   
   Throttle
   
   
   
   P2 Battery
   
   
   
   P5 Extra Battery
   
   
   
   Half throttle
   
   
   
   P6 Battery
   
   
   
   P6 Fenders
   
   
   
   P6 Saddle
   
   
   
   P5 Saddle
   
   
   
   PXID Fat Tire E-Bike Tire
   
   
   
   All Accessories
   
   P5 Extra Battery
   
   $460.00
   
   P2 Battery
   
   $150.00
   
   P6 Battery
   
   $799.00
   
   P5 P6 Battery Charger
   
   $98.00
   
   P5-U Battery Charger
   
   $98.00
   
   Batteries & Chargers
   
   Rear Hanger
   
   $59.90
   
   Front Basket
   
   $79.90
   
   Baskets & Racks
   
   PXID Fat Tire E-Bike Tire
   
   $109.00
   
   Inner Tube
   
   $49.90
   
   Tire & Wheel
   
   P6 Saddle
   
   $79.00
   
   P5 Saddle
   
   $69.00
   
   Saddle
   
   Mirror ( A pair )
   
   $49.90
   
   Mirrors
   
   P6 Fenders
   
   $65.00
   
   Fenders
   
   Inflator
   
   $68.00
   
   Tools
 * COMMUNITY
   PXID Community
   About Us Blog Videos PXID Rider Stories
    * NEWS
      Best Long Range Electric Bikes: Top...
      Dec 21, 2024
    * NEWS
      1000W Electric Bikes: Green Transpo...
      Dec 21, 2024
    * NEWS
      5 Reasons Full Suspension Electric ...
      Dec 11, 2024
    * NEWS
      FAQs about Fat Tire E-Bikes: A Dive...
      Dec 11, 2024
 * SUPPORT
   * Track Your Order
   * Payment
   * Warranty
   * Shipping
   * Cancellation Refund
 * HELP CENTER
   * Contact Us
   * Before Puchase
   * After Purchase
   * E-bike & E-scooter Info
   * Tools and Instructions
 * DEALER
   * Become Our Dealer


CURRENCY

USD
 * United States

Log in Search Site navigation Cart
Search
"Close (esc)"
View more


LATEST NEWS RELEASED

When there are promotions and new product releases, stock arrival notice will be
sent to you via email.

Enter your email
Subscribe
 * Facebook
 * Twitter
 * Pinterest
 * Instagram
 * TikTok
 * YouTube
 * LinkedIn

"Close (esc)"
Join Us
"Close (esc)"
Pause slideshow Play slideshow
Previous
MANTIS-P6

Big Capacity Battery, Big Power, Big Seat
Buy Now
ANTELOPE-P5

One-piece Magnesium Alloy Frame / No Welding,More Safer
Buy Now
BESTRIDE PRO

all terrain three wheel electric scooter
Buy now
Next


ONE-STOP SERVICE

50000+ PXID Riders 1000+ 5-Star Reviews One-to-one Profession Customer Service
2-Year Longest Warranty In Ebike

 * Consumer Direct
   
   view more

 * 2-Year Warranty
   
   view more

 * Ship to the U.S.
   
   view more

 * Secure Payment
   
   view more


EVERY TYPE OF RIDING

ALL-TERRAIN

Explore Now


CITY&COMMUTE

Explore Now


E-BIKE

Explore Now


E-SCOOTER

Explore Now



A RIDE STYLE FOR EVERYONE

All E-Bikes
All E-Scooters
Save $499.01

All Terrain Fat Tire Electric Hybrid Mountain Bikes
No reviews
Regular price $1,799.00 Sale price $1,299.99
Save $839
Quick view

Long Range 20 Inch *4 Fat Tire Pedal Assist Ebike P6
2 reviews
Regular price $2,599.00 Sale price from $1,760.00
Quick view

20 Inch Lightweight Pedal Assist Foldable Commuter Ebike
No reviews
from $1,199.00
Quick view

16 Inch Lightweight Folding Electric Commuter Bike
1 review
from $999.00
Quick view

500W 48V Motor Off Road Electric Scooter With Seat
1 review
from $1,095.00
Quick view

500W*2 Dual Motor Three Wheel Electric Scooter
1 review
$2,640.00
Quick view

500W 48V City Folding Electric Scooter With App
No reviews
from $1,140.00
Quick view

Light Weight 8 Inch Electric Kick Scooter For Adult
No reviews
$1,140.00

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

PXID will be pushed different ebike informationand videos to you.

PXID will be pushed different ebike informationand videos to you.

PXID will be pushed different ebike informationand videos to you.




PXID RIDER STORY

View More


ABOUT ANTELOPE-P5

To change your life, you have to take action. One of our riders did exactly that
and in doing so, she became the guy she’s always wanted to be.
E-bike ride story is full of freedom, joy and challenge,it makes our love life
more, love travel more, and it also makes our cherish friendship and tenacity
more. I hope that everyone can also find their favorite way of travel, so that
our life will be more colorful.




ABOUT LIGHT-P2

Riding the city’s streets as like flicking through chapters of an ongoing story,
allowing for an interaction with the narrative of a place that might otherwise
be lost in the detached and solitary bubble of a car’s driving seat: “You see
some stuff you can not see when you're in the car or on the bus.




ABOUT BESTRIDE

Since I started with BESTRIDE, it has satisfied my short-distance travel
experience in outdoor activities.

It allows me to do whatever I want, such as daily commuting, or traveling in the
countryside, and can easily ride on gravel and other roads. I like it very much.
With it, I have added more to my life. a lot of fun.




ABOUT BESTRIDE PRO

Before BESTRIDE PRO, updates were shared over the dinner table and quality time
was spent in the living room. Now that we have BESTRIDE PRO, we take a new
adventure everyday!




1/4


PXID VIDEO

Beautiful Way To Travel_P2
Electric Mountain Bike_P5
Portable Commute_P4
Beautiful Way To Travel_F2


LATEST BLOG POST

View More
Dec 21, 2024
Best Long Range Electric Bikes: ...

——Is the future of transportation electric? Have you ever found yourself out of
breath on a steep hill, wishing for a bit more power to make your cycling
experience smoother?...

Dec 21, 2024
1000W Electric Bikes: Green Tran...

Have you ever wondered if an electric bike could replace your car for short
trips, and provide a fun, eco-friendly, and practical alternative to driving? If
you're tired of worrying...

Dec 11, 2024
5 Reasons Full Suspension Electr...

Are You Ready for the Ultimate Off-Road Adventure? Imagine cruising through
rugged mountain trails, effortlessly gliding over rocky terrain, or even
commuting to work in style, all while enjoying the...




PRODUCT

PRODUCT
 * Electric Bikes
 * Electric Scooters
 * Accessories
 * Compare Models
 * Find Your Best Ride

EXPLORE

EXPLORE
 * News
 * Videos
 * Help Center
 * Become Our Dealers

SUPPORT

SUPPORT
 * Warranty
 * Payment
 * Order
 * Shipping
 * Cancellation & Returns

COMPANY

COMPANY
 * About Us
 * Contact Us
 * Blog
 * Terms of Service
 * Privacy Policy
 * Cookie Policy
 * Become Offline Dealer
 * Shipping Policy
 * Refund Policy
 * INTELLECTUAL PROPERTY RIGHTS

Sign up and save

Sign up and save

Subscribe to get special offers, free giveaways, and once-in-a-lifetime deals.

Enter your email
Subscribe

 * Facebook
 * Twitter
 * Pinterest
 * Instagram
 * TikTok
 * YouTube
 * LinkedIn

© 2025 pxidbike All Rights Reserved.
 


"Close (esc)"


Previous Next

Judge.me