bechuzi.com Open in urlscan Pro
159.65.142.104  Public Scan

Submitted URL: http://bechuzi.com/
Effective URL: https://bechuzi.com/
Submission: On September 22 via manual from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST

<form class="sidebarSendgridForm mc4wp-form" method="post" autocomplete="off" admin_ajax="https://bechuzi.com/wp-admin/admin-ajax.php">
  <div class="mc4wp-form-fields">
    <div class="mailChimpFormHolder chuziAppMailChimpForm">
      <div class="input-form">
        <input type="email" name="email" placeholder="Your email address" required="">
        <input type="hidden" name="identity" value="1" required="">
        <input type="submit" value="Sign up">
      </div>
    </div>
  </div>
  <div class="mc4wp-response">
    <div class="mc4wp-alert mc4wp-success" role="alert">
      <p></p>
    </div>
  </div>
</form>

POST

<form id="chuziLogin" onsubmit="event.preventDefault(); signChuziIn();" method="post" autocomplete="off">
  <div id="step1" class="aud-modalContent">
    <h3>Login or Create Chuzi Account</h3>
    <div class="form-field">
      <label>Email / Mobile Number / Username</label>
      <input type="text" name="loginKey" value="">
    </div>
    <div class="form-field">
      <label>Password</label>
      <input type="password" name="password" value="">
    </div>
    <!-- <div class="form-field forgotPasswordField">
                        <a class="forgotPassword" href="#">Forgot Password?</a>
                    </div> -->
    <div class="form-field submitBtn">
      <input type="submit" value="Login">
    </div>
    <div class="form-field createAccountField">
      <span onclick="stepIncrease(2)" class="createAccount">Create Account</span>
    </div>
    <div class="socialAuthError">
    </div>
    <div class="sign-in-width">
      <h6>Sign-in with:</h6>
      <ul class="sign-in-width-ul">
        <li>
          <span onclick="socialLoginChuziAppAutheticate('google')">
            <img src="https://bechuzi.com/wp-content/themes/udou/assets/img/flat-google.svg">
          </span>
        </li>
        <li>
          <span onclick="socialLoginChuziAppAutheticate('facebook')">
            <img src="https://bechuzi.com/wp-content/themes/udou/assets/img/flat-facebook.svg">
          </span>
        </li>
        <!-- <li>
                                <span onclick="socialLoginChuziAppAutheticate('apple')">
                                    <img src="https://bechuzi.com/wp-content/themes/udou/assets/img/flat-apple.svg" />
                                </span>
                            </li> -->
      </ul>
    </div>
  </div>
</form>

<form id="chuziSignup2" onsubmit="event.preventDefault(); signUpStep2(3);" autocomplete="off">
  <div class="form-field">
    <label>Username</label>
    <input minlength="5" maxlength="50" type="text" name="username" value="">
  </div>
  <div class="form-field">
    <label>Email Address</label>
    <input minlength="8" maxlength="50" type="email" name="email" value="">
  </div>
  <div class="form-field termsCondition">
    <input type="checkbox" name="agree"> I agree with <a href="https://bechuzi.com/chuzi-terms-and-conditions/">Terms of use</a> and <a href="https://bechuzi.com/chuzi-privacy-policy/">Privacy Policy.</a>
  </div>
  <div class="form-field submitBtn">
    <input class="submitBtnClick" type="submit" value="Next">
  </div>
  <div class="form-field createAccountField">
    <p>Already have an Account? <span onclick="stepIncrease(1)" class="createAccount">Login</span></p>
  </div>
</form>

<form id="chuziSignup3" onsubmit="event.preventDefault(); signUpStep3(4);" autocomplete="off">
  <div class="form-field">
    <label>Let's keep your account secure.</label>
    <label>Create your password below.</label>
    <input type="password" name="password" value="">
    <p class="form-control-simple">Your password must have 8 or more characters.</p>
  </div>
  <div class="form-field submitBtn">
    <input type="submit" value="Done">
  </div>
  <div class="form-field createAccountField">
    <p>Already have an Account? <span onclick="stepIncrease(1)" class="createAccount">Login</span></p>
  </div>
</form>

