test.joyabuy.com Open in urlscan Pro
172.67.159.254  Public Scan

URL: https://test.joyabuy.com/
Submission: On June 09 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="lang-currency-switcher-form dropdown-menu dropdown-menu-end px-3 pb-3">
  <div class="fs-14 mb-1">Language</div>
  <div class="currency-items row row-cols-3 g-2">
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="language" data-url="https://joyabuy.com/" value="en" id="en-pc-outlined" autocomplete="off" checked="checked">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="en-pc-outlined"> English </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="language" data-url="https://joyabuy.com/zh/" value="zh" id="zh-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="zh-pc-outlined"> 中文 (中国) </label>
    </div>
  </div>
  <div class="fs-14 mb-1 mt-2">Currency</div>
  <div class="currency-items row row-cols-3 g-2">
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="CNY" id="CNY-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="CNY-pc-outlined"> CNY </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="USD" id="USD-pc-outlined" autocomplete="off" checked="checked">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="USD-pc-outlined"> USD </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="EUR" id="EUR-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="EUR-pc-outlined"> EUR </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="CAD" id="CAD-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="CAD-pc-outlined"> CAD </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="AUD" id="AUD-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="AUD-pc-outlined"> AUD </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="PLN" id="PLN-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="PLN-pc-outlined"> PLN </label>
    </div>
    <div class="d-grid col">
      <input type="radio" class="btn-check" name="currency" value="GBP" id="GBP-pc-outlined" autocomplete="off">
      <label class="btn btn-outline-secondary btn-sm p-1 fs-12" for="GBP-pc-outlined"> GBP </label>
    </div>
  </div>
  <div class="d-grid mt-2">
    <input type="hidden" name="lang_url" value="https://joyabuy.com/">
    <button type="button" class="btn btn-primary btn-sm"> Save </button>
  </div>
</form>

GET

<form id="offcanvas-search-form" class="search-form offcanvas-search-form" method="get">
  <div class="search-form-container">
    <input placeholder="Goods/shop's link or name" class="search-form-input form-control" type="search" name="query" title="Search" autocomplete="off" value="">
    <div class="img-search-container">
      <div class="search-btn-container">
        <div class="img-search-btn">
          <i class="bi bi-camera-fill"></i>
        </div>
        <img class="img-search-view" src="" style="display: none;">
      </div>
    </div>
  </div>
  <div class="border-top my-3 row"></div>
  <h6>Search Discovery</h6>
</form>

GET #

<form class="search-form flex-grow-0" role="search" action="#" method="get" onsubmit="return false;">
  <div class="search-form-container rounded-pill p-1">
    <div class="mobile-search-icon d-flex d-md-none text-secondary">
      <i class="bi bi-search fs-6 lh-1"></i>
    </div>
    <input id="customInput" placeholder="Product's link or name/shop's link" class="search-form-input" type="search" name="query" title="Search" autocomplete="off" value="">
    <div class="img-search-container">
      <input type="file" id="img-input" accept="image/*" style="display:none">
      <div class="search-btn-container">
        <div class="img-search-btn">
          <svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="#999999" class="bi bi-card-image" viewBox="0 0 16 16">
            <path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"></path>
            <path
              d="M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54A.505.505 0 0 1 1 12.5v-9a.5.5 0 0 1 .5-.5h13z">
            </path>
          </svg>
        </div>
        <img class="img-search-view" src="" style="display: none;">
      </div>
    </div>
    <button id="searchBtn" class="search-form-btn d-none d-md-flex align-items-center justify-content-center rounded-pill" type="button" title="Search" aria-label="Search"> Search </button>
  </div>
</form>

POST

