skip to Main Content

Looking for information on salaries for skilled trades workers and industrial management positions in Canada? We’ve put together some samples that will help you get an idea of the compensation ranges.
We are working to expand this data so be sure to bookmark this page and check back for the latest. If you don’t see the category you’re looking for, request it here.

You can also browse the latest job postings by category and province using the sidebar on the right. And, be sure to send us your resume to keep on file even if you don’t see a particular job you’re interested in right now!

// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });