www.bca.com Open in urlscan Pro
2606:4700:4400::6812:296f  Public Scan

Submitted URL: https://bca.com/
Effective URL: https://www.bca.com/
Submission: On October 08 via manual from GB — Scanned from GB

Form analysis 1 forms found in the DOM

POST /en/BCA_Group/

<form method="post" action="/en/BCA_Group/" id="aspnetForm">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIwMTAzNzcxMjlkGAEFH2N0bDAwJEJyZWFkY3J1bWIkQnJlYWRjcnVtYkxpc3QPD2ZkZFX0K7qeH2We5jtP0UZXSFOq2bwqhpzdFD4aVzFJ3Env">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="9F58C420">
  </div>
  <a href="/Templates/Global/MasterPages/" id="ctl00_PeepDomain" class="peepdomain_bca" style="display: none;" name="bcad.bca-europe.com"></a>
  <div class="PageContainer">
    <header class="header clearfix">
      <a href="/en/BCA_Group/" id="ctl00_LogoDesktop_LogoDefault" class="header__logo"></a>
      <ul id="ctl00_CountryHeader" class="header__links right">
        <li class="header__link">
          <a href="javascript:void(null)" id="openModal" class="nav__link">Select your country<i class="icon icon--language icon--right"></i></a>
        </li>
      </ul>
      <div id="sideBarMenu" class="overlayer" style="display: none;">
        <nav class="nav nav--user">
          <li class="header__link header__link--separator">
            <a href="">Register</a>
          </li>
          <li class="header__link">
            <a href=""><i class="icon icon--person icon--left"></i>Login</a>
          </li>
        </nav>
        <nav class="nav nav--contact">
          <a href="/en/UX-Site-Template111/Contact/Location/"><i class="icon icon--location icon--left"></i>Location</a>
          <a href="/en/UX-Site-Template111/MAIN-MENU/Services/"><i class="icon icon--phone icon--left"></i>Services</a>
        </nav>
        <a href="/Templates/Global/Units/Static/" id="PEEPDomainField" style="display:none;" name="bcad.bca-europe.com"></a>
        <nav class="nav nav--sub">
        </nav>
      </div>
    </header>
    <div id="mobile-page-content-bca">
      <div class="MainMenuContainer">
        <div class="MainMenu">
          <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
          <a href="/Templates/Global/Units/Static/" id="PEEPDomainField" style="display:none" name="bcad.bca-europe.com"></a>
          <div id="touchFlag" style="display: none" class="false">
          </div>
          <nav class="nav nav--global">
          </nav>
          <script type="text/javascript">
            window.addEventListener("resize", CalculateSubmenuPosition);
            window.addEventListener("load", CalculateSubmenuPosition);

            function CalculateSubmenuPosition() {
              var elements = document.getElementsByClassName("js-submenu-element-bca");
              var screenWidth = $(window).width();
              for (var i = 0; i < elements.length; i++) {
                if (elements[i].children.length < 4) {
                  $(elements[i]).offset({
                    left: $(elements[i].parentElement).offset().left
                  });
                  var rightEdge = $(elements[i]).width() + $(elements[i].parentElement).offset().left + 80;
                  if (rightEdge > screenWidth) {
                    var dif = rightEdge - screenWidth;
                    var newOffset = $(elements[i].parentElement).offset().left - dif;
                    $(elements[i]).offset({
                      left: newOffset
                    });
                  }
                  if (i == 0) {
                    $(elements[i]).offset({
                      left: $(elements[i].parentElement).offset().left + 40
                    });
                  }
                }
              }
            }
            $('.menu-search__input').keypress(function(e) {
              if (e.keyCode === 13) {
                redirectFunction();
                return false;
              }
              return true;
            });

            function redirectFunction() {
              var h = '//' + $('#PEEPDomainField')[0].getAttribute("name") + '/';
              window.location.assign(h + 'buyer/FacetedSearch?q=' + document.getElementById('q').value);
            }
            $('#FTSButton').click(function(e) {
              e.stopPropagation();
              redirectFunction();
            })
            $(document).on({
              'touchstart': function() {
                var target = event.srcElement;
                if ($("#touchFlag")[0].className == "true") // on tablet
                {
                  if (target.className.indexOf('nav__dropdown') != -1) {
                    // tapped twice
                    if (target.className.indexOf('nav__dropdown') != -1) {
                      if (target.className.indexOf("tappedonce") != -1) {
                        $('.tappedonce').removeClass("tappedonce"); // to avoid persistance of cls after pg reload
                        $('.nav__item--hover').removeClass("nav__item--hover");
                        redirectUrl = event.srcElement.href;
                        window.location.href = redirectUrl;
                      } else {
                        // tapped once
                        event.preventDefault();
                        if ($(".tappedonce")[0]) {
                          $(".tappedonce")[0].nextElementSibling.style.display = "none";
                          $('.tappedonce').removeClass("nav__item--hover");
                          $('.tappedonce').removeClass("tappedonce");
                        }
                        target.className += " tappedonce";
                        target.className += " nav__item--hover";
                        $(target.nextElementSibling).show();
                      }
                    }
                  } else // not clicked from a nav drop down
                  {
                    if (!target.getAttribute('href')) // not a link
                    {
                      if (target.className.indexOf('menu-search__input') == -1) { // if bot a FTS element (free text search)
                        if ($(".tappedonce")[0]) {
                          $(".tappedonce")[0].nextElementSibling.style.display = "none";
                          $('.tappedonce').removeClass("nav__item--hover");
                          $('.tappedonce').removeClass("tappedonce");
                        }
                      }
                    } else
                      // other links except nav drop down
                      if (target.className.indexOf('toggle__nav-item') == -1) {
                        redirectUrl = target.getAttribute('href');
                        window.location.href = redirectUrl;
                      }
                  }
                } else // on desktop
                {
                  redirectUrl = event.srcElement.href;
                  windows.location.href = redirectUrl;
                }
              }
            });
            $('.nav__dropdown').mouseover(function() {
              if ($("#touchFlag")[0].className == "false") {
                $(this).addClass("nav__item--hover");
              }
            });
            $('.nav__dropdown').mouseout(function() {
              if ($("#touchFlag")[0].className == "false") {
                $(this).removeClass("nav__item--hover");
              }
            });
          </script>
        </div>
      </div>
      <!-- Breadcrumbs-->
      <!-- Breadcrumbs-->
      <div class="Breadcrums__wrap">
        <div id="navigationBar" class="loc-nav">
          <nav class="Breadcrumbs">
            <ul>
            </ul>
          </nav>
        </div>
      </div>
      <!-- xBid -->
      <div id="ctl00_XBidPannel" class="xbid-panel">
        <div id="xBidPanel" class="bid-session">
          <a id="ctl00_XBidLink" class="bid-session-link"><i class="icon icon--xbid icon--left"></i>xBid <i class="icon icon--dropdown icon--right"></i></a>
        </div>
      </div>
      <section class="ContentContainer">
        <div class="FullWidth">
          <section class="ComposerContent">
            <div>
            </div>
            <div class="Zone Zone3">
              <div class="section-wrapper">
                <div class="hero hero--right dark">
                  <img src="/Global/Global%20template/Footer/About%20BCA/hero_about_BCA_392px.png">
                  <div class="hero__wrap hero__wrap--right">
                    <h1 id="ctl00_content_MainArea_ctl01_FirstColumn_ctl00_Header" class="hero__headline">About BCA</h1>
                    <div class="hero__subheadline">
                      <div> BCA is a European used car marketplace, where you can find a large choice of vehicles </div>
                    </div>
                    <ul class="button-group button-group--inline">
                      <li class="button-group__item button-group__item--inline">
                        <a href="#" onclick="showModal('https://www.youtube.com/embed/ZZc90eO2rMM?autoplay=1' )" class="button button--interest button button--large">
                                <i class="icon icon--play icon--left"></i>
                                Watch the video</a>
                      </li>
                    </ul>
                  </div>
                  <div class="fade fade--right"></div>
                  <div class="hero__img" style="background-image: url('/Global/Global%20template/Footer/About%20BCA/hero_about_BCA_392px.png');"></div>
                </div>
              </div>
              <div id="overlay_18340" class="modal__overlay"></div>
              <div id="modal_18340" class="modal modal--large" style="display: none;">
                <div class="modal__dialog" style="display: inherit;">
                  <div class="modal__content modal__content--video" style="display: inherit;">
                    <div class="modal__header modal__header--video" style="display: inherit;">
                      <div class="modal__close modal__close--video"><i onclick="hideModal()" class="icon icon--close"></i></div>
                    </div>
                    <section class="modal__body modal__body--video" style="display: inherit;">
                      <div class="modal__inner">
                        <iframe id="iframe_18340" width="966" height="539" frameborder="0" allowfullscreen=""></iframe>
                      </div>
                    </section>
                  </div>
                </div>
              </div>
              <script type="text/javascript">
                function showModal(videoUrl) {
                  var x = document.getElementById("overlay_18340");
                  x.style.display = 'block';
                  x = document.getElementById("modal_18340");
                  x.style.display = 'block';
                  x = document.getElementById("iframe_18340");
                  x.src = videoUrl;
                };

                function hideModal() {
                  var x = document.getElementById("overlay_18340");
                  x.style.display = 'none';
                  x = document.getElementById("modal_18340");
                  x.style.display = 'none';
                  x = document.getElementById("iframe_18340");
                  x.src = "";
                }
              </script>
              <div class="section-wrapper" id="Who are we?">
                <div class="textblock">
                  <h1 id="ctl00_content_MainArea_ctl01_FirstColumn_ctl01_Header" class="textblock__heading">Who are we?</h1>
                  <div>
                    <div>
                      <h3>For over 70 years, we have been bringing buyers &amp; vendors together</h3>
                      <p><strong>BCA across Europe</strong></p>
                      <p>Starting in 1946 as Southern Counties Car Auctions, we were one of the first companies to let people across the UK buy and sell a wide range of cars at auction. At our first auction we sold 14 cars.</p>
                      <p>We sell more than one million vehicles annually and are Europe’s largest vehicle remarketing company.</p>
                      <p>We are managing used car sales around 50 centres across&nbsp;10 countries:&nbsp;UK, France, Portugal, Spain, Germany, the Netherlands, Switzerland, Denmark, Italy, Sweden.</p>
                    </div>
                  </div>
                </div>
              </div>
              <div class="separator--large">
                <div class="separator"></div>
              </div>
              <div id="country" class="section-wrapper">
                <section class="ContentContainer">
                  <section class="Content">
                    <div class="featured featured--fix featured--large  light" id="ParentDivId" style="background-image: url('')">
                      <div class="wrapper">
                        <h1 class="featured__headline">Where do we sell used cars?</h1>
                        <p class="featured__subheadline"> We recommend you to go on your local marketplace for practical reasons. In case, BCA do not have a local marketplace in your country, please go to the website where you want to buy the most
                          vehicles. </p>
                        <div>
                          <hr class="separator">
                        </div>
                        <div class="row" data-ride="carousel">
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_den.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Denmark</h4>
                              <p class="featured__description"></p>
                              <a href="/da-DK/dk/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_fr.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in France</h4>
                              <p class="featured__description"></p>
                              <a href="/fr/BCAuto-Encheres/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_ger.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Germany</h4>
                              <p class="featured__description"></p>
                              <a href="https://www.bca.com/de/de/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_ita.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Italy</h4>
                              <p class="featured__description"></p>
                              <a href="https://www.bca.com/it_IT/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_por.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Portugal</h4>
                              <p class="featured__description"></p>
                              <a href="/pt-PT/pt/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_sp.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Spain</h4>
                              <p class="featured__description"></p>
                              <a href="/es/BCA-Spain/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_swe.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Sweden</h4>
                              <p class="featured__description"></p>
                              <a href="/sv/se/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_ned.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in The Netherlands</h4>
                              <p class="featured__description"></p>
                              <a href="/nl/nl/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Global%20template/Getting%20Started/Buy%20in%20Europe/flag_uk.jpg" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in UK</h4>
                              <p class="featured__description"></p>
                              <a href="https://www.bca.co.uk/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                          <div class="featured__item">
                            <div class="featured__image">
                              <img src="/Global/Group/flags/logo_ventes_norway.png" class="">
                            </div>
                            <div class="featured__text">
                              <h4 class="featured__title">Buy in Norway</h4>
                              <p class="featured__description"></p>
                              <a href="/en/BCA-Norway/" class="featured__link"><i class="icon icon--arrow-right"></i>Visit the website</a>
                            </div>
                          </div>
                        </div>
                        <div>
                          <hr class="separator">
                        </div>
                      </div>
                    </div>
                  </section>
                </section>
              </div>
              <script type="text/javascript">
                $(document).ready(function($) {
                  $('.toggle').removeClass('non-js');
                  $('.carousel').removeClass('non-js');
                  $("#MoreResults_19195").click(function(event) {
                    document.getElementById("MoreResults_19195").style = "display:none";
                    if (document.getElementById("Link_19195") != null) {
                      document.getElementById("Link_19195").removeAttribute("style");
                    }
                    var url = '?ShowMore=true'
                    $.get(url, function(data) {
                      var el = $('<div></div>')
                      el.html(data);
                      $('#card19195').append($('#carditem_19195', el));
                    })
                  });
                })
              </script>
              <div class="section-wrapper">
                <div class="tagline   dark" style="background-image: url('/Global/Global%20template/Getting%20Started/Types%20and%20origin%20of%20vehicles/Tagline_wanted.jpg');">
                  <div class="tagline__wrap">
                    <div class="table">
                      <div class="table-col vtop">
                        <img src="/Global/Group/storage-white.png">
                      </div>
                      <div class="table-col vtop">
                        <div class="tagline__col table-col vcenter">
                          <h1 class="tagline__title">BCA Marketplace Limited</h1>
                          <p class="tagline__description">Learn more about the Group and check the latest news</p>
                        </div>
                        <div class="tagline__col table-col vcenter">
                          <a class="button button--primary button--large right" href="http://www.bcamarketplaceplc.com/">Visit the website</a>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="fade fade--full"></div>
                </div>
              </div>
              <div>
              </div>
            </div>
          </section>
        </div>
      </section>
      <!-- Back to top Desktop-->
      <div id="ctl00_BackToTopDesktop">
        <a href="#" class="button button--block button--top">
                        <i class="icon icon--up icon--left"></i>Back to top
                    </a>
      </div>
      <!-- Back to top SmartPhone-->
      <footer class="footer">
        <div id="ctl00_FooterWrapDesktop" class="footer__wrap">
          <div class="footer__info col">
            <ul class="list-standard">
              <li>
              </li>
              <li>
                <div class="footer__logo"></div>
                <ul class="footer__about list-standard clearfix">
                </ul>
              </li>
              <li>
              </li>
            </ul>
          </div>
          <div class="footer__menu col">
          </div>
        </div>
        <div class="footer__wrap">
        </div>
        <!-- Country Links Smartphone-->
        <!-- Copyright Smartphone-->
      </footer>
      <!-- Country Links Desktop-->
      <div id="ctl00_DesktopCountryContainer" class="CountryContainer">
        <div class="footer__locations">
          <a class="footer__link" href="https://www.bca.com/en/be/">Belgium</a>
          <a class="footer__link" href="https://www.bca.com/en/pl/">Bulgaria</a>
          <a class="footer__link" href="https://www.bca.com/sr/pl/">Croatia</a>
          <a class="footer__link" href="https://www.bca.com/cs-CZ/pl/">Czechia</a>
          <a class="footer__link" href="https://www.bca.com/da-dk/dk/">Denmark</a>
          <a class="footer__link" href="https://www.bca.com/en/pl/">Estonia</a>
          <a class="footer__link" href="https://www.bca.com/fi/fi">Finland</a>
          <a class="footer__link" href="https://www.bca.com/fr/BCAuto-Encheres/">France</a>
          <a class="footer__link" href="https://www.bca.com/de/de/">Germany</a>
          <a class="footer__link" href="https://www.bca.com/it_IT/">Italy</a>
          <a class="footer__link" href="https://www.bca.com/en/pl/">Latvia</a>
          <a class="footer__link" href="https://www.bca.com/en/pl/">Lithuania</a>
          <a class="footer__link" href="https://www.bca.com/nl/nl">Netherlands</a>
          <a class="footer__link" href="https://www.bca.com/no/no/">Norway</a>
          <a class="footer__link" href="https://www.bca.com/pl/pl">Poland</a>
          <a class="footer__link" href="https://www.bca.com/pt-pt/pt">Portugal</a>
          <a class="footer__link" href="https://www.bca.com/ro-RO/pl/">Romania</a>
          <a class="footer__link" href="https://www.bca.com/sr/pl/">Serbia</a>
          <a class="footer__link" href="https://www.bca.com/es/es">Spain</a>
          <a class="footer__link" href="https://www.bca.com/sv/se">Sweden</a>
          <a class="footer__link" href="https://www.bca.com/de/ch">Switzerland</a>
          <a class="footer__link" href="https://www.british-car-auctions.co.uk/">United Kingdom</a>
        </div>
      </div>
      <!-- Copyright -->
      <div id="ctl00_DesktopFooterCopyright" class="footer__copyright">
        <span> Copyright 2017 British Car Auctions Ltd. All Rights Reserved</span>
        <div class="right">
          <span>
            <a href="/en/BCA_Group/BCA-Information/Terms-and-Conditions/" class="footer__link">Terms &amp; Conditions</a>
            <a href="/en/BCA_Group/BCA-Information/Privacy-policy/" class="footer__link">Privacy Policy</a>
          </span>
        </div>
      </div>
    </div>
  </div>
  <!-- Adobe Analytics -->
  <script type="text/javascript">
    _satellite.pageBottom();
  </script>
