Marsaskala, Malta



Today's Selected Apartments

May 14, 2025

Panoramic Penthouse in Marsascala which enjoys sea and country views

star iconstar iconstar icon

Panoramic Penthouse in Marsascala which enjoys sea and country views

The hotel’s restaurant serves a Japanese-style breakfast. There’s also a jazz bar which offers drinks and music in the evenings."

Apartment address: Country View Flats Triq il-Quccata, MSK 2268 Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Beachfront • Airport shuttle • Family rooms • Non-smoking rooms

Marsascala Luxury Apartment & Penthouse

star iconstar iconstar icon

Marsascala Luxury Apartment & Penthouse

The property is just 1640 feet from Castel Sant’Angelo. The Spanish Steps and the Trevi Fountain are 3 metro stops away. A shuttle service for Ciampino and Fiumicino Airports is available on request and at an additional cost."

Apartment address: 23 Orion Flats Triq L-Ahmar, MSK 3750 Marsaskala, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Airport shuttle • Family rooms • Non-smoking rooms

Penthouse next to the beach

star iconstar iconstar icon

Penthouse next to the beach

Rooms at this family-run hotel come with a private bathroom, and the apartments include a kitchen and dining area. Wi-Fi is available throughout the villa .

Apartment address: Is Sikka, 39, MSK 3026 Marsaskala, Malta

parking
Free private parking is available on site (reservation is needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Fast free Wifi 254 Mbps) • Free parking • Beachfront • Airport shuttle • Family rooms • Non-smoking rooms

Penthouse 2

star iconstar iconstar iconstar icon

Penthouse 2

The heated guest rooms are equipped with a TV that has more than 50 satellite channels and a DVD player. All rooms have a microwave, a fridge and an electric kettle.

Apartment address: Triq Il-Gross 235 Emkyl Court, MSK 2250 Marsaskala, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Family rooms • Non-smoking rooms

Marsaskala Penthouse Apartment

star iconstar iconstar icon

Marsaskala Penthouse Apartment

"Located opposite Reforma Park, Hotel May Palace features an outdoor pool with panoramic views over the city and the Tuxpan River. It offers free private parking and air-conditioned rooms with free Wi-Fi.

Apartment address: Triq L-Iskal 10A Opal Court, MSK 2139 Marsaskala, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking

Sea View Penthouse with large terrace IROM1-1

star iconstar iconstar icon

Sea View Penthouse with large terrace IROM1-1

The property is just a minute’s walk from the lively Hongdae Street, where countless local restaurants, shops and bars can be found. Gimpo Airport is 30 minutes away and Incheon Airport is 60 minutes away via subway on Airport Railroad Line."

Apartment address: Gardenia, 29 Maqsab, MSK3160 Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Non-smoking rooms

Riviera Penthouse

Riviera Penthouse

This camping is 24 mi from Luxembourg Findel Airport."

Apartment address: 34 riviera mansions triq il lampuka, MSK 3694 Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

