Antalya Helicopter Tour Prices 2026

AgustaWestland AW109 SP
Antalya Charter
Experience the ultimate light twin-engine helicopter. The AW109 SP offers unmatched speed, safety, and a VIP interior for the most demanding travelers.
- Capacity: 5-6 Pax
- Max Speed: 285 km/h
- Twin Engine: Superior Safety
- Interior: Full VIP Cabin
VIP Cabin Comfort
A Private Sanctuary in the Skies


Tour Packages
DEPARTURE: MAXX ROYAL BELEK HELIPAD
| Tour Details | Duration | Capacity | Investment |
|---|---|---|---|
| Aspendos & Tazi Canyon (Panoramic) | 30 Mins | Up to 6 Pax | €2,400 + VAT |
| Side Ancient City & Coastline | 30 Mins | Up to 6 Pax | €2,400 + VAT |
VIP Ground Services
For guests staying in other resorts or marinas, we provide chauffeur-driven Mercedes-Benz Vito VIP transfers.
Rate: €250 + VAT (Round Trip / Premium Service).
Flight Inquiry Form
function sendToWhatsApp() {
const fullName = document.getElementById('fullName').value;
const phone = document.getElementById('userPhone').value;
const date = document.getElementById('flightDate').value;
const time = document.getElementById('flightTime').value;
const pax = document.getElementById('paxCount').value;
const tour = document.getElementById('tourType').value;
const transfer = document.getElementById('transferRequest').value;
const location = document.getElementById('locationName').value;
if(!fullName || !phone) {
alert("Please fill in Name and Phone fields.");
return;
}
// Mesaj Şablonu
let message = "*Antalya Helicopter Tour Inquiry*%0A%0A";
message += "*Name:* " + fullName + "%0A";
message += "*Phone:* " + phone + "%0A";
message += "*Tour:* " + tour + "%0A";
message += "*Date:* " + date + " " + time + "%0A";
message += "*Passengers:* " + pax + "%0A";
message += "*Transfer:* " + transfer + "%0A";
message += "*Location:* " + location;
const waNumber = "905325692420"; // Senin numaran
window.open("https://wa.me/" + waNumber + "?text=" + message, "_blank");
}