</form>

Text Content

 * Select your country

Register Login
Location Services

xBid


ABOUT BCA

BCA is a European used car marketplace, where you can find a large choice of
vehicles
 * Watch the video







WHO ARE WE?


FOR OVER 70 YEARS, WE HAVE BEEN BRINGING BUYERS & VENDORS TOGETHER

BCA across Europe

Starting in 1946 as Southern Counties Car Auctions, we were one of the first
companies to let people across the UK buy and sell a wide range of cars at
auction. At our first auction we sold 14 cars.

We sell more than one million vehicles annually and are Europe’s largest vehicle
remarketing company.

We are managing used car sales around 50 centres across 10 countries: UK,
France, Portugal, Spain, Germany, the Netherlands, Switzerland, Denmark, Italy,
Sweden.




WHERE DO WE SELL USED CARS?

We recommend you to go on your local marketplace for practical reasons. In case,
BCA do not have a local marketplace in your country, please go to the website
where you want to buy the most vehicles.

--------------------------------------------------------------------------------

BUY IN DENMARK



Visit the website

BUY IN FRANCE



Visit the website

BUY IN GERMANY



Visit the website

BUY IN ITALY



Visit the website

BUY IN PORTUGAL



Visit the website

BUY IN SPAIN



Visit the website

BUY IN SWEDEN