document.addEventListener('DOMContentLoaded', function () {/*** provides the current user's cookie consent* in order to use it:* 1. inline privacy/cookieConsent.js in the page you need to use it.* please note that this library relies on window.PCM.isCountryNeedCookieBanner to be initialised* before using (calling getValue function) it* 2. in your js file:** var privacyCookieConsent = B.require('privacyCookieConsent');* var consent = privacyCookieConsent.getValue();*/B.define('privacyCookieConsent', function () {var consentGroupIsAllowed = {analytical: 'C0002%3A1',marketing: 'C0004%3A1'};var optanonConsentCookieName = 'OptanonConsent';var optanonBoxClosedCookieName = 'OptanonAlertBoxClosed';var halfOfYearMillis = 180 * 24 * 60 * 60 * 1000;function isDefined(value) {return value && value !== "undefined";}function parseConsentToObject(consent) {var result = {};if (typeof consent === 'string') {var parts = consent.split('&');parts.forEach(function (part) {var keyAndValue = part.split('=');result[keyAndValue[0]] = keyAndValue[1];});}return result;}function isConsentValid(consent, alertBoxClosed) {return isDefined(consent) &&isDefined(alertBoxClosed) &&new Date() - new Date(alertBoxClosed) -1;return result;}).reduce(function (result, currentValue) {return Object.assign(result, currentValue);}, {functional: true});}}function getImplicitConsent() {var consentValue = !doesGeolocationRequireBanner();return {functional: true,analytical: consentValue,marketing: consentValue};}function getValue() {var consent = getExplicitConsent();if (!consent) {consent = getImplicitConsent();}return consent;}return {getValue: getValue};});//c360 javascript tracker first iteration//sends a track request to c360 http tracker//in order to use it://1. inline the c360Tracker.js in the page you need to use it//2. in your js file://// var c360Tracker = B.require('c360Tracker');// var event = {// action_name:"accommodation_checkout_confirmation_viewed",// action_version :"0.2.0",// content : { "transaction_id" : 123434},// user : { "BKNG_user_id": 123434}// };// c360Tracker.track(event);B.define('c360Tracker', function () {var enrichedContext = {};var queue = [];var queueTimeout = null;var flushInterval = 1000;var flushSize = 10;var configuration = {validateInput: false};var track = function (event) {if (event == null) {return "event object is null or empty";} else {var validationResult = new ValidationResult(true);if (configuration.validateInput) {validationResult = validateInput(event);}if (!validationResult.success) {return validationResult.message;}enqueue(event);//send([event])to send it syncrounously}};function enqueue(event) {if (queue.length == 0) {queueTimeout = setTimeout(flush, flushInterval);}queue.push(event);if (queue.length >= flushSize) {if (queueTimeout !== null) {clearTimeout(queueTimeout);}flush();return;}}function flush() {send(queue, true);queue = [];queueTimeout = null;}function withContextProvider(isFlush) {var trackerVersion = '0.1.0'if (isFlush) {trackerVersion = '0.1.1';}return function (item) {return Object.assign({}, item, {context: enrichedContext,tracker: {tracker_name: 'C360JSTracker',tracker_type: 'Client',tracker_version: trackerVersion}});}}function send(events, isFlush) {var payload = {events: events.map(withContextProvider(isFlush))};return $.ajax({url: '/c360/v1/track',type: 'POST',dataType: 'json',data: JSON.stringify(payload),});}enrich();var scheme ={"type": "object","properties": {"action_name": {"type": "string","description": "action name (ex. element viewed)",},"action_version": {"type": "string","description": "action version"},"content": {"type": "object","description": "content defined by the registered producer scheme"}}};function ValidationResult(success, message) {this.success = success;this.message = message;}function validateInput(event) {var result = validateObject(event, scheme);return result;}function validateObject(obj, scheme) {if (scheme.properties != null) {var propsArray = Object.getOwnPropertyNames(scheme.properties);for (var i = 0i ;window.PCM = {isCountryNeedCookieBanner: 0,isGpcSignalEnabled: 0,loadStartedAt: 1709649775,countryCode: 'us',isUserLoggedIn: 0,verifyEnabled: 1,};;;(function(w){var ts = +new Date();w.PageLoadTimer = {};w.PageLoadTimer.start = ts;}(window));function b_cors_check(supported) { var value = supported ? 1 : 0if (!/(^|;)\s*cors_js=/.test(document.cookie)) { var d = new Date()d.setTime(d.getTime() + 60 * 60 * 24 * 365 * 1000)var cookieDomain = '.booking.com' || '.booking.com'document.cookie = 'cors_js=' + value +'domain=' + cookieDomain + 'path=/expires=' + d.toGMTString()} if (!value) { location.reload()} } ;(function(d) { d.addEventListener('error', function(e) { if (e.target && e.target.classList.contains('crossorigin-check-js')) { b_cors_check(false)} }, true)})(document) • ;(function() {window.b_early_errors = window.b_early_errors || [];window.onerror = function() {window.b_early_errors.push(arguments);};}()) • document.querySelector('#main-css-preload').addEventListener('load', function() {window.mainCssWasLoaded = 1;}) • • #basiclayout, .basiclayout { margin: 0} #special_actions { margin: 3px 15px 3px 0} .ticker_space { margin-top: 3px !important} #logo_no_globe_new_logo { top: 14px} .b_msie_6 #top, .b_msie_6 body.header_reshuffle #top {height:61px !important;} .b_msie_6 #special_actions { margin: 3px 15px 3px 0overflow:visible} body.header_reshuffle #top { min-height: 50px !importantheight: auto !important} .nobg { background: #fff url("https://cf.bstatic.com/static/img/nobg_all_blue_iq/b700d9e3067c1186a3364012df4fe1c48ae6da44.png") repeat-xbackground-position: 0 -50px} • if( window.performance && performance.measure && 'b-stylesheets') { performance.measure('b-stylesheets')} • Riviera Penthouse, Marsaskala – Updated 2024 Prices

Cute Penthouse

star iconstar iconstar icon

Cute Penthouse

"B&B Floridia is set in Taormina, 0.8 mi from Mazzaro and 0.9 mi from Isola Bella.

