Humberside Airport

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

Humberside Airport (HUY)

Your Gateway to Hull, East Riding, and North Lincolnshire

Humberside Airport (HUY) is the primary local international airport serving the Humber region, including Hull, East Riding of Yorkshire, and North Lincolnshire. Known for its stress-free environment and friendly atmosphere, it offers a refreshing alternative to the UK’s larger, more crowded hubs.

Did You Know?

  • Small but Mighty: HUY is consistently ranked as one of the smallest international airports in the UK, offering a “VIP feel” where you can get from the entrance to the departure lounge in record time.
  • The World via Amsterdam: Despite its size, it connects the region to the globe. Its flagship route to Amsterdam Schiphol (via KLM) allows local travelers to reach over 150 worldwide destinations with just one short hop.
  • A Heroic Past: The airport sits on the site of the former RAF Kirmington, a World War II airbase. It was home to the famous 166 Squadron, which operated Avro Lancaster bombers.
  • Helicopter Hub: It is the second-largest heliport in the UK, serving as a vital base for the North Sea gas and oil industry, as well as the rapidly growing offshore wind farms.

Why Choose Humberside?

  • Breeze Through Security: Avoid long queues with a security process that is famously quick and efficient.
  • Affordable Parking: Convenient parking located just a few minutes’ walk from the terminal.
  • Quiet Comfort: Ideal for nervous flyers or families needing a peaceful, easy-to-navigate terminal.

Fully Insured

24/7 Service

Meet & Greet

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