London Gatwick Airport

SERVICE
Fare From
£300.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

London Gatwick Airport (LGW)

The UK’s Best-Connected Point-to-Point Airport

London Gatwick (LGW) is the second busiest airport in the UK and a major international hub located in West Sussex, about 30 miles south of Central London. It serves as a vital base for British Airways, easyJet, and TUI, offering a massive range of both short-haul European hops and long-haul holiday destinations.

Did You Know?

  • One Runway Wonder: For many years, Gatwick was the world’s busiest single-runway airport. Even today, its efficiency in managing hundreds of flights a day on one primary strip of tarmac is studied by aviation experts worldwide.
  • The World’s First Circular Terminal: Gatwick’s original 1930s terminal, known as “The Beehive,” was the first circular airport terminal in the world. While no longer used for flights, the stunning building still stands today as a commercial office space.
  • Skybridge Views: The North Terminal features a massive passenger bridge that is high enough for a Boeing 747 to taxi underneath it. It offers passengers incredible “birds-eye” views of the aircraft below.
  • Gatwick Express: It features a dedicated rail link that runs every 15 minutes, taking passengers directly to London Victoria in just half an hour.

Why Choose Gatwick Airport?

  • Efficiency: Often considered “easier” than Heathrow, Gatwick’s two terminals (North and South) are connected by a fast, free 24-hour automated shuttle train.
  • Holiday Choice: It is the premier UK airport for leisure travel, offering more flights to Caribbean and Florida destinations than almost anywhere else in Europe.
  • Train Connectivity: Beyond London, Gatwick is directly linked by rail to over 100 stations across the South Coast, Brighton, and even the South West.

Fully Insured

24/7 Service

Meet & Greet

No scheduled arrivals found for LGW 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; });