<form id="chuziSignup4" onsubmit="event.preventDefault(); signUpStep4(5);" autocomplete="off">
  <div class="form-field">
    <label>To Continue enter your Phone number</label>
  </div>
  <div class="form-field">
    <label>Country Code</label>
    <select name="countryCode">
      <option value="+91" selected="">(IN) +91</option>
      <option value="+63">(PH) +63</option>
    </select>
  </div>
  <div class="form-field">
    <label>Phone number</label>
    <input type="text" name="phoneNumber" value="">
  </div>
  <div class="form-field submitBtn">
    <input type="submit" value="Send Code">
  </div>
  <div class="form-field createAccountField">
    <p>Already have an Account? <span onclick="stepIncrease(1)" class="createAccount">Login</span></p>
  </div>
</form>

<form id="chuziSignup5" onsubmit="event.preventDefault(); finalSignUpData(6);" class="digit-group" data-group-name="digits" data-autosubmit="false" autocomplete="off">
  <div class="form-field">
    <label>Enter 6 - digit code.</label>
  </div>
  <div class="form-field">
    <label>Enter your code is sent to <span id="setPhoneNumber"></span></label>
    <div class="steps">
      <input type="text" id="digit-1" name="digit-1" data-next="digit-2" maxlength="1">
      <input type="text" id="digit-2" name="digit-2" data-next="digit-3" data-previous="digit-1" maxlength="1">
      <input type="text" id="digit-3" name="digit-3" data-next="digit-4" data-previous="digit-2" maxlength="1">
      <input type="text" id="digit-4" name="digit-4" data-next="digit-5" data-previous="digit-3" maxlength="1">
      <input type="text" id="digit-5" name="digit-5" data-next="digit-6" data-previous="digit-4" maxlength="1">
      <input type="text" id="digit-6" name="digit-6" data-previous="digit-5" maxlength="1">
    </div>
    <p class="form-control-error">
      <i class="fa fa-info-circle" aria-hidden="true"></i> Incorrect OTP.
    </p>
  </div>
  <div class="form-field submitBtn">
    <input type="submit" value="Submit">
  </div>
  <div class="form-field createAccountField">
    <p>Din't received the verification code? <span class="createAccount" onclick="resendOTP()">Resend Code</span></p>
  </div>
</form>

POST

<form class="sidebarSendgridForm" method="post" autocomplete="off" admin_ajax="https://bechuzi.com/wp-admin/admin-ajax.php">
  <div class="aud-modalContent showStatic">
    <h3>Enter your email address to join <span>#WHOIS</span></h3>
    <div class="form-field">
      <label></label>
      <input type="text" name="email" value="" placeholder="Please enter email address" required="">
      <input type="hidden" name="identity" value="5" required="">
    </div>
    <div class="form-field submitBtn">
      <input type="submit" value="Join Now">
    </div>
  </div>
  <div class="mc4wp-response">
    <div class="mc4wp-alert mc4wp-success" role="alert">
      <p></p>
    </div>
  </div>
</form>

Text Content

 * Chuzi TV
 * WHOIS?


CA
TEGORY

 * MUSIC
 * EVENTS
 * LIFE
   STYLE
 * ENTERTAINMENT
 * CREATOR
 * STARMAKER
 * VOTE NOW

 * ABOUT US
 * ARTICLES
 * CONTACT US

 * Udou TV

 * PRIVACY
 * SITE MAP
 * FAQ CHUZI

 * CHUZU
 * DANCE


 * Country
 * India Philippines

 * 
 * 
 * 

 * Chuzi TV
 * WHOIS?

TRENDING NOW

Madpop: WHOIS? India’s Best Dancer Top 5 East Region Qualifiers
Sonia: WHOIS? India’s Best Dancer Top 5 East Region Qualifiers
Ananya Kharade: WHOIS? India’s Best Dancer Top 5 East Region Qualifiers
Shweta Game: WHOIS? India’s Best Dancer Top 5 East Region Qualifiers
Akina Mishra: WHOIS? India’s Best Dancer Top 5 East Region Qualifiers


WHOIS

WHOIS? The Online Talent Search by V Company, Powered by Chuzi

Posted Mar 11, 2022
WHOIS

WHOIS?: How to Join the Brand New Online Talent Search

WHOIS

WHOIS? India’s Best Dancer: All About the Challenge Rounds

WHOIS