Visit the website

BUY IN THE NETHERLANDS



Visit the website

BUY IN UK



Visit the website

BUY IN NORWAY



Visit the website

--------------------------------------------------------------------------------


BCA MARKETPLACE LIMITED

Learn more about the Group and check the latest news

Visit the website


Back to top
 * 
 * 
 * 



Belgium Bulgaria Croatia Czechia Denmark Estonia Finland France Germany Italy
Latvia Lithuania Netherlands Norway Poland Portugal Romania Serbia Spain Sweden
Switzerland United Kingdom
Copyright 2017 British Car Auctions Ltd. All Rights Reserved
Terms & Conditions Privacy Policy



SELECT YOUR COUNTRY

Alternatively, click exit to view the BCA group website.


 * Belgium
 * Bulgaria
 * Croatia
 * Czechia
 * Denmark
 * Estonia
 * Finland
 * France
 * Germany
 * Italy
 * Latvia
 * Lithuania
 * Netherlands
 * Norway
 * Poland
 * Portugal
 * Romania
 * Serbia
 * Spain
 * Sweden
 * Switzerland
 * United Kingdom

Remember my selection for next time


We use cookies to enable the website to operate, monitor performance and
stability, gain information about the use of the website, analyse site usage and
assist with our marketing efforts. By clicking “Accept All Cookies”, you agree
to the storing of cookies on your device.

Cookies Settings Reject All Accept All Cookies