Apartment address: Ahmar 67, April Court, Flat 3, Marsaskala, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking

Penthouse Seaview Beautiful 2BR Apt

star iconstar iconstar icon

Penthouse Seaview Beautiful 2BR Apt

An à la carte, American or Asian breakfast is available each morning at the property.

Apartment address: Apt.4, 3 Kappara, Wied il-Għajn, Malta, MSK 3302 Marsaskala, Malta

parking
No parking available.
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi

B&S Accommodation Seafront Douplex Penthouse

B&S Accommodation Seafront Douplex Penthouse

"Located in Chiaramonte Gulfi, 15 miles from Castello di Donnafugata, Southeast Hotel provides accommodations with an outdoor swimming pool, free private parking, a garden and a shared lounge. With free WiFi, this 3-star hotel offers room service and luggage storage space. Guests can use a bar.

Apartment address: 10, Waterline Court, Flat 9, Triq is-salini, Marsascala, MSK 3010, Malta Nr 9, MSK 3010 Marsaskala, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Family rooms • Non-smoking rooms

Peaceful penthouse with views

star iconstar iconstar iconstar icon

Peaceful penthouse with views

Bike rental and car rental are available at this condo hotel, and the area is popular for cycling. Guests can enjoy the outdoor swimming pool and garden at the condo hotel.

Apartment address: 291 Triq Tal Gardiel, MSK 3806 Marsaskala, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Family rooms • Non-smoking rooms

Marsaskala Sea View Duplex Penthouse - Mive Properties

star iconstar iconstar iconstar icon

Marsaskala Sea View Duplex Penthouse - Mive Properties

This 1-bedroom apartment comes with a fully equipped kitchen, a seating area, a dining area, and a flat-screen TV. The accommodation is non-smoking.

Apartment address: Triq L-Imriekeb, Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi

2 Bedroom Penthouse with country and sea views

2 Bedroom Penthouse with country and sea views

Mount Daruma is 14 miles from Laforet Shuzenji Sanshisuimei, while Koibito Misaki Cape is 21 miles away. The nearest airport is Oshima Airport, 56 miles from the ryokan."

Apartment address: 291, Harmony Court, Flat 9 Triq tal-Gardiel, MSK 3807 Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are allowed on request.

Most popular facilities

Free WiFi • Non-smoking rooms

White Lotus, Modern Large-Terraced Penthouse in Marsascala

star iconstar iconstar iconstar icon

White Lotus, Modern Large-Terraced Penthouse in Marsascala

"B's Strandappartementen enjoys a location in Domburg, a 5-minute walk from Domburg Beach and 1.4 miles from Oostkapelle Beach.

Apartment address: 19 Triq In-Nadur Flat 4, Onyx Court, MSK 3719 Marsaskala, Malta

parking
Free public parking is available at a location nearby (reservation is not needed).
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking • Family rooms • Non-smoking rooms

Marsaskala 1 bedroom penthouse

Marsaskala 1 bedroom penthouse

A mini-market is available at the vacation home.

Apartment address: Triq L-Imriekeb, MSK 3535 Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Free!Pets are allowed.

Most popular facilities

Free WiFi

Industrial Movie Set Style 2 Bedroom Penthouse With Large Terrace

star iconstar iconstar icon

Industrial Movie Set Style 2 Bedroom Penthouse With Large Terrace

"Set in Castelbuono, Villarose features a garden. Free WiFi is available.

Apartment address: 73 Triq Id-Dolmen JADE COURT PH 4, MSK 3353 Marsaskala, Malta

parking
No parking available.
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi

Penthouse with sea view

Penthouse with sea view

All units feature a private bathroom, flat-screen TV, fully equipped kitchenette, and balcony.

Apartment address: Penthouse 7,no 9 Vista point Mansions A, triq Hurd's bank, MSK 1502 Marsaskala, Malta

parking
Free public parking is available on site (reservation is not needed).
family
Children not allowed.
pets
Pets are not allowed.

Most popular facilities

Free WiFi • Free parking

Sea Breeze Duplex Penthouse

star iconstar iconstar iconstar icon

Sea Breeze Duplex Penthouse

Formia Harbor is 14 miles from the accommodation, while Park of Gianola is 11 miles from the property. The nearest airport is Naples International Airport, 45 miles from Villa Rosa Lifestyle B&B."

Apartment address: 125 Triq is-Silla, Marsaskala, Malta

parking
No parking available.
family
Children of all ages are welcome.
pets
Pets are not allowed.

Most popular facilities

Free WiFi