Contact
EN - English
NL - Nederlands
EN - English
FR - Français
DE - Deutsch
Solution

Sales
Sales
Efficient from lead to booking

Invoicing
Invoicing
Never miss an invoice again

Planning
Planning
Always the optimal schedule

Insights
Insights
Datadashboard with all your KPIs

Exeution
Execution
All employees fully informed

Integrations
Integrations
Connect to your ICT environment

Storage
Storage
Make storage work for you
For whom

Startups
Startups
Save time to grow your business

SME
SME
Work smarter with Bas

Enterprise
Enterprise
Collaborate optimally
References
Pricing
Switch
Blog
Request demo
Text Link
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AI moving survey: the camera watches and counts for you | Bas</title> <meta name="description" content="Discover how AI-powered surveys are transforming moving estimates. The camera recognizes furniture automatically - you no longer need to count or select items."> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --blue-500: #3A78F2; --blue-700: #1249B7; --blue-900: #021B4E; --blue-100: #E8F0FE; --blue-50: #F4F8FF; --white: #FFFFFF; --gray-100: #F5F7FA; --gray-200: #E4E7EB; --green-500: #10B981; } body { font-family: 'DM Sans', sans-serif; color: var(--blue-900); line-height: 1.6; background: var(--white); } a { color: var(--blue-500); text-decoration: none; } a:hover { text-decoration: underline; } .article { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; } /* Header */ .article-header { margin-bottom: 40px; } .article-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; } .article-category { font-size: 18px; font-weight: 700; color: var(--blue-500); } .article-meta-dot { font-size: 18px; font-weight: 700; color: var(--blue-900); } .article-read-time { font-size: 18px; font-weight: 700; color: var(--blue-500); } .article-title { font-size: clamp(32px, 5vw, 48px); font-weight: 700; line-height: 1.125; letter-spacing: -0.01em; color: var(--blue-900); margin-bottom: 20px; } .article-intro { font-size: 20px; line-height: 1.5; color: var(--blue-900); } /* Hero Image */ .article-hero { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 32px; margin-bottom: 48px; display: block; } /* Content */ .article-content { display: flex; flex-direction: column; gap: 24px; } .lead-text { font-size: 24px; font-weight: 700; line-height: 1.4; color: var(--blue-700); } p { font-size: 16px; line-height: 1.5; color: var(--blue-900); } h2 { font-size: 28px; font-weight: 700; color: var(--blue-900); margin-top: 16px; } h3 { font-size: 20px; font-weight: 700; color: var(--blue-900); margin-top: 8px; } /* Highlight box */ .highlight-box { background: var(--blue-50); border-left: 4px solid var(--blue-500); padding: 24px 32px; border-radius: 0 16px 16px 0; } .highlight-box p { font-size: 18px; font-weight: 500; color: var(--blue-700); font-style: italic; } /* Big number */ .big-number { display: flex; flex-direction: column; align-items: center; padding: 32px; background: var(--blue-500); border-radius: 24px; text-align: center; } .big-number-value { font-size: 64px; font-weight: 700; color: var(--white); line-height: 1; } .big-number-label { font-size: 18px; color: var(--blue-100); margin-top: 8px; } /* Info cards */ .info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; } .info-card { background: var(--blue-50); border-radius: 16px; padding: 20px; text-align: center; } .info-card-value { font-size: 32px; font-weight: 700; color: var(--blue-500); } .info-card-label { font-size: 14px; color: var(--blue-700); margin-top: 4px; } /* Comparison box */ .comparison-box { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 24px; background: var(--gray-100); border-radius: 20px; } .comparison-item { text-align: center; } .comparison-label { font-size: 14px; color: var(--blue-700); margin-bottom: 4px; } .comparison-value { font-size: 28px; font-weight: 700; color: var(--blue-900); } .comparison-arrow { font-size: 32px; color: var(--blue-500); } .comparison-result { color: var(--blue-500); } /* List */ ul { padding-left: 24px; } li { font-size: 16px; line-height: 1.6; margin-bottom: 8px; color: var(--blue-900); } li strong { color: var(--blue-700); } /* CTA Section */ .cta-section { background: var(--blue-700); border-radius: 24px; padding: 60px 40px; text-align: center; margin-top: 16px; } .cta-section h2 { color: var(--white); font-size: 32px; margin-bottom: 16px; } .cta-section p { color: var(--white); font-size: 18px; line-height: 1.5; margin-bottom: 24px; opacity: 0.9; } .cta-button { display: inline-flex; align-items: center; gap: 6px; background: var(--blue-900); color: var(--white); font-size: 20px; font-weight: 700; padding: 12px 20px; border: none; border-radius: 6px; text-decoration: none; transition: opacity 0.2s; } .cta-button:hover { opacity: 0.9; text-decoration: none; } .cta-button::after { content: '>'; font-size: 20px; } /* Summary box */ .summary-box { background: var(--blue-50); border-radius: 20px; padding: 32px; } .summary-box h3 { color: var(--blue-700); margin-bottom: 16px; } .summary-list { list-style: none; padding: 0; } .summary-list li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--blue-100); } .summary-list li:last-child { border-bottom: none; } .summary-list .label { color: var(--blue-700); } .summary-list .value { font-weight: 600; color: var(--blue-900); } /* Sources */ .sources { font-size: 14px; color: var(--blue-700); padding-top: 24px; border-top: 1px solid var(--gray-200); } .sources strong { color: var(--blue-900); } /* Tablet - 991px */ @media (max-width: 991px) { .article { padding: 32px 20px 60px; } .article-title { font-size: 40px; } .article-intro { font-size: 18px; } .lead-text { font-size: 22px; } h2 { font-size: 26px; } .big-number-value { font-size: 56px; } .cta-section { padding: 48px 32px; } .cta-section h2 { font-size: 28px; } .info-cards { grid-template-columns: repeat(3, 1fr); } } /* Mobiel liggend - 767px */ @media (max-width: 767px) { .article { padding: 24px 16px 48px; } .article-header { margin-bottom: 32px; } .article-title { font-size: 32px; margin-bottom: 16px; } .article-intro { font-size: 17px; } .article-hero { border-radius: 20px; margin-bottom: 32px; } .article-content { gap: 20px; } .lead-text { font-size: 20px; } h2 { font-size: 24px; } h3 { font-size: 18px; } .big-number { padding: 24px; border-radius: 20px; } .big-number-value { font-size: 48px; } .big-number-label { font-size: 16px; } .info-cards { grid-template-columns: 1fr; gap: 12px; } .info-card { padding: 16px; } .info-card-value { font-size: 28px; } .comparison-box { grid-template-columns: 1fr; gap: 12px; padding: 20px; } .comparison-arrow { transform: rotate(90deg); } .comparison-value { font-size: 24px; } .highlight-box { padding: 20px 24px; } .highlight-box p { font-size: 16px; } .summary-box { padding: 24px; border-radius: 16px; } .summary-list li { flex-direction: column; gap: 4px; padding: 10px 0; } .summary-list .value { font-size: 15px; } .cta-section { padding: 40px 24px; border-radius: 20px; } .cta-section h2 { font-size: 24px; } .cta-section p { font-size: 16px; } .cta-button { font-size: 18px; padding: 12px 18px; } } /* Mobiel staand - 479px */ @media (max-width: 479px) { .article { padding: 20px 12px 40px; } .article-meta { gap: 6px; } .article-category, .article-meta-dot, .article-read-time { font-size: 16px; } .article-title { font-size: 26px; } .article-intro { font-size: 16px; } .article-hero { border-radius: 16px; margin-bottom: 24px; } .lead-text { font-size: 18px; } p { font-size: 15px; } h2 { font-size: 22px; } h3 { font-size: 16px; } ul { padding-left: 20px; } li { font-size: 15px; } .big-number { padding: 20px; } .big-number-value { font-size: 40px; } .big-number-label { font-size: 14px; } .info-card { padding: 14px; border-radius: 12px; } .info-card-value { font-size: 24px; } .info-card-label { font-size: 13px; } .comparison-box { padding: 16px; border-radius: 16px; } .comparison-value { font-size: 22px; } .comparison-label { font-size: 13px; } .highlight-box { padding: 16px 20px; border-radius: 0 12px 12px 0; } .highlight-box p { font-size: 15px; } .summary-box { padding: 20px; } .summary-box h3 { font-size: 18px; } .summary-list .label { font-size: 14px; } .summary-list .value { font-size: 14px; } .cta-section { padding: 32px 20px; border-radius: 16px; } .cta-section h2 { font-size: 20px; } .cta-section p { font-size: 15px; } .cta-button { font-size: 16px; padding: 10px 16px; gap: 5px; } .cta-button::after { font-size: 16px; } .sources { font-size: 13px; } } </style> </head> <body> <article class="article"> <!-- Header --> <header class="article-header"> <div class="article-meta"> <span class="article-category">Technology</span> <span class="article-meta-dot">&bull;</span> <span class="article-read-time">6 min</span> </div> <h1 class="article-title">AI moving survey: the camera watches and counts for you</h1> <p class="article-intro">Forget manually clicking on furniture or filling in endless inventory lists. With AI-powered surveys, the camera automatically recognizes what is in frame - and converts it to volume.</p> </header> <!-- Hero Image placeholder - will be set via Webflow CMS --> <img src="https://s3.amazonaws.com/webflow-prod-assets/671a2b3d0c3830f284c6ac20/6983d193d7c141ae0c611e03_image-1770246273819.jpeg" alt="AI survey for moving companies - smartphone with video call where AI automatically recognizes furniture in a living room with moving boxes" class="article-hero"> <!-- Content --> <div class="article-content"> <p class="lead-text">You know the feeling. You are on the phone with a customer who wants to move. She describes her home. Three bedrooms, two bathrooms, an attic full of stuff. You try to form a picture. But honestly? You are in the dark.</p> <p>How many cubic meters will this be? How many movers do you need? How many hours will it take? You make an estimate, send a <a href="https://bas.software/blog/transparante-offertes">quote</a>, and hope it is right.</p> <p>Sometimes it is right. Often it is not.</p> <p>Estimated too low? Then you work below cost. Too high? Then you lose the job to a competitor. It is guesswork. And that while your <a href="https://bas.software/blog/je-verhuizer-kost-geen-twintig-euro-per-uur">labor costs</a> keep rising every year.</p> <p><strong>But what if technology could eliminate the guesswork?</strong></p> <h2>What is AI-powered surveying for moves?</h2> <p>AI-powered surveying is a new way to estimate moves. Instead of visiting the property or blindly trusting what the customer tells you, you use video. The customer - or your surveyor - walks through the home with a smartphone. The camera captures everything.</p> <p>So far this may sound familiar. Video surveying has been around for a while. But here is where things change.</p> <div class="highlight-box"> <p>"With traditional video surveying, the surveyor still has to manually select and count each piece of furniture. With AI-powered surveying, the computer does that automatically."</p> </div> <p>The AI watches along. As the camera moves through the living room, the system automatically recognizes the sofa, the coffee table, the bookcase, the television. It counts the chairs around the dining table. It spots the boxes in the attic.</p> <p>Everything is instantly converted to volume and quantities. Without you or your surveyor having to click on anything.</p> <h2>How does it work in practice?</h2> <p>Imagine: a customer requests a quote through your website. Instead of scheduling a home visit, you send a link for a video call. Or the customer records a video and sends it in.</p> <p>The customer picks up the phone and walks through the home. Room by room. The AI analyzes the footage in real-time.</p> <div class="info-cards"> <div class="info-card"> <div class="info-card-value">15 min</div> <div class="info-card-label">Average video survey</div> </div> <div class="info-card"> <div class="info-card-value">95%</div> <div class="info-card-label">AI accuracy</div> </div> <div class="info-card"> <div class="info-card-value">Instant</div> <div class="info-card-label">Volume calculation</div> </div> </div> <p>Afterwards you have a complete inventory list. Automatically generated. With volumes, quantities, and categories. Ready to process in your <a href="https://bas.software/oplossing/verkoop">survey tool</a>.</p> <h3>What does the AI recognize?</h3> <p>Modern AI systems are trained on thousands of images of interiors. They recognize virtually everything you encounter in a household:</p> <ul> <li><strong>Large furniture</strong> - sofas, wardrobes, beds, tables, desks</li> <li><strong>Small items</strong> - chairs, lamps, plants, decorations</li> <li><strong>Boxes and storage</strong> - moving boxes, plastic bins, suitcases</li> <li><strong>Equipment</strong> - televisions, computers, kitchen appliances</li> <li><strong>Special items</strong> - pianos, bicycles, sports equipment</li> </ul> <p>The system also estimates dimensions. A three-seater sofa is calculated differently than a two-seater. A king-size bed differently than a single bed.</p> <h2>What is the difference from traditional video surveying?</h2> <p>You might think: we already do video surveys. What is the difference?</p> <p>With traditional video surveying, the surveyor watches along via a video call. He asks the customer to point the camera at the wardrobe in the corner, asks how deep it is, and notes it down manually. Or he reviews a recording afterwards and clicks on each item in an inventory system.</p> <p><strong>That takes time. A lot of time.</strong></p> <div class="comparison-box"> <div class="comparison-item"> <div class="comparison-label">Manual surveying</div> <div class="comparison-value">45-60 min</div> </div> <div class="comparison-arrow">&gt;</div> <div class="comparison-item"> <div class="comparison-label">AI survey</div> <div class="comparison-value comparison-result">15-20 min</div> </div> </div> <p>With AI-powered surveying you no longer need to count. You no longer need to select. You no longer need to estimate. The AI does the work while the video runs.</p> <p>That means your surveyor can process three times as many requests in the same time. Or that you no longer need a surveyor at all for standard moves.</p> <h2>What advantages does AI surveying offer your moving company?</h2> <p>AI-powered surveying offers concrete advantages for your operations. It goes beyond just saving time.</p> <h3>More accurate quotes</h3> <p>How often does a move turn out bigger than expected? The customer forgot to mention the attic. Or the garage full of boxes. With video you miss nothing. The AI sees what is there - including the items the customer forgets.</p> <p>The result: fewer surprises on moving day. Fewer disputes about the invoice. Higher customer satisfaction.</p> <h3>Send quotes faster</h3> <p>In the moving industry, the fastest responder often wins. Customers request multiple quotes. Whoever sends a professional quote first has the advantage.</p> <p>With AI-powered surveying you can send a complete quote within an hour after the video call. While your competitor is still scheduling a home visit.</p> <h3>Lower cost per lead</h3> <p>A home visit easily costs you an hour - not counting travel time. With ten requests per week, that is a full working day. While only a fraction of those requests actually become customers.</p> <p>With video surveying you save that travel time. And with AI-powered surveying you also save the time the surveyor spends working out the inventory.</p> <div class="big-number"> <div class="big-number-value">70%</div> <div class="big-number-label">Less time per survey compared to home visits</div> </div> <h3>Better planning</h3> <p>An accurate volume estimate also helps with <a href="https://bas.software/oplossing/planning">planning</a>. You know exactly how many cubic meters you need to move. You can schedule the right number of people and the right vehicles.</p> <p>No more surprises where your team turns out to be too small for the job. Or where you drive with a half-empty truck.</p> <h2>Does it work for every type of move?</h2> <p>AI-powered surveying works best for standard residential moves. Apartments, terraced houses, detached homes. Most private moves, in other words.</p> <p>For complex situations - large commercial moves, antiques, art, special equipment - personal contact remains valuable. The AI does recognize that there is a grand piano, but cannot assess how it is best transported.</p> <p>But for the vast majority of your requests, AI-powered surveying is the answer. It is fast, accurate, and scalable.</p> <h2>How do you get started with AI surveying?</h2> <p>The technology is available. More and more moving companies are experimenting with it or have already fully integrated it into their workflow.</p> <p>In Bas we have built the AI survey tool into the <a href="https://bas.software/oplossing/verkoop">sales module</a>. You can start a video survey directly from the system with the customer. The AI analyzes the footage and fills in the inventory list automatically.</p> <p>From there you calculate the volume, determine the number of hours and movers, and generate a professional quote. All in a streamlined workflow.</p> <h3>The next step in digitalization</h3> <p>AI-powered surveying fits into the broader trend of <a href="https://bas.software/blog/digitalisering">digitalization</a> in the moving industry. More and more processes are being automated. From <a href="https://bas.software/blog/sturen-op-data---hoe-verhuisbedrijven-hun-prestaties-kunnen-verbeteren">data analysis</a> to time tracking.</p> <p>Companies that embrace this technology work more efficiently. They can process more requests with fewer people. They make fewer mistakes. They offer a better customer experience.</p> <p>And in a market where <a href="https://bas.software/blog/vrachtwagenheffing-2026-verhuizers">costs are rising</a> and good employees are scarce, that is the difference between profit and loss.</p> <div class="summary-box"> <h3>AI surveying at a glance</h3> <ul class="summary-list"> <li><span class="label">How does it work?</span><span class="value">Video + AI recognition</span></li> <li><span class="label">Time savings</span><span class="value">Up to 70% per survey</span></li> <li><span class="label">Accuracy</span><span class="value">95% or higher</span></li> <li><span class="label">Suitable for</span><span class="value">Standard residential moves</span></li> <li><span class="label">Result</span><span class="value">Faster, more accurate quotes</span></li> </ul> </div> <!-- CTA --> <div class="cta-section"> <h2>Discover how AI surveying works in Bas</h2> <p>Curious how you can quote faster and more accurately with video surveying and AI?<br>Book a demo and we will show you.</p> <a href="https://bas.software/demo" class="cta-button">Book your demo now</a> </div> <!-- Sources --> <div class="sources"> <strong>Sources:</strong> Bas Software AI survey tool, internal data from moving companies, moving industry market research 2026. </div> </div> </article> </body> </html>

Vind je dit artikel leuk? Deel nu

LinkedInFacebookWhatsAppDeel

Recente blogartikelen

News
•
5 minutes
From Excel and chaos to overview in 1 platform
Innovation
•
5 minutes
Electric moving: how far the industry has come in 2026
News
•
6 minutes
Finding staff: 5 tips to attract drivers

Werk ook efficiënter met de meest complete software voor de verhuizer

Neem contact met ons op voor meer informatie of boek direct een demo.
In 30 minuten weet jij hoe Bas jouw bedrijf kan helpen.
Boek nu je demo
Bas was developed by moving companies for moving companies.
The most comprehensive software for your moving company, enabling you to manage every move smoothly and clearly.
General terms and conditionsPrivacy policy
Solution
SalesPlanningExecutionStorageInvoicingInsightsIntegrations
For whom
StartupSMEEnterprise
More
ReferencesPricingSwitch
Bas.
ContactAbout usVacaturesRoadmapBlog
Contact
+31 (0) 85 30 33 415
KVK 80229646
info@bas.software