Smartmove removalists in Newcastle

Looking for a Rewarding Career with a Great Team?

Are you looking for an exciting job opportunity at a fun, inclusive, fast-growing company that pays well? Smartmove is hiring! Our business is expanding fast, and we need enthusiastic, energetic team players who want to make a difference and own what they do.

Smartmove is proud to be a family-owned business. We’re confident our moving crews are the best removalists in Sydney. We wear our uniforms with pride and are faultlessly respectful, courteous, hard-working, and professional, to customers and each other.

Our leadership team hires carefully to make sure we have crews who know how to make moving day efficient, safe, and clean. Everyone we hire commits to our values to work hard, take care, and listen to the customer.

Why people choose Smartmove

At Smartmove, we work alongside you to make your move as easy as possible!

Smartmove Sales Consultant

Smartmove is hiring a Sales Consultant

About the role: Sales Consultant

We’re expanding our team of Sales Consultants to help meet demand from our fast-growing business. Working from our Northern Beaches HQ office in Brookvale, you’ll report directly to our Operations Manager. Our Sales Consultants coordinate client bookings, manage and instruct the removal teams on the details of each removal, plan the removal teams and vehicles into the schedule, and build connections with clients to help reduce their relocation stress.

  • Respond to incoming phone and email customer enquiries promptly.
  • Create quotations and proposals to match customer needs.
  • Organise in-home consultations.
  • Promote our full range of services.
  • Allocate fleet vehicles to booked jobs.
  • Create work schedules for removal crews.
  • Help resolve service issues.
  • Prioritise effectively in a fast-paced environment.
  • Capture feedback to improve our services.
  • Represent our brand professionally in every interaction.

  • Part time
  • Permanent full time

Sales or customer service experience is ideal. We value listening, patience, and the ability to reduce stress for customers during relocations.

What you bring:

  • Excellent communication and listening skills.
  • Sound problem solving and ownership of issues.
  • Strong time and resource management.
  • Great admin skills and digital literacy.
  • Process focus with a mindset for improvement.
  • Comfort working independently and in a team.
  • Ability to prioritise and manage a busy workload.
  • Self motivation and professionalism.

For Sales Consultants with experience in the industry, this is a great opportunity to join a leading fast-growth brand. If you’re new to the industry but have Sales or Customer Service experience, give us a call. We offer training support and coaching to help you get started in a rewarding industry.

Ready to get started with a great new Sales role? Call us on 1300 762 786 (and ask for Dom or Jo) or email your CV to jobs@smart-move.com.au.


Smartmove Removalist Drivers and Offsiders

Smartmove is hiring Removalist Drivers and Offsiders

About the role: Removalist Drivers and Offsiders

Due to rapid growth we’re expanding our crew for commercial and residential moves across Sydney and up the coast. You’ll report directly to your Team Leader from our Northern Beaches HQ.

  • Immediate start
  • Flexible hours
  • Permanent work available
  • Steady work
  • Competitive above award rates
  • Job security
  • Local travel
  • Interstate removals as needed
  • Friendly team environment
  • Access to quality moving and safety equipment

  • Part time
  • Permanent full time
  • Temporary
  • Casual

  • Collect daily work schedules from the sales team.
  • Drive a vehicle or travel with a crew to site.
  • Pack and label items, load vehicles, deliver to storage or the new address.
  • Answer on-site customer enquiries.
  • Capture feedback to improve services.
  • Represent our brand professionally at all times.

What you bring:

  • Experience with office or residential relocations is ideal. Training provided.
  • Valid driving licence and good record for driver roles.
  • Calm, patient, and positive attitude.
  • Physical strength and safe handling skills.
  • Team player with solid communication.
  • Punctual, self-motivated, and solution focused.
  • Professional presentation and conduct.
  • Australian resident or citizen, or relevant working visa.
  • Forklift capability is a bonus.

For experienced Removalists, this is a great opportunity to join a leading fast-growth brand. If you’re new to the industry and like what you’re seeing above, give us a call. We offer training support and coaching to help you get started in a rewarding industry.Our Removals crews have the opportunity to relocate and work in our inter and intra-state depots following completion of Smartmove’s full induction and training program.

Ready to learn more? Please call us on 1300 762 786 (and ask for Dom or Jo) or email your CV to jobs@smart-move.com.au.


Smartmove Delivery Drivers

Smartmove is hiring Delivery Drivers

About the role: Delivery Drivers

Our growth means we need reliable delivery drivers to join our friendly family business. Based at our Northern Beaches HQ, you’ll report to the Operations Manager.

  • Manual loading and unloading of the delivery van.
  • Deliver Smartmove and Boomerang Box packing materials to clients.
  • Check inventory from warehouse to vehicle to client address.
  • Ensure safe and efficient deliveries.
  • Navigate streets and parking with awareness of restrictions.
  • Light vehicle care including cleaning and refuelling.
  • Liaise with sales and removals teams as required.

  • Part time
  • Full time

What you bring:

  • Friendly, professional, well presented, strong communication.
  • Calm, patient, and positive attitude.
  • Confidence meeting deadlines.
  • Work well solo and in a team.
  • Punctual, self-motivated, and good problem solving.
  • Professional brand representation.
  • Valid driving licence and sound driving record.
  • Australian work authorisation.
  • Ability to check packing sheets efficiently and solve issues.

For experienced Drivers, this is a great opportunity to join a leading fast-growth brand. If you’re a new Driver and like what you’re seeing above, give us a call. We offer training support and coaching to help you get started in a rewarding industry.

Interested? Please call us on 1300 762 786 (and ask for Dom or Jo) or email your CV to jobs@smart-move.com.au.

Get a fast, tailored quote from a local moving expert!

Tell us a few details about your move and we’ll do the rest. Our friendly local team will prepare a personalised quote that fits your needs and schedule, with clear pricing and honest advice along the way.

QUICK QUOTE tag) document.addEventListener('DOMContentLoaded', function() { // Get current page URL path let currentPath = window.location.pathname; // Normalize the path - remove trailing slash for comparison currentPath = currentPath.replace(/\/$/, '') || '/'; // Get all nav links const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href - remove trailing slash let normalizedHref = href.replace(/\/$/, '') || '/'; // Special case: if we're on root (/) and link is /home, mark as active if (currentPath === '/' && normalizedHref === '/home') { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // Check if current path matches the link href exactly if (currentPath === normalizedHref) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // For dropdown parent items, check if current path starts with the href if (normalizedHref !== '/' && normalizedHref !== '/home' && currentPath.startsWith(normalizedHref)) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } } }); // Also check dropdown items const dropdownLinks = document.querySelectorAll('.dropdown-item'); dropdownLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref) { link.classList.add('active'); // Add active to parent dropdown nav-item const parentDropdown = link.closest('.nav-item.dropdown'); if (parentDropdown) { parentDropdown.classList.add('active'); const parentLink = parentDropdown.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); // Also check mega menu links const megaLinks = document.querySelectorAll('.mega-tile'); megaLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref || currentPath.startsWith(normalizedHref + '/')) { link.classList.add('active'); // Add active to parent mega menu nav-item const parentMega = link.closest('.nav-item.mega-parent'); if (parentMega) { parentMega.classList.add('active'); const parentLink = parentMega.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); });// JavaScript to make parent links clickable and use hover on desktop document.addEventListener("DOMContentLoaded", function () {// Desktop hover open if (window.innerWidth >= 992) { document.querySelectorAll('.nav-item.dropdown, .nav-item.mega-parent') .forEach(function (dropdown) {dropdown.addEventListener('mouseenter', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.add('show'); });dropdown.addEventListener('mouseleave', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.remove('show'); }); });// Prevent dropdown-toggle from blocking navigation document.querySelectorAll('.nav-link.dropdown-toggle') .forEach(function (toggle) { toggle.addEventListener('click', function (e) { // Allow navigation on desktop const href = this.getAttribute('href'); if (href && href !== '#' && href !== '') { window.location = href; } }); }); } });