Location
Peterhead, Scotland, United Kingdom
Posted
July 22, 2026
Job Description
Building a sustainable tomorrow
We are seeking an experienced M&E Quantity Surveyor to join our commercial team on the landmark Eastern Green Link 2 (EGL2) project based in Peterhead. This is an exciting opportunity to play a key role in one of the UK's most significant energy infrastructure projects, supporting the successful commercial delivery of major mechanical and electrical works.
Working closely with the Commercial Manager and project delivery teams, you will be responsible for managing the commercial aspects of M&E packages from procurement through to final account, ensuring value is maximised while maintaining strong client and subcontractor relationships.
{
navMenu.classList.toggle('active');
const icon = mobileMenuBtn.querySelector('.fa-icon');
if (navMenu.classList.contains('active')) {
icon.className = 'fa-icon fa-times';
} else {
icon.className = 'fa-icon fa-bars';
}
});
}
// Close mobile menu when clicking on a link
const navLinks = document.querySelectorAll('.nav-menu a');
navLinks.forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.remove('active');
if (mobileMenuBtn) {
mobileMenuBtn.querySelector('.fa-icon').className = 'fa-icon fa-bars';
}
});
});