<form id="customerLoginForm" class="fs-14 needs-validation" method="POST" novalidate="">
  <div class="alert-login alert alert-danger fs-12 py-2 d-none"></div>
  <div class="mb-3 position-relative">
    <label for="loginUsername" class="form-label mb-0 fs-12">Email address&nbsp;<span class="required">*</span></label>
    <input type="text" class="form-control" name="username" id="loginUsername" autocomplete="username" required="" placeholder="Email address">
    <div class="invalid-tooltip fs-12" style="top: 25px; right: 26px; padding: 1px 5px;">Please enter your e-mail address</div>
  </div>
  <div class="mb-2 position-relative">
    <label for="loginPassword" class="form-label mb-0 fs-12">Password&nbsp;<span class="required">*</span></label>
    <input type="password" class="form-control" name="password" id="loginPassword" autocomplete="current-password" placeholder="Password" required="">
    <div class="invalid-tooltip fs-12" style="top: 25px; right: 26px; padding: 1px 5px;">Please enter your password</div>
  </div>
  <div class="form-check text-start mb-2">
    <input class="form-check-input" type="checkbox" name="rememberme" id="loginRememberme" value="forever">
    <label class="form-check-label fs-12" for="loginRememberme"> Remember me </label>
  </div>
  <div class="d-grid mb-3">
    <button class="js-btn-login-submit btn btn-primary fs-14" type="submit">Login</button>
  </div>
  <div class="d-flex fs-12">
    <a href="https://test.joyabuy.com/my-account/lost-password/">
Lost your password? </a>
    <div class="ms-auto"> Need account? <button type="button" class="btn-switch-register btn btn-link fs-12 p-0"> Sign Up </button>
    </div>
  </div>
  <div class="nsl-container nsl-container-block-fullwidth">
    <div class="nsl-container-buttons">
      <a href="https://test.joyabuy.com/joyabuy-login-7ujm/?loginSocial=google&amp;redirect=https%3A%2F%2Ftest.joyabuy.com%2F" rel="nofollow" aria-label="Continue with <b>Google</b>" data-plugin="nsl" data-action="connect" data-provider="google" data-popupwidth="600" data-popupheight="600"><div class="nsl-button nsl-button-default nsl-button-google" data-skin="light" style="background-color:#fff;"><div class="nsl-button-svg-container"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#4285F4" d="M20.64 12.2045c0-.6381-.0573-1.2518-.1636-1.8409H12v3.4814h4.8436c-.2086 1.125-.8427 2.0782-1.7959 2.7164v2.2581h2.9087c1.7018-1.5668 2.6836-3.874 2.6836-6.615z"></path><path fill="#34A853" d="M12 21c2.43 0 4.4673-.806 5.9564-2.1805l-2.9087-2.2581c-.8059.54-1.8368.859-3.0477.859-2.344 0-4.3282-1.5831-5.036-3.7104H3.9574v2.3318C5.4382 18.9832 8.4818 21 12 21z"></path><path fill="#FBBC05" d="M6.964 13.71c-.18-.54-.2822-1.1168-.2822-1.71s.1023-1.17.2823-1.71V7.9582H3.9573A8.9965 8.9965 0 0 0 3 12c0 1.4523.3477 2.8268.9573 4.0418L6.964 13.71z"></path><path fill="#EA4335" d="M12 6.5795c1.3214 0 2.5077.4541 3.4405 1.346l2.5813-2.5814C16.4632 3.8918 14.426 3 12 3 8.4818 3 5.4382 5.0168 3.9573 7.9582L6.964 10.29C7.6718 8.1627 9.6559 6.5795 12 6.5795z"></path></svg></div><div class="nsl-button-label-container">Continue with <b>Google</b></div></div></a>
    </div>
  </div>
</form>

POST

<form id="customerRegisterForm" class="fs-14 needs-validation" method="POST" novalidate="">
  <div class="alert-register alert alert-danger fs-12 py-2 d-none"></div>
  <div class="mb-3 position-relative">
    <label for="registerUsername" class="form-label mb-0 fs-12">Email address&nbsp;<span class="required">*</span></label>
    <input type="text" class="form-control" name="username" id="registerUsername" autocomplete="username" required="" placeholder="Email address">
    <div class="invalid-tooltip fs-12" style="top: 4px; right: 26px; padding: 1px 5px;">Please enter your e-mail address</div>
  </div>
  <div class="mb-2 position-relative">
    <label for="registerPassword" class="form-label mb-0 fs-12">Password&nbsp;<span class="required">*</span></label>
    <input type="password" class="form-control" name="password" id="registerPassword" autocomplete="current-password" placeholder="Password" required="">
    <div class="invalid-tooltip fs-12" style="top: 4px; right: 26px; padding: 1px 5px;">Please enter your password</div>
  </div>
  <div class="lh-sm fs-12">
    <p class="form-row terms-label px-0 validate-required" id="profile_terms_field" data-priority=""><span class="woocommerce-input-wrapper"><label class="checkbox terms-label fs-13">
          <input type="checkbox" class="input-checkbox " name="terms" id="profile_terms" value="1" checked="true"> I have read and agree to the website
          <a href="https://test.joyabuy.com/terms/" class="woocommerce-terms-and-conditions-link" target="_blank">terms and conditions</a>&nbsp;<abbr class="required" title="required">*</abbr></label></span></p>
    <div class="woocommerce-privacy-policy-text"></div>
    <script>
      var profile_terms = document.getElementById('profile_terms');
      profile_terms.setAttribute('checked', true);
    </script>
  </div>
  <div class="d-grid mb-3">
    <button class="js-btn-register-submit btn btn-primary fs-14" type="submit">Register</button>
  </div>
  <div class="d-flex fs-12">
    <div class="ms-auto"> Already have an account? <button type="button" class="btn-switch-login btn btn-link fs-12 p-0"> Log in </button>
    </div>
  </div>
</form>

Text Content

 * Home
 * Forwarding
 * DIY Orders

 * 
 * English - USD
   Language
   English
   中文 (中国)
   Currency
   CNY
   USD
   EUR
   CAD
   AUD
   PLN
   GBP
   Save
 * 0
 * 
   

SHOPPING CART

No products in the cart.

SEARCH

SEARCH DISCOVERY

Home Forwarding Search
0 Cart

Account


SHOP SMART SHOP JOYFULLY

One-Click Shopping Agent from China

Search
Place Orders
Selection & Purchase

Submit Parcels
QC Confirm & Global Shipping

Sign Delivery
Receive & Share
Shopping Guide
Begin your hassle-free shopping experience
Affiliate Program
Join Affiliate Program and earn generous bonus
Free Insurance
Enjoy your shopping with free insurance
Shipping Estimation
Various international logistics providers available

REGISTRATION COUPON

New users sign up and get 1200CNY coupon

AFFILIATE PROGRAM

Invite new members to get bonus!

IMAGE SEARCH

Find your desired goods

JOIN DISCORD

Get more info and discounts


ONE-STOP SHOPPING SERVICE

PURCHASE ORDERS

Joyabuy assists you in purchasing any products available online in China. Simply
provide a product link to place an order, and we will offer comprehensive,
top-quality services throughout the entire process.

SHIP TO WAREHOUSE

You can buy items from various sellers through our platform, and we will
consolidate these products at the Joyabuy warehouse in China.

QUALITY CHECK

Once your items arrive at the Joyabuy warehouse, we will conduct a quality check
to inspect for defects and verify sizes.

GLOBAL SHIPPING

You can select items stored in our warehouse, consolidate them into a single
parcel, and ship it to your home using a trusted logistics provider offered by
Joyabuy.
 * Customer Service
   * Help Center
   * Contact Us
 * Shopping Agent Guide
   * New Users Guide
   * Services & Fees
   * Returns & Refunds
 * Payment
   * Top Up
   * International Credit Card
 * Delivery
   * Charges
   * Packaging
   * Customs & Taxes
   * Receipt Information
 * Warehouse & After-Sale
   * Storage
   * Inspection Information
   * Insurance & Compensation

Follow Us

 * About Joyabuy
 * Service Terms & Users Management
 * Privacy Statement
 * Contact Us

ACCOUNT LOGIN


Email address *
Please enter your e-mail address
Password *
Please enter your password
Remember me
Login
Lost your password?
Need account? Sign Up
Continue with Google

CREATE YOUR ACCOUNT


Email address *
Please enter your e-mail address
Password *
Please enter your password

I have read and agree to the website terms and conditions *


Register
Already have an account? Log in