www.valeexecutive.com Open in urlscan Pro
172.105.63.212  Public Scan

Submitted URL: https://valeexecutive.com/
Effective URL: https://www.valeexecutive.com/
Submission: On April 02 via api from CA — Scanned from US

Form analysis 4 forms found in the DOM

POST

<form action="" method="post" id="airport_form_clone">
  <input type="hidden" name="title-clone" id="title-clone" value="Airport Transfer">
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="D-or-A-clone" id="Departure" value="Departure" checked="">
      <label class="form-check-label" for="Departure">Departure</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="D-or-A-clone" id="Arrival" value="Arrival">
      <label class="form-check-label" for="Arrival">Arrival</label>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6">
      <div class="form-group">
        <label for="airpickup-clone" class="form-label">Pick up*</label>
        <span id="pickup_error_clone" class="ms-4 text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <input type="text" class="form-control pac-target-input" name="airpickup-clone" id="airpickup-clone" placeholder="Please enter full UK address" autocomplete="off">
        </div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="airdestination-clone" class="form-label">Destination*</label>
        <span id="destination_error_clone" class="ms-4 text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <select class="form-select" name="airdestination-clone" id="airdestination-clone">
            <option value="">Please select airport</option>
            <option value="Heathrow Airport (LHR), Terminal 1, Hounslow, UK">London Heathrow Airport (T1)</option>
            <option value="Heathrow Airport (LHR), Terminal 2, Cessna Road, Longford, Hounslow, UK">London Heathrow Airport ( T2 )</option>
            <option value="Heathrow Airport (LHR), Terminal 3, Nelson Road, Longford, Hounslow, UK">London Heathrow Airport ( T3 )</option>
            <option value="Heathrow Airport (LHR), Terminal 4, Nelson Road, Hounslow, UK">London Heathrow Airport ( T4 )</option>
            <option value="Heathrow Airport (LHR), Terminal 5, Wallis Road, Longford, Hounslow, UK">London Heathrow Airport ( T5 )</option>
            <option value="Gatwick Airport South Terminal">Gatwick Airport South Terminal</option>
            <option value="Gatwick Airport North Terminal">Gatwick Airport North Terminal</option>
            <option value="London City Airport">London City Airport</option>
            <option value="Standsted Airport">Standsted Airport</option>
            <option value="Luton Airport">Luton Airport</option>
            <option value="Bristol Airport">Bristol Airport</option>
            <option value="Birmingham Airport">Birmingham Airport</option>
            <option value="Southampton Airport">Southampton Airport</option>
            <option value="Cardiff Airport">Cardiff Airport</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="airor-clone" id="Oneway" value="Oneway" checked="">
      <label class="form-check-label" for="Oneway">One Way</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="airor-clone" id="Return" value="Return">
      <label class="form-check-label" for="Return">Return</label>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" name="submit-airport" class="btn submit-btn">Show prices &amp; book online</button>
  </div>
</form>

POST

<form action="" method="post" id="seaport_form_clone">
  <input type="hidden" name="title-clone" id="title-clone" value="Seaport Transfer">
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="sea-da-clone" id="Departure" value="Departure" checked="">
      <label class="form-check-label" for="Departure">Departure</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="sea-da-clone" id="Arrival" value="Arrival">
      <label class="form-check-label" for="Arrival">Arrival</label>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6">
      <div class="form-group">
        <label for="sea-pickup-clone" class="form-label">Pick up*</label>
        <span id="sea_pickup_error_clone" class="text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <input type="text" class="form-control pac-target-input" name="sea-pickup-clone" id="sea-pickup-clone" placeholder="Please enter full UK address" autocomplete="off">
        </div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="sea-destination-clone" class="form-label">Destination*</label>
        <span id="sea_destination_error_clone" class="text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <select class="form-select" name="sea-destination-clone" id="sea-destination-clone">
            <option value="" selected="" disabled="">Please select seaport</option>
            <option value="Port of Dover">Dover Seaport</option>
            <option value="Harwich International Port">Harwich Seaport</option>
            <option value="Portsmouth Ferry Port">Portsmouth Seaport</option>
            <option value="Port of Southampton">Southampton Seaport</option>
            <option value="Port of Tilbury">Tilbury Seaport</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="seaor-clone" id="Oneway" value="Oneway" checked="">
      <label class="form-check-label" for="Oneway">One Way</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="seaor-clone" id="Return" value="Return">
      <label class="form-check-label" for="Return">Return</label>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" class="btn submit-btn">Show prices &amp; book online</button>
  </div>
