book.letiste-praha.taxi Open in urlscan Pro
194.163.139.221  Public Scan

URL: https://book.letiste-praha.taxi/
Submission: On March 22 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: formCabcherPOST https://book.letiste-praha.taxi/vehicle-selection/

<form name="formCabcher" id="formCabcher" action="https://book.letiste-praha.taxi/vehicle-selection/" method="POST" target="_parent" data-parsley-validate="" novalidate=""><input type="hidden" name="rdJourneyCategory" value="Regular">
  <div class="row gx-2">
    <div class="min-form-pickup col-12 col-lg">
      <div class="input-group">
        <span class="input-group-text"><i class="fa-solid fa-map-pin"></i></span>
        <input type="text" id="txtPickUpLocation" name="txtPickUp" placeholder="Pick Up - Location" class="form-control autocomplete-Location rounded-end ui-autocomplete-input" data-parsley-errors-container="#pickErrCon"
          data-parsley-error-message="Please select valid location" required="required" autocomplete="off">
        <input type="text" id="txtPickUp" name="txtPickUp" placeholder="Pick Up - Location" class="form-control autocomplete-Google pac-target-input" style="display: none;" data-parsley-errors-container="#pickErrCon"
          data-parsley-error-message="Please select valid address" disabled="disabled" autocomplete="off">
      </div>
      <input type="hidden" id="txtPickUpLat" name="txtPickUpLat" class="classLat">
      <input type="hidden" id="txtPickUpLng" name="txtPickUpLng" class="classLng">
      <div id="pickErrCon"></div>
    </div>
    <div class="min-form-dropoff col-12 col-lg">
      <div id="dropOff1Row">
        <div class="input-group">
          <span class="input-group-text"><i class="fa-solid fa-flag"></i></span>
          <input type="text" id="txtDropOff1Location" name="txtDropOff[]" placeholder="Drop Off - Location" class="form-control autocomplete-Location ui-autocomplete-input" data-parsley-errors-container="#dropErrCon"
            data-parsley-error-message="Please select valid location" autocomplete="off" required="required">
          <input type="text" id="txtDropOff1" name="txtDropOff[]" placeholder="Drop Off - Location" class="form-control autocomplete-Google pac-target-input" style="display: none;" data-parsley-errors-container="#dropErrCon"
            data-parsley-error-message="Please select valid location" autocomplete="off" disabled="disabled">
          <span class="btn btn-theme" onclick="addDropOff();"><i class="fa-solid fa-plus"></i></span>
        </div>
        <input type="hidden" id="txtDropOff1Lat" name="txtDropOff1Lat" class="classLat">
        <input type="hidden" id="txtDropOff1Lng" name="txtDropOff1Lng" class="classLng">
      </div>
      <div id="dropErrCon"></div>
      <div id="addedRows" class="w-100">
        <div id="dropoff2" style="display: none;">
          <div class="input-group mt-2">
            <span class="input-group-text"><i class="fa-solid fa-flag"></i></span>
            <input type="text" id="txtDropOff2Location" name="txtDropOff[]" placeholder="Additional Drop Off" class="form-control autocomplete-Location ui-autocomplete-input" autocomplete="off" disabled="disabled"
              data-parsley-errors-container="#dropOffErrCon2" data-parsley-error-message="Please select valid location">
            <input type="text" id="txtDropOff2" name="txtDropOff[]" placeholder="Additional Drop Off" class="form-control autocomplete-Google pac-target-input" autocomplete="off" style="display: none;" disabled="disabled"
              data-parsley-errors-container="#dropOffErrCon2" data-parsley-error-message="Please select valid location">
            <input type="hidden" id="txtDropOff2Lat" name="txtDropOff2Lat" class="classLat">
            <input type="hidden" id="txtDropOff2Lng" name="txtDropOff2Lng" class="classLng">
            <button type="button" class="btn btn-danger" onclick="removeDropOff(2);"><i class="fa-solid fa-minus"></i></button>
          </div>
          <div id="dropOffErrCon2"></div>
        </div>
      </div>
    </div>
    <div class="min-form-datetime col-12 col-lg">
      <div class="row gx-1">
        <div class="col-md-6">
          <div class="input-group">
            <span class="input-group-text"><i class="fa-solid fa-calendar-days"></i></span>
            <input type="text" name="txtDate" id="datepicker" class="form-control" placeholder="Pickup date" required="" data-parsley-errors-container="#txtDateCon" data-parsley-error-message="Please select valid date" readonly="readonly">
          </div>
          <div id="txtDateCon"></div>
        </div>
        <div class="col-md-3 col-6">
          <select name="selDateHr" id="selDateHr" class="form-select" required="" data-parsley-error-message="Required">
            <option value="">HH</option>
            <option value="00">00</option>
            <option value="01">01</option>
            <option value="02">02</option>
            <option value="03">03</option>
            <option value="04">04</option>
            <option value="05">05</option>
            <option value="06">06</option>
            <option value="07">07</option>
            <option value="08">08</option>
            <option value="09">09</option>
            <option value="10">10</option>
            <option value="11">11</option>
            <option value="12">12</option>
            <option value="13">13</option>
            <option value="14">14</option>
            <option value="15">15</option>
            <option value="16">16</option>
            <option value="17">17</option>
            <option value="18">18</option>
            <option value="19">19</option>
            <option value="20">20</option>
            <option value="21">21</option>
            <option value="22">22</option>
            <option value="23">23</option>
          </select>
        </div>
        <div class="col-md-3 col-6">
          <select name="selDateMn" id="selDateMn" class="form-select" required="" data-parsley-error-message="Required">
            <option value="">MM</option>
            <option value="00">00</option>
            <option value="05">05</option>
            <option value="10">10</option>
            <option value="15">15</option>
            <option value="20">20</option>
            <option value="25">25</option>
            <option value="30">30</option>
            <option value="35">35</option>
            <option value="40">40</option>
            <option value="45">45</option>
            <option value="50">50</option>
            <option value="55">55</option>
          </select>
        </div>
      </div>
    </div>
    <div class="min-form-submit col-12 col-lg-auto">
      <input type="button" class="btn btn-theme w-100" id="btnCheckPrice" value="GET QUOTE">
      <input type="hidden" name="key" id="key">
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Powered by Translate
+420775967160 info@letiste-praha.taxi

 * Home
 * About
 * Services
 * Reviews
 * Drive With Us
 * Contact Us
 * Login


WELCOME TO LETIŠTĚ PRAHA.TAXI

Your Local Taxi Service Network

HH 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23
MM 00 05 10 15 20 25 30 35 40 45 50 55

Casual outings

Plan your Changeover trips and Anniversary dinners with Letiště Praha.taxi and
experience our impeccable services.

Business Trips

Keep being busy with your mobile phones and laptops, since you are yet to
enthral all the business meetings on time with Letiště Praha.taxi.

Medical appointments

Tension free rides are also an aid to cure. Book your medical appointments with
us and we will provide you with one such ride!

For all occasions

From business trips to casual rides we travel with you in all walks of life.


VISION OF LETIŠTĚ PRAHA.TAXI

With the motive of providing a budget friendly, user friendly and top notch
service, Letiště Praha.taxi was born. Serving almost 1000+ clients, Letiště
Praha.taxi earned the love of many more and counting. Over the years we became
the pioneer of Cab services earning a lot of love and popularity.

Letiště Praha.taxi is widely known for its reliability, time sensitiveness and
flexibility.

Budget friendly
Time sensitivity
Cozy Vehicles
The Drive
Availability
Flexibility



WE WISH TO BE A PART OF YOUR LIFE

Travelling is inevitable in our day to day lives. Making that inevitable part as
the most pleasant one is the ultimate reason for the birth of Letiště
Praha.taxi. Here are the different services we provide.

School pick ups

Is your kid late for his or her test? Are you scared of missing a match or a
competition? We are here for you. Type your drop off location and book a ride
right away!

Meet and greet services

Being received is one of the feel good factors. Why not allow us to make it the
feel best factor. We can welcome you with utmost warmth.

Weddings

What can make us more happier than being a part of your wedding? Let your
wedding bells ring at our presence!


Business Trips

It’s absolutely possible to have a Business trip without hassles. Letiště
Praha.taxi can ensure it by every possible means.

Flight runs

Flights don’t deserve to be missed. Our drivers will make sure that you board on
time for a bon voyage.

Vacation

Vacations can become more memorable when you have a person who is familiar with
more popular destinations. That’s why you should choose us!

AREAS WE COVER

You can find us in almost all the important major cities like London, Glasgow,
Westminster and of entire UK. In the cities filled with high demand for taxi
hires, Letiště Praha.taxi proved itself as an oasis in the midst of the desert.
We will pick you up when you are in urge and provide you with a soothing ride.

24/7 CUSTOMER SERVICE

We operate 24/7 all throughout the year. We are happy to help at any time. You
can reach us via phone call or an email.

BOOKING MANAGEMENT

The most optimised booking management system will help you get a desired ride
and make you opt for our proactive services.

NAVIGATION

Our ultimate goal is your swift and safe ride to your destination. Our
navigation paves way to your memorable ride.

THANKS FOR VISITING OUR WEBSITE!

For any queries please give us a call and our team will get in touch in a short
notice :)

Contact


FREQUENTLY ASKED QUESTIONS

This column can give better insights on our services to build a wavelength
between us and the customers.

ARE YOU A LICENCED COMPANY?

Yes. We are licenced by the Council.

IS YOUR SERVICE AVAILABLE DAY AND NIGHT?

Yes. We operate 24 hours 7 days a week, all through the year.

ARE YOUR PRICES FIXED?

Yes. The prices are fixed for pre booked transfers. But if there are any
additional drop offs, pickups or diversions there will be additional charges.

CAN I SMOKE IN THE CAR?

No. We operate a strict no smoking policy in all our vehicles.

ARE YOU CHARGING ANYTHING EXTRA FOR CHRISTMAS?

An additional surcharge of 50% on the prices listed on this site will be added
on the following dates: 25, 26, 31 December as well as 1 January.

HOW DO I FIND MY DRIVER AT THE AIRPORT?

Our driver will wait in the arrival hall with your name card usually by the
airport information desk.

WILL I BE SHARING WITH ANYONE ELSE?

No. We do not operate a shared taxi service.

IS GRATUITY INCLUDED IN THE PRICE?

No. It is at the passengers discretion.
Privacy PolicyTerms
Licence Number: 87516128
Address: Táboritská 1076/9 Praha 3 130 00
© 2024  PHCars. All Rights Reserved.
Powered By Cabcher






🍪 We use cookies!
Hi, this website uses essential cookies to ensure its proper operation and
tracking cookies to understand how you interact with it. Let me choose
OkSettings

Privacy Overview 📢
This website uses cookies to ensure the basic functionalities of the website and
to enhance your online experience. You can choose for each category to
opt-in/out whenever you want. For more details relative to cookies and other
sensitive data, please read the full privacy policy.
NecessaryNecessary
These cookies are essential for the proper functioning of this website. Without
these cookies, the website would not work properly

NameExpirationDescriptioncookie_consent1 yearThis cookie is set by GDPR Cookie
Consent plugin. The cookie is used to store the user consent for the cookies in
the category "Necessary" & "Analytics".__stripe_mid1 yearThis cookie is set by
Stripe.__tawkuuid6 monthsThis cookie is set by tawk.to. This cookie is used to
identify existing chat conversation between website and users across all pages
on the website.TawkConnectionTimesessionThis cookie is set by tawk.to. This
cookie is used to identify duration of chat session. The cookie is a session
cookies and is deleted when all the browser windows are
closed.googtranssessionThis cookie is set by Google Translate. This cookie is
used to identify the language selected by user across all pages on the website.
The cookie is a session cookies and is deleted when all the browser windows are
closed.PHPSESSIDsessionThis cookie is native to PHP applications. The cookie is
used to store and identify a users unique session ID for the purpose of managing
user session on the website. The cookie is a session cookies and is deleted when
all the browser windows are closed.

AnalyticsAnalytics
Analytics cookies are used to understand and analyze the key performance indexes
of the website which helps in delivering a better user experience for the
visitors.

NameExpirationDescription_ga2 yearsThis cookie is installed by Google Analytics.
The cookie is used to calculate visitor, session, campaign data and keep track
of site usage for the site's analytics report. The cookies store information
anonymously and assign a randomly generated number to identify unique
visitors._gid1 dayThis cookie is installed by Google Analytics. The cookie is
used to store information of how visitors use a website and helps in creating an
analytics report of how the website is doing. The data collected including the
number visitors, the source where they have come from, and the pages visted in
an anonymous form._gat1 minuteThis cookie is installed by Google Analytics. This
cookie is used to throttle request rate. These are third party cookies that are
placed on your device to allow us to use the Google Analytics service. These
cookies are used to collect information about how visitors use our website. We
use this information to compile reports and to help us improve the website.

More information
For any queries in relation to our policy on cookies and your choices, please
contact me.
Accept allReject allSave settings



Original text

Rate this translation
Your feedback will be used to help improve Google Translate