rocketreach.co Open in urlscan Pro
2606:4700:10::ac43:4aa  Public Scan

URL: https://rocketreach.co/georgy-letunov-email_52085891
Submission: On December 13 via manual from AE — Scanned from DE

Form analysis 3 forms found in the DOM

Name: signupForm

<form class="form-box ng-pristine ng-valid-valid-name ng-valid-human-name ng-invalid ng-invalid-required ng-valid-password-strength ng-valid-minlength ng-valid-maxlength ng-valid-email"
  ng-submit="submitSignupForm(signupForm, signupUserData.sourcePage + '.signup_modal')" novalidate="" name="signupForm">
  <div class="oauth-signup">
    <div class="oauth-button oauth-action">
      <a href="/login/google-oauth2/?next=/&amp;sourcePage=.signup_modal" ng-click="handleSignupAttempt('oauthGoogle')" target="_self">
                        <span class="oauth-google-icon">
                            <img alt="Google logo" src="//static.rocketreach.co/images/oauth/google_g.png">
                        </span>
                        <span class="oauth-text-modal mimic-global-center">Continue with Google</span>
                    </a>
    </div>
    <div class="oauth-button oauth-action">
      <a href="/login/facebook/?next=/&amp;sourcePage=.signup_modal" ng-click="handleSignupAttempt('oauthFb')" target="_self">
                        <span class="oauth-facebook-icon">
                            <img alt="Facebook logo" src="//static.rocketreach.co/images/oauth/facebook.svg">
                        </span>
                        <span class="oauth-text-modal mimic-global-center">Continue with Facebook</span>
                    </a>
    </div>
    <div class="oauth-button oauth-action" ng-show="!showEmailSignup">
      <a ng-click="showEmailSignup = true">
                        <span class="oauth-mail-icon">
                            <img alt="Mail Icon" src="//static.rocketreach.co/images/oauth/mail.svg">
                        </span>
                        <span class="oauth-text-modal mimic-global-center">Continue with Email</span>
                    </a>
    </div>
    <p class="signup-modal-contact-text">Plus contact info for 700+ million professionals</p>
    <div ng-show="showEmailSignup" class="ng-hide">
      <fieldset class="email-signup-container">
        <div class="email-registration-inputs">
          <label for="name">Full Name</label><input id="name" name="name" type="text" ply-valid-name="" placeholder="Full Name" ng-required="true" ng-model="createAccountFormData.name"
            class="ng-pristine ng-untouched ng-valid-valid-name ng-valid-human-name ng-invalid ng-invalid-required" required="required">
          <ul class="error-messages ng-hide" ng-class="{'flash-over': (signupForm.$submitted || signupForm.name.$touched || signupForm.name.$error.validName)}" ng-show="signupForm.$submitted ||signupForm.name.$error.validName">
            <li ng-show="signupForm.name.$error.required" class="">Full name is required.</li>
            <li ng-show="signupForm.name.$error.validName" class="ng-hide">Name appears to be too long.</li>
            <li ng-show="signupForm.name.$error.humanName" class="ng-hide">Please enter both your first and last name.</li>
          </ul>
          <label for="email">Business Email</label><input id="email" name="login" type="email" ng-required="true" ng-model-options="{ updateOn: 'default blur', debounce: { default: 500, blur: 0 } }" ng-model="createAccountFormData.login"
            ng-focus="signupForm.login.focus=true" ng-blur="signupForm.login.focus=false" ng-change="clearCustomValidators(signupForm)" ply-unique-email-validator="" placeholder="Business Email"
            class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-email" required="required">
          <ul class="error-messages ng-hide" ng-class="{'flash-over': (signupForm.$submitted || signupForm.login.$touched)}" ng-show="signupForm.$submitted">
            <li ng-show="signupForm.login.$error.required" class="">Email is required.</li>
            <li ng-show="signupForm.login.$error.email" class="ng-hide">Invalid email.</li>
            <li ng-show="signupForm.login.$error.domain" class="ng-hide">This email is not allowed. Please use a business email address. </li>
            <li ng-show="signupForm.login.$error.domainTooMany" class="ng-hide">Could not complete registration. Please <a href="/enterprise" target="_self">contact our sales team</a>. </li>
            <li ng-show="signupForm.login.$error.uniqueEmail" class="ng-hide">This email has already been used to create an account! <a href="/login?next=/" target="_self">Please Login</a>
            </li>
          </ul>
          <div class="password-wpr">
            <label for="password">Password</label><input id="password" name="password" type="password" autocomplete="new-password" ng-required="true" ng-minlength="8" ng-maxlength="128" ng-model="createAccountFormData.password" ng-trim="false"
              rr-password-strength-directive="signupForm.password" placeholder="Password" class="ng-pristine ng-untouched ng-scope ng-valid-password-strength ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" required="required">
            <rr-password-strength-indicator-directive score="signupForm.password.passwordStrength.score" length="signupForm.password.$viewValue.length" bottom-override="'1.2rem'" class="ng-isolate-scope">
              <ul ng-attr-class="{{&quot;password-strength-indicator score_&quot; + (length ? score : -1) }}" ng-style="{'bottom': bottomOverride || undefined}" class="password-strength-indicator score_-1" style="bottom: 1.2rem;">
                <!-- @import /static/css/RR2018/components/rr-password-strength-indicator.css -->
                <!-- ngRepeat: n in '12345' -->
                <li ng-repeat="n in '12345'" class="ng-scope"></li><!-- end ngRepeat: n in '12345' -->
                <li ng-repeat="n in '12345'" class="ng-scope"></li><!-- end ngRepeat: n in '12345' -->
                <li ng-repeat="n in '12345'" class="ng-scope"></li><!-- end ngRepeat: n in '12345' -->
                <li ng-repeat="n in '12345'" class="ng-scope"></li><!-- end ngRepeat: n in '12345' -->
                <li ng-repeat="n in '12345'" class="ng-scope"></li><!-- end ngRepeat: n in '12345' -->
              </ul>
            </rr-password-strength-indicator-directive>
          </div>
          <ul class="error-messages ng-hide" ng-class="{'flash-over': (signupForm.$submitted || signupForm.password.$touched)}" ng-show="signupForm.$submitted">
            <li ng-show="signupForm.password.$error.required" class="">Password is required.</li>
            <li ng-show="signupForm.password.$error.minlength" class="ng-hide">Password must be at least 8 characters long.</li>
            <li ng-show="signupForm.password.$error.maxlength" class="ng-hide">Password appears to be too long.</li>
            <li ng-show="hasOneError(signupForm.password) &amp;&amp; signupForm.password.$error.passwordStrength" tooltip-enable="signupForm.password.passwordStrength.feedback" tooltip-placement="bottom-right auto"
              uib-tooltip-template="'rr-password-help-tooltip.html'" class="ng-hide">Please choose a stronger password. <!-- ngIf: signupForm.password.passwordStrength.feedback -->
              <!-- tooltip content-->
              <script type="text/ng-template" id="rr-password-help-tooltip.html" style="display: none"> <b> Suggestions: </b>
                                    <ul>
                                        <li ng-repeat="suggestion in signupForm.password.passwordStrength.feedback.suggestions">
                                            - {{suggestion}}
                                        </li>
                                    </ul>
                                </script>
            </li>
          </ul>
        </div>
        <div class="center-block">
          <button type="submit" ng-disabled="disableSubmit()" class="btn ng-binding"> Instant Access </button>
        </div>
        <!-- ngIf: errorMessage -->
        <ul class="error-messages ng-hide" ng-class="{'flash-over': (signupForm.$submitted)}" ng-show="signupForm.$submitted">
          <li ng-show="!signupForm.$valid" class="">Please fix the errors shown above.</li>
        </ul>
      </fieldset>
      <p for="terms" class="ng-binding">
        <input hidden="" id="terms" type="checkbox" checked="" required="" ng-model="createAccountFormData.agreeTerms" class="ng-pristine ng-untouched ng-valid ng-valid-required"> By clicking 'Instant Access', you agree to our
        <a href="/terms" target="_blank">Terms of Service</a>
      </p>
      <ul class="error-messages ng-hide" ng-class="{'flash-over': (signupForm.$submitted || signupForm.terms.$touched)}" ng-show="signupForm.$submitted || signupForm.terms.$touched">
        <li ng-show="!createAccountFormData.agreeTerms" class="ng-hide">Please agree to the terms of service.</li>
      </ul>
      <p></p>
    </div>
    <!-- ngIf: showLoginLink -->
    <p ng-if="showLoginLink" class="ng-scope"> Already have an account? <a target="_self" ng-href="/login?next=/" href="/login?next=/">Log In</a>
    </p><!-- end ngIf: showLoginLink -->
    <!-- ngIf: !!processing -->
  </div>