</form>

POST

<form action="" method="post" id="airport_form">
  <input type="hidden" name="title" id="title" value="Airport Transfer">
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="D-or-A" id="Departure" value="Departure" checked="">
      <label class="form-check-label" for="Departure">Departure</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="D-or-A" id="Arrival" value="Arrival">
      <label class="form-check-label" for="Arrival">Arrival</label>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6">
      <div class="form-group">
        <label for="airpickup" class="form-label">Pick up*</label>
        <span id="pickup_error" class="ms-4 text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <input type="text" class="form-control pac-target-input" name="airpickup" id="airpickup" placeholder="Please enter full UK address" autocomplete="off">
        </div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="airdestination" class="form-label">Destination*</label>
        <span id="destination_error" class="ms-4 text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <select class="form-select" name="airdestination" id="airdestination">
            <option value="">Please select airport</option>
            <option value="Heathrow Airport (LHR), Terminal 1, Hounslow, UK">London Heathrow Airport (T1)</option>
            <option value="Heathrow Airport (LHR), Terminal 2, Cessna Road, Longford, Hounslow, UK">London Heathrow Airport ( T2 )</option>
            <option value="Heathrow Airport (LHR), Terminal 3, Nelson Road, Longford, Hounslow, UK">London Heathrow Airport ( T3 )</option>
            <option value="Heathrow Airport (LHR), Terminal 4, Nelson Road, Hounslow, UK">London Heathrow Airport ( T4 )</option>
            <option value="Heathrow Airport (LHR), Terminal 5, Wallis Road, Longford, Hounslow, UK">London Heathrow Airport ( T5 )</option>
            <option value="Gatwick Airport South Terminal">Gatwick Airport South Terminal</option>
            <option value="Gatwick Airport North Terminal">Gatwick Airport North Terminal</option>
            <option value="London City Airport">London City Airport</option>
            <option value="Standsted Airport">Standsted Airport</option>
            <option value="Luton Airport">Luton Airport</option>
            <option value="Bristol Airport">Bristol Airport</option>
            <option value="Birmingham Airport">Birmingham Airport</option>
            <option value="Southampton Airport">Southampton Airport</option>
            <option value="Cardiff Airport">Cardiff Airport</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="airor" id="Oneway" value="Oneway" checked="">
      <label class="form-check-label" for="Oneway">One Way</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="airor" id="Return" value="Return">
      <label class="form-check-label" for="Return">Return</label>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" name="submit-airport" class="btn submit-btn">Show prices &amp; book online</button>
  </div>
</form>

POST

<form action="" method="post" id="seaport_form">
  <input type="hidden" name="title" id="title" value="Seaport Transfer">
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="sea-da" id="Departure" value="Departure" checked="">
      <label class="form-check-label" for="Departure">Departure</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="sea-da" id="Arrival" value="Arrival">
      <label class="form-check-label" for="Arrival">Arrival</label>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6">
      <div class="form-group">
        <label for="sea-pickup" class="form-label">Pick up*</label>
        <span id="sea_pickup_error" class="text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <input type="text" class="form-control pac-target-input" name="sea-pickup" id="sea-pickup" placeholder="Please enter full UK address" autocomplete="off">
        </div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="sea-destination" class="form-label">Destination*</label>
        <span id="sea_destination_error" class="text-danger"></span>
        <div class="input-group">
          <div class="input-group-text"><i class="bi bi-geo-alt"></i></div>
          <select class="form-select" name="sea-destination" id="sea-destination">
            <option value="" selected="" disabled="">Please select seaport</option>
            <option value="Port of Dover">Dover Seaport</option>
            <option value="Harwich International Port">Harwich Seaport</option>
            <option value="Portsmouth Ferry Port">Portsmouth Seaport</option>
            <option value="Port of Southampton">Southampton Seaport</option>
            <option value="Port of Tilbury">Tilbury Seaport</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="seaor" id="Oneway" value="Oneway" checked="">
      <label class="form-check-label" for="Oneway">One Way</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="radio" name="seaor" id="Return" value="Return">
      <label class="form-check-label" for="Return">Return</label>
    </div>
  </div>
  <div class="form-group">
    <button type="submit" class="btn submit-btn">Show prices &amp; book online</button>
  </div>