WHOIS? India’s Best Dancer Pro Badge: Your Opportunity to Win Cash Prizes Up To
7,50,000

WHOIS? The Online Talent Search by V Company, Powered by Chuzi

Posted Mar 11, 2022

WHOIS? India’s Best Dancer: All About the Challenge Rounds

WHOIS? India’s Best Dancer Pro Badge: Your Opportunity to Win Cash Prizes Up To
7,50,000

WHOIS?: How to Join the Brand New Online Talent Search

WHOIS? India’s Best Dancer: All About the Challenge Rounds

WHOIS? India’s Best Dancer Pro Badge: Your Opportunity to Win Cash Prizes Up To
7,50,000

WHOIS?: How to Join the Brand New Online Talent Search

WHOIS? India’s Best Dancer: All About the Challenge Rounds

WHOIS? India’s Best Dancer Pro Badge: Your Opportunity to Win Cash Prizes Up To
7,50,000

WHOIS
 * All

 * All

Chuzi WHOIS


MADPOP: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

   
 * Posted Jun 18, 2022

WHOIS? India’s Best Dancer East Region Qualifier is successfully completed. Out
of the 32 best dancers we now are left with Top 5. One among them is Madpop. He
stands at the second position. Mad Pop is also known as Dharmendar Chauhan.He
started dancing at the age of 7. His dance style is Popping animation. […]


SONIA: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 18, 2022


ANANYA KHARADE: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 18, 2022


SHWETA GAME: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 18, 2022


AKINA MISHRA: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 17, 2022

Your browser does not support the video tag.
Feel 4
 * All

 * All

Feel 4


FEEL 4 : TOP 4 CONTESTANTS.

   
 * Posted May 31, 2022

FEEL 4: TOP 4 Contestants. In the showcase round, there were 22 contestants, and
the ones who score the highest were the top 8 and now we have Top 4.  Now the
battle is between the 4 of them. The Battle round will be as follows the 1st
contestant and the 4th and The 2nd […]


FEEL 4 : TOP 8 CONTESTANTS.

 * Posted May 17, 2022


DEFENDING CHAMPION MOHAN SINGH WINS FEEL 4

 * Posted Apr 25, 2022


FEEL 4 HOST: MC YATIN INGLE

 * Posted Apr 25, 2022


TOP 22 FINALISTS OF FEEL 4

 * Posted Apr 25, 2022

Dance Pioneer Interviews
 * All

 * All

Chuzi Dance Pioneer Interviews ENTERTAINMENT


DANCE PIONEERS OF THE FUTURE

   
 * Posted Aug 17, 2021

Chuzi is a Famous dance challenge app in India.  So If you have friends who
loved Tik Tok and are good at dancing then make sure to check the app. For you
tik tokers this app is a Best Tik Tok Alternative. Make sure to check out the
app and support our pioneers and you might […]


CHUZI PIONEERS: PROMOTING INDIAN DANCE STYLES OF TOP 10 MUSIC DIRECTORS IN INDIA

 * Posted Jun 22, 2021


CHUZI PIONEERS – DANCE PIONEERS BRINGING YOU THE VIDEO DANCE CHALLENGE IN INDIA

 * Posted Jun 22, 2021


CHUZI PIONEERS: THE TOP TEN DANCERS BRINGING VIDEO DANCE CHAMPIONSHIP IN INDIA

 * Posted Jun 21, 2021


CHUZI PIONEERS: THE MODERN DANCE PIONEERS OF INDIA

 * Posted Jun 17, 2021

Chuzi
 * All

 * All

Chuzi WHOIS


MADPOP: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

   
 * Posted Jun 18, 2022

WHOIS? India’s Best Dancer East Region Qualifier is successfully completed. Out
of the 32 best dancers we now are left with Top 5. One among them is Madpop. He
stands at the second position. Mad Pop is also known as Dharmendar Chauhan.He
started dancing at the age of 7. His dance style is Popping animation. […]


SONIA: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 18, 2022


ANANYA KHARADE: WHOIS? INDIA’S BEST DANCER TOP 5 EAST REGION QUALIFIERS

 * Posted Jun 18, 2022


WHOIS? INDIA’S BEST DANCER CHALLENGES: SHRIKANT PAREEK VS SHILPA JADHAV

 * Posted Jun 6, 2022


