Aerator with external thread 508 PL, Chrome

The photographs are for illustrative purposes only.
Get AI analytics on product Aerator with external thread 508 PL, Chrome:
1.01€/pc.
Ex Tax: 0.81€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-0443388MASP
EAN Code: 4750667079630
Qty
Tags:

Faucet aerator with external male thread — model 508PL (24 mm)

Compact aerator/sieve designed to fit mixer taps with an external thread, model 508PL, 24 mm, for improving water flow and providing basic filtration.

Key Benefits


    Simple attachment to mixers with external thread
  • Improves water flow quality and reduces splashing
  • Acts as a sieve to catch debris
  • Compatible with mixers sized 24 mm
  • Cost-effective replacement part
  • Reliable performance for everyday use

Applications

Suitable for use where a mixer aerator/sieve is required; check application compatibility with faucet thread type.


    Kitchen sink mixer taps
  • Bathroom basin mixers
  • Laundry or utility room taps
  • Commercial washbasins and service sinks
  • Replacement part for existing mixers

What to Consider When Choosing


    Thread type compatibility — this unit has an external thread
  1. Size — verify the 24 mm dimension matches your faucet
  2. Model matching — confirm 508PL fits your mixer design
  3. Intended application — kitchen, bathroom or utility use
  4. Ease of installation and future maintenance

Specifications


    Product type: Aerator / sieve for mixer
  • Thread: external
  • Model: 508PL
  • Size: 24 mm

Why Buy from SityPro


    Buy online at SityPro with clear features and product info
  • Competitive price and transparent listing of benefits
  • Convenient ordering and fast delivery to Estonia and Finland
  • Local customer support for questions and compatibility
  • Secure payment options and reliable order processing

Description provided by sitypro.com

Aerator with external thread 508 PL, Chrome
Write a review

Also looking for

rempro rempro-mobile

Frequently asked questions about the Аэратор для смесителя M 508 PL, HROMS

What is the Aerator with external thread 508 PL, Chrome and what does it do?

Aerator with external thread 508 PL, Chrome is a compact 24 mm external-thread (model 508PL) aerator/sieve for mixer taps. It improves water flow, reduces splashing and acts as a basic sieve to catch debris, making it a simple replacement part for standard mixers.

Will the Aerator 508 PL fit a 24 mm external-thread mixer?

Yes. The 508 PL aerator is specifically designed for 24 mm external-thread (model 508PL) mixers and fits directly onto that thread type without extra adapters.

How do I install the 508 PL aerator on my mixer?

Remove the old aerator, thread the 508 PL onto the 24 mm external thread and tighten by hand until snug. Use a cloth and spanner if needed to protect the chrome finish while tightening.

What is the 508 PL aerator made of and what size is it?

The aerator features a chrome-like finish and a compact body designed for a 24 mm external thread (model 508PL). The thread diameter is 24 mm and the unit requires no extra mounting hardware.

What debris does the 508 PL sieve catch and how often should I clean it?

The aerator/sieve catches larger particles and sand to prevent debris entering the mixer. Check and rinse the sieve every 1–3 months as required depending on water quality and usage.

Is the 508 PL aerator suitable for kitchen and bathroom mixers?

Yes. The 508 PL fits kitchen sink mixers, bathroom basin mixers and other mixers with a 24 mm external thread, improving flow and protecting against larger debris.

How does the 508 PL differ from standard aerators without a sieve?

The 508 PL combines aeration with a sieve function: it improves flow and reduces splashing while trapping larger debris. Standard aerators without a sieve typically don’t filter particles as effectively.

Can this aerator be used as a spare part for MAGMA mixers?

Yes, the M 508 PL is suitable as a replacement part for mixers with a 24 mm external thread matching model 508PL. The model marking helps when selecting equivalents for repairs.

Do I need a seal or thread adapter to install it?

Usually no: the 508 PL is designed for direct attachment to a 24 mm external thread without an extra seal or adapter. If your faucet has a non-standard thread, verify the 24 mm compatibility first.

How do I know I should replace my aerator with the 508 PL?

Check the faucet’s external thread diameter: if it’s 24 mm and matches model 508PL, the 508 PL is the correct replacement. Also replace when flow deteriorates, blockages occur, or the existing piece is damaged.

Where to buy Aerator with external thread 508 PL, Chrome?

You can buy Aerator with external thread 508 PL, Chrome in our online store for 0.81€. Category: Spare parts for taps.

What is the price of Aerator with external thread 508 PL, Chrome?

The current price of Aerator with external thread 508 PL, Chrome is 0.81€. Brand: MAGMA.

Aerator with external thread 508 PL, Chrome — specifications and description

Model: 000-0443388MASP. Category: Spare parts for taps. Brand: MAGMA. Price: 0.81€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');