</form>

<form ng-submit="search({ readUserInput: true })" class="ng-pristine ng-valid">
  <input name="term" ng-model="userInputs.term" class="form-control term ng-pristine ng-untouched ng-valid" placeholder="Enter name or LinkedIn URL" data-ceid="generic_search-box-input">
  <button type="submit" class="btn btn-primary search-button" data-ceid="generic_search-box-button">
    <i class="fa fa-search"></i> Search </button>
</form>

<form ng-submit="search({ readUserInput: true })" class="ng-pristine ng-valid">
  <input id="searchInput" type="text" name="keywords" ng-model="userInputs.term" placeholder="Enter a name, keyword, or LinkedIn url..." title="Enter search keywords" auto-complete="false" autocomplete="off" class="ng-pristine ng-untouched ng-valid">
  <button id="searchButton" class="btn btn-outline" title="Start Search" aria-label="Start search">
    <i class="fa fa-search" ng-class="{'fa-search': !similarProfiles.loading, 'fa-spinner fa-spin': similarProfiles.loading}"></i>
  </button>
</form>

Text Content

Toggle navigation
   
 * 
   
   
   
   
 * Log In
   
 * Sign Up
   
 *   
   * Sign Out


GEORGY LETUNOV EMAIL


SENIOR EXECUTIVE ADVISOR @ BRANWICK