WHOIS? INDIA’S BEST DANCER AUDITION VIDEOS

 * Posted Jun 6, 2022

Challenges
 * All

 * All

Challenges Chuzi WHOIS


WHOIS? INDIA’S BEST DANCER CHALLENGES: SHRIKANT PAREEK VS SHILPA JADHAV

   
 * Posted Jun 6, 2022

WHOIS? India’s Best Dancer is here with Audition Challenges. Hello Guys, We are
finally here with the Audition challenges. The tag used is  #WHOisIN. Here we
have @Shrikant Pareek dancing his heart out as he challenges @Shilpa Jadhav
while freestyling to the song. Shilpa is seen grooving to the song and he gives
a power-packed […]


WHOIS? INDIA’S BEST DANCER CHALLENGES: YAKUB KALSUM VS SASKE SINHA

 * Posted May 20, 2022


WHOIS? INDIA’S BEST DANCER: HOW TO UPLOAD VIDEO FOR EAST REGION.

 * Posted Apr 18, 2022


CHUZI TRENDING CHALLENGES: NIKHIL MALVIYA V B BOY TRICK KING

 * Posted Dec 30, 2021


CHUZI TRENDING CHALLENGES: DBOY RAJ VS RAJENDRA KADAM

 * Posted Dec 28, 2021

Chuzi WHOIS


3 MONTHS AGO


WHOIS? INDIA’S BEST DANCER AUDITION CHALLENGE: RAJIV UJJAINWAL VS SHILPA JADHAV

 * Posted Jun 3, 2022

Hello Everyone!!! The Audition Challenge of WHOIS? India’s Best Dancer is
started. Rajiv Ujjainwal and Shravani Jadhav are challenging each other. Both
are giving tough competition to each other. Rajiv Ujjainwal and Shravani Jadhav
gave their best with amazing dancing styles in their dance videos. Votes are
important to win the challenge. So come on […]

Chuzi WHOIS


3 MONTHS AGO


WHOIS? INDIA’S BEST DANCER AUDITION CHALLENGE: AASTHA GALANDE VS AKINA MISHRA

 * Posted Jun 3, 2022

Hey Guys, the Audition Challenge of WHOIS? India’s Best Dancer is started. The
dancers are challenging and give tough fights to each other. Here, comes the
challenge between Aastha Galande and Akina Mishra. Both are competing with each
other with amazing dance moves. Let’s see who wins this challenge. To vote for
your favorite dancers, […]

Challenges Chuzi WHOIS


4 MONTHS AGO


WHOIS? INDIA’S BEST DANCER CHALLENGES: YAKUB KALSUM VS SASKE SINHA

 * Posted May 20, 2022

WHOIS? India’s Best Dancer is here with challenges. Hello Guys, We are finally
here with the challenges you all have been waiting for. The tag used is 
#WHOisIN. Here we have @Yakub Kalsum dancing his heart out as he challenges
@Saskesinha123 while freestyling to the song. Saske Sinha is seen grooving to
the song Chaand […]


GET TO CHUZI APP NOW TO VOTE!

Let your Vote Count! Log-in to your chuzi app to vote for your favourite video!

Take me to Chuzi Join Chuzi
WHOIS


4 MONTHS AGO


WHOIS? INDIA’S BEST DANCER CHALLENGE: MADPOP INDIA VS RUPESH WALKE

 * Posted May 20, 2022

Hey Guys!!! Here comes the other dance challenge between Madpop India and Rupesh
Walke. Both have shown some good popping dance moves in their videos. So come
on, now it’s time for you to make your favorite dancer the winner. For that, you
just need to download and log in to Chuzi App and vote […]

WHOIS


4 MONTHS AGO


WHOIS? INDIA’S BEST DANCER CHALLENGE: SHWETA GAME VS DINESH TOKARE

 * Posted May 20, 2022

Hello Folks!!! Here comes the most awaited WHOIS? India’s Best Dancer
Challenges. The dancers Shweta Game and Dinesh Tokare are challenging each other
with their amazing dance videos. While Shweta Game shook her legs for the famous
Baby Doll song, Dinesh Tokare showed some lyrical dance moves. Now, it is time
for you all to […]

Challenges


8 MONTHS AGO


