Leeds Bradford Airport

SERVICE
Fare From
£80.00

  • Free cancellation up to 3 days before transfer
  • Complimentary 30 mins airport waiting (free of charge)
  • Professional licensed local drivers

Secure Checkout

Airpay

Transfer Details

Leeds Bradford Airport (LBA)

Yorkshire’s Gateway to the World

Leeds Bradford Airport (LBA) is the largest airport in Yorkshire, perfectly situated to serve the vibrant cities of Leeds and Bradford, as well as the surrounding Yorkshire Dales. It is a key hub for both leisure and business travelers looking for direct access to Europe and beyond.

Did You Know?

  • The Highest in England: LBA holds the title of the highest commercial airport in England, sitting at an elevation of 681 feet (208 meters) above sea level. This often leads to some spectacular (and occasionally misty) views of the Yorkshire landscape.
  • Jet2.com’s Home: The airport is the historic birthplace and main headquarters of the popular airline Jet2.com, making it a top choice for package holidays and sun-seekers.
  • Aviation History: Originally known as Yeadon Aerodrome when it opened in 1931, it played a crucial role during WWII as a site for shadow factories building military aircraft like the Avro Anson and the Bristol Blenheim.
  • Major Expansion: LBA is currently undergoing significant terminal upgrades to enhance passenger experience, aiming to become one of the most modern regional airports in the North.

Why Choose Leeds Bradford?

  • Unbeatable Location: Just a short 30-minute drive or bus ride from both Leeds and Bradford city centers.
  • Extensive Route Map: With over 80 destinations, it offers a massive variety of low-cost flights via Ryanair, Jet2, and easyJet.
  • Yorkshire Hospitality: Enjoy a friendly, local atmosphere before you jet off, with plenty of local food and drink options in the departures lounge.

Fully Insured

24/7 Service

Meet & Greet

No scheduled arrivals found for LBA at the moment.

Punctuality

Real-time flight monitoring and guaranteed on-time arrivals.

Safe & Secure

Expert licensed drivers and a modern, high-standard fleet.

Fixed Pricing

No surprises. The price quoted is the price you pay.

checkedInputs.forEach(input => { // Znajduje najbliższą grupę, aby pobrać nagłówek (np. "Pick Up / Drop Off") const groupElement = input.closest('.attribute-group'); if (groupElement) { const groupLabel = groupElement.querySelector('label').innerText.trim(); const cardText = input.closest('label').querySelector('.fw-bold.text-navy').innerText.trim(); selectedOptions += `\n- ${groupLabel}: ${cardText}`; } }); // 4. Budujemy treść wiadomości (Formatowanie WhatsApp: *tekst* = pogrubienie) let messageText = `Hello! I would like to book a ride.\n\n`; messageText += `*Service:* ${serviceName}\n`; messageText += `*Price:* ${price}\n`; messageText += `*Details:*${selectedOptions}\n\n`; messageText += `Please let me know if you are available.`; // 5. Kodujemy wiadomość do formatu URL i ustawiamy link const finalURL = `https://wa.me/447742451515?text=${encodeURIComponent(messageText)}`; this.href = finalURL; });