</form>

Text Content

 * 01367 333 333
 * info@valeexecutive.com

 * Home
 * Cars
   * Mercedes S Class
   * Mercedes E Class
   * Mercedes C Class
   * Mercedes V Class (7 Seater)
 * Services
   * Local Taxi
   * Airport Transfers
   * Seaport Transfers
   * Wedding Services
   * Tours Services
 * Accounts
   * Personal Account
   * Corporate Account
   * Referrals
   * Login
   * Sign Up
 * About Us
   * Testimonials
   * FAQ's
   * Terms & Conditions
 * Contact



ALERT!

Do you want to continue without login? if yes, Click on "Continue without login"
or if you want to login please click on login.

Continue without login Login
Your local Private Hire/Taxi or an Executive chauffeur service make your online
reservation

PHONE - WEB - EMAIL

Book Now
Airport Transfers A to B Transfers Seaport Transfers
Departure
Arrival
Pick up*

Destination*

Please select airport London Heathrow Airport (T1) London Heathrow Airport ( T2
) London Heathrow Airport ( T3 ) London Heathrow Airport ( T4 ) London Heathrow
Airport ( T5 ) Gatwick Airport South Terminal Gatwick Airport North Terminal
London City Airport Standsted Airport Luton Airport Bristol Airport Birmingham
Airport Southampton Airport Cardiff Airport
One Way
Return
Show prices & book online

If you are interested in booking a local journey with us, please feel free to
call us at 01367 333 333 or email us at info@valeexecutive.com

Departure
Arrival
Pick up*

Destination*

Please select seaport Dover Seaport Harwich Seaport Portsmouth Seaport
Southampton Seaport Tilbury Seaport
One Way
Return
Show prices & book online
Vale Executive Cars


YOUR LOCAL PRIVATE HIRE/TAXI OR AN EXECUTIVE CHAUFFEUR SERVICE MAKE YOUR ONLINE
RESERVATION

Airport Transfers A to B Transfers Seaport Transfers
Departure
Arrival
Pick up*

Destination*

Please select airport London Heathrow Airport (T1) London Heathrow Airport ( T2
) London Heathrow Airport ( T3 ) London Heathrow Airport ( T4 ) London Heathrow
Airport ( T5 ) Gatwick Airport South Terminal Gatwick Airport North Terminal
London City Airport Standsted Airport Luton Airport Bristol Airport Birmingham
Airport Southampton Airport Cardiff Airport
One Way
Return
Show prices & book online

If you are interested in booking a local journey with us, please feel free to
call us at 01367 333 333 or email us at info@valeexecutive.com

Departure
Arrival
Pick up*

Destination*

Please select seaport Dover Seaport Harwich Seaport Portsmouth Seaport
Southampton Seaport Tilbury Seaport
One Way
Return
Show prices & book online
Cars


OUR TRANSPORTATION VEHICLES

MERCEDES S CLASS


PASSENGER 3 LUGGAGE 2

Start your Wedding in a stylish chauffeur driven Mercedes S Class. Hire S Class
Wedding chauffeur…

MERCEDES V CLASS


PASSENGER 7 LUGGAGE 5

Mercedes V Class is the perfect wedding chauffeur car to transport the
bridesmaids or groomsmen to the wedding venue…

MERCEDES C CLASS


PASSENGER 4 LUGGAGE 2

Mercedes C Class will truly make your Wedding day unforgettable. Mercedes C
Class Wedding car hire…

MERCEDES E CLASS


PASSENGER 4 LUGGAGE 2

Start your Wedding in a stylish chauffeur driven Mercedes E Class. Mercedes E
Class Wedding chauffeur…

Services


CHAUFFEUR SERVICES IN UK

Vale Executive chauffeur services in Oxfordshire and surrounding areas. One way
transfers, Wedding chauffeur, tours and events, or private airport transfers,
Vale Executive Cars lets you truly experience the very best chauffeur travel.