CHUZI TRENDING CHALLENGES: NIKHIL MALVIYA V B BOY TRICK KING

 * Posted Dec 30, 2021

The Chuzi challenges are on, and the Pioneers are creating some incredible dance
videos, all this to challenge each other on the app. Nikhil Malviya and Bboy
Trick King have now put up their videos and you can view their fascinating dance
steps only and exclusively on the Chuzi app. The video that gets the […]

Your browser does not support the video tag.

RECENT CHUZI CHALLENGES

Chuzi WHOIS


WHOIS? INDIA’S BEST DANCER AUDITION CHALLENGE: RAJIV UJJAINWAL VS SHILPA JADHAV

Chuzi WHOIS


WHOIS? INDIA’S BEST DANCER AUDITION CHALLENGE: AASTHA GALANDE VS AKINA MISHRA

Challenges Chuzi WHOIS


WHOIS? INDIA’S BEST DANCER CHALLENGES: YAKUB KALSUM VS SASKE SINHA

See All Challenges

Chuzi is the first-ever authentic video challenge application


1


DANCE

Show off your moves by recording a dance video.


2


CHALLENGE

Meet dancers of all kinds and invite them to a showdown.


3


VOTE

Win challenges, make it to the spotlight.


4


WIN

Become the best dancer in India.

Get chuzi now and be one of our top stars.

Take me to Chuzi Join Chuzi
Pay Now
 * Home
 * Events
 * Lifestyle
 * Entertainment
 * Music

 * Country
 * India Philippines

 * 
   
 * 

 * ABOUT US
 * ARTICLES
 * CONTACT US

 * PRIVACY
 * SITE MAP
 * FAQ CHUZI

 * FEEL 4
 * FEEL 4: TERMS AND CONDITIONS
 * FEEL 4: REFUNDS AND CANCELLATIONS
 * FEEL 4: SERVICES
 * FEEL 4: CONTACT US

 * Country
 * India Philippines

©2022 bechuzi™. All rights reserved.

 * 
   
 * 

©2022 bechuzi™. All rights reserved.

×





Log in Join Chuzi

Download Chuzi Now!


×



Follow the challenge on Chuzi App!

Let your vote count! Log-in to your chuzi app to vote for your favourite video!
Download Now!


hello



OPPS!

Before you vote, make sure you're logged into your Facebook, Twitter, or Gmail.

Facebook
Twitter
Google


HELLO THERE!



You Can Now Vote and Listen to your Favorite Artist



Test Mode
×




LOGIN OR CREATE CHUZI ACCOUNT

Email / Mobile Number / Username
Password

Create Account


SIGN-IN WITH:

 * 
 * 
   


SIGN UP

Username
Email Address
I agree with Terms of use and Privacy Policy.


Already have an Account? Login


SIGN UP

Let's keep your account secure. Create your password below.

Your password must have 8 or more characters.



Already have an Account? Login


SIGN UP

To Continue enter your Phone number
Country Code (IN) +91 (PH) +63
Phone number


Already have an Account? Login


SIGN UP

Enter 6 - digit code.
Enter your code is sent to


Incorrect OTP.



Din't received the verification code? Resend Code




WHOIS AUDITIONS ARE NOW OPEN!

The largest dance battle show in India is now accepting challengers! Few things
to know:

PREPARE ₹250 AUDITION FEE

When you click JOIN NOW, you’ll be redirected to our payment gateway and process
your Audition fee.

UPLOAD YOUR 2 (TWO) AUDITION VIDEO

You can only upload 2 (two) Audition Video for #WHOISIN. Failure to follow
instructions is subject for disqualification.




WHOIS AUDITIONS

The largest dance battle show in India is now accepting challengers! Few things
to know:

UPLOAD YOUR 2 (TWO) AUDITION VIDEO

You can only upload 2 (two) Audition Video for #WHOISIN. Failure to follow
instructions is subject for disqualification.


YOUR PAYMENT HAS ALREADY BEEN MADE.



By creating an account you agree that you are 13+ years old, and agrees to
Chuzi's Terms of use and Privacy Policy.

×



ENTER YOUR EMAIL ADDRESS TO JOIN #WHOIS






By creating an account you agree that you are 13+ years old, and agrees to
Chuzi's Terms of use and Privacy Policy.