View Georgy's Email (It's Free)


5 free lookups per month.
No credit card required.


 * 


LOCATION

Moscow, Moscow, Russia


WORK

 * Senior Executive Advisor @ Branwick
 * Chief Executive Officer @ Xfit


EDUCATION

 * The Institute of Directors
   
   
   
   2019 - 2019
 * State University of Management (SUM)
   
   (Management)
   
   1991 - 1996


SKILLS

 * Business Development
 * New Business Development
 * Fundraising

see more
 * Product Development
 * Management
 * Marketing Strategy

see less


SIMILAR CONTACTS


 * OLGA PEREKOPSKAYA
   
   SENIOR ADVISOR
   
   Moscow, Moscow, Russia
   View
   2
    * yandex.ru
    * metinvestholding.com
   
   1
    * 7985760XXXX


 * CATHERINE HICKS
   
   PARTNER
   
   London, England, United Kingdom
   View
   2
    * brunswickgroup.com
    * mac.com
   
   1
    * 212661XXXX


 * PETER SIEGEL
   
   FOUNDER, CHIEF EXECUTIVE OFFICER, CHIEF CREATIVE OFFICER
   
   Sandwell, Sandwell, United Kingdom
   View
   1
    * gmail.com


 * DENIS BORODIN
   
   SENIOR MEDICAL ADVISOR
   
   Moscow, Moscow City, Russia
   View
   


 * OLEG GRESHNEV
   
   SENIOR ADVISOR
   
   Moscow, Moscow, Russia
   View
   1
    * gmail.com

View Similar Profiles

CREATE YOUR ACCOUNT

CREATE YOUR FREE ACCOUNT TODAY! NO CREDIT CARD REQUIRED!

Continue with Google
Continue with Facebook
Continue with Email

Plus contact info for 700+ million professionals

Full Name
 * Full name is required.
 * Name appears to be too long.
 * Please enter both your first and last name.

Business Email
 * Email is required.
 * Invalid email.
 * This email is not allowed. Please use a business email address.
 * Could not complete registration. Please contact our sales team.
 * This email has already been used to create an account! Please Login

Password
   
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   

 * Password is required.
 * Password must be at least 8 characters long.
 * Password appears to be too long.
 * Please choose a stronger password.

Instant Access
 * Please fix the errors shown above.

By clicking 'Instant Access', you agree to our Terms of Service

 * Please agree to the terms of service.



Already have an account? Log In

NOT THE PERSON YOU WERE LOOKING FOR?

Search 700 million+ other professionals.

Search



NOT THE GEORGY LETUNOV YOU WERE LOOKING FOR?

Find contact details for 700 million professionals.


SEARCH




PEOPLE LIKE GEORGY LETUNOV


 * OLGA PEREKOPSKAYA
   
   SENIOR ADVISOR
   
   Moscow, Moscow, Russia
   View
   2
    * yandex.ru
    * metinvestholding.com
   
   1
    * 7985760XXXX


 * CATHERINE HICKS
   
   PARTNER
   
   London, England, United Kingdom
   View
   2
    * brunswickgroup.com
    * mac.com
   
   1
    * 212661XXXX


 * PETER SIEGEL
   
   FOUNDER, CHIEF EXECUTIVE OFFICER, CHIEF CREATIVE OFFICER
   
   Sandwell, Sandwell, United Kingdom
   View
   1
    * gmail.com


 * DENIS BORODIN
   
   SENIOR MEDICAL ADVISOR
   
   Moscow, Moscow City, Russia
   View
   


 * OLEG GRESHNEV
   
   SENIOR ADVISOR
   
   Moscow, Moscow, Russia
   View
   1
    * gmail.com

View Similar Profiles
How It Works
Get a Free Account
Sign up for a free account. No credit card required. Up to 5 free lookups /
month.
Search
Search over 700 million verified professionals across 35 million companies.
Get Contact Info
Get contact details including emails and phone numbers (business & personal).
Sign Up For Free
G2Crowd Trusted
300K+ Plugin Users
 * 47.6177115,-122.2034444

 * 


PRODUCTS

 * Advanced Search
 * Chrome Extension
 * Edge Extension
 * Bulk Lookups
 * API
 * Integrations


INFORMATION

 * Pricing
 * Help
 * Reviews
 * User Agreement
 * Privacy Policy
 * Cookie Policy
 * Do Not Sell My Info


TEAMS

 * Features
   
 * Start Team Plan
 * Enterprise Plan
 * Speak to Sales


COMPANY

 * About Us
 * Careers
   
 * Blog
 * Contact Us

© 2022 RocketReach.co


By clicking “Accept All," you agree to the storing of cookies on your device to
enhance site navigation, analyse site usage, and assist in our marketing
efforts.

Accept All
Cookies Settings



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More Information
Allow All


MANAGE CONSENT PREFERENCES

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


BACK



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
Switch Label label
Switch Label label
Switch Label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Confirm My Choices