LOCAL PICK UP AND DROP OFFS

Private hire service (taxi) Whether your late for a train, appointment, school
run or a drive into town, our drivers will be available...

Read More

WEDDINGS

With our wealth of experience driving clients in and around the country in the
most prestigious cars, Vale Executive Cars (VEC)...

Read More

TOURS

Discover the best of British heritage and tour the most famous sites that makes
UK the greatest place to visit. Book your day tour today...

Read More

AIRPORTS

Whether you're going from a London airport for an international meeting, an
industry conference or another type of corporate event...

Read More
About Us


WHO WE ARE?

Vale executive cars was established to offer professional chauffeur/private hire
services and new luxury cars to individuals and corporations who value
professionalism.
We have been in the service industry for over 20 years, we pride ourselves on
the finer details and strive to deliver a completely relaxed and luxurious
experience.

We are bold in our promises, we take full responsibility for the service and
guarantee licensed, insured, professional drivers. Our company has an excellent
proven track record with existing clients and indeed fulfilling our client's
expectations is always of the utmost importance to us.

Being a chauffeur requires more than just a license or driving a new car. Our
company ethos is to be always friendly yet professional and to ensure that in
our client's time with us they feel safe, relaxed. Vale cars promise to make
your journey effortless and enjoy the ride with all the comforts that set us
apart from the rest.

Our Vision


WHO WE ARE?

From day one, Vale cars had the vision to be one of the best private hire
companies in Oxfordshire & UK Wide. We aim to unlock our company's great
potential, helping to make us a leaner, more agile, and more transparent
organisation. One that delivers but, above all, makes us a unique company for
our customers. We think about clients first in everything we do, consistently
striving to positive long-lasting relationships and helping them achieve their
business or personal goals.

By working together, we will make a positive impact on customers, colleagues,
and communities. By working together consistently in a collaborative way and
really listening to what our customers need, we will build the best business
private hire company for the customers and local communities we serve.


Trusted By

World-Class chauffeur service trusted by World-Class brands. Vale Executive has
been serving HNWI, Executives, Corporate Elite, CEOs of World-Class brands from
around the globe. Join us today, we would be delighted to serve you.




AREAS WE COVER

 * Abingdon
 * Alvescot
 * Ardington
 * Ashbury
 * Ardington Wick
 * Bampton
 * Bishopstone
 * Black Bourton
 * Broadwell

 * Broughton Poggs
 * Buscot
 * Buscot Park
 * Buscot Wick
 * Carswell Marsh
 * Charney Bassett
 * Clanfield
 * Coleshill
 * Compton Beauchamp

 * Denchworth
 * East Hanney
 * Faringdon
 * Fernham
 * Filkins
 * Frilford
 * Frilford Heath
 * Fyfield
 * Goosey

 * Grove
 * Hatford
 * Hinton Waldrist
 * Kelmscott
 * Kingston Bagpuize
 * Kingston Lisle
 * Lechlade
 * Lechlade-on-Thames
 * Letcombe Bassett

 * Letcombe Regis
 * Little Clanfield
 * Little Coxwell
 * Longworth
 * Marcham
 * Netherton
 * Pusey
 * Shrivenham
 * Southmoor

 * Sparsholt
 * Standlake
 * Stanford in the Vale
 * Tubney
 * Tubney Wood
 * Wantage
 * Watchfield
 * West Hanney
 * Woolstone


OUR SERVICES

 * Local pick up and drop offs
 * Airport Transportation
 * Weddings
 * Tours


PRIVACY & LEGAL

 * Terms & Conditions
 * Privacy Policy
 * Help & FAQ's


VALE EXECUTIVE

 * Unit 3, The Barn, Fairview cottage, Faringdon, SN7 8PN
 * info@valeexecutive.com
 * 01367 333 333
 * Mon-Thu: 07:00 - 23:00
 * Fri-Sat: 07:00 - Midnight


ABOUT

Vale executive cars was established to offer professional chauffeur/private hire
services and new luxury cars to individuals and corporations who value
professionalism. we have been in the service industry for over 20 years.

 * 
 * 

We Accept:

© 2024 Company, Inc. All rights reserved.

Top