Opens in a new tab
function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Tuesday, April 30 2024, 5.25am

Airbnb charges a “service fee” averaging 17.08% on bookings, generating significant revenue from luxury rentals on Ibiza. For instance, renting the exclusive Tagomago villa, which goes for €35,000 per night with a minimum five-night stay, results in a service fee of €29,894. Despite its high price, this villa shows no bookings for the season. Meanwhile, Villa Caroline, with varying rates peaking at €18,750 per night in May, has several bookings, illustrating a lucrative return for Airbnb through its service fees. The platform lists around 4,000 properties on Ibiza, including 24 exceeding €10,000 per night, generating minimum nightly fees of €1,708. The platform’s earnings from these properties can reach over €60,000 per night. Additionally, Airbnb collects taxes on legally licensed tourist accommodations, which can add around 10% to the rental cost, handled differently from service fees. For the full article, please visit Diario de Ibiza website here.