HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

Everything you wish the auction catalog told you ahead of time!

Inspections are our professional opinion. Bidders should always conduct their own due diligence.

browse these inspections
from previous auctions!

UPCOMING AUCTIONS WE COVER!
ALL OF THESE AND MORE!


McGrew Equipment-Seven Valleys PA
June 9, 2026
Kurtz Trading Auction - Littlestown, PA
June 10, 2026
Jeff Martin -Londonderry NH
June 11, 2026
Rebel Auction - Hazlehurst GA
June 11, 2026
Jeff Martin - Louden NH
June 13, 2026
Yoder & Frey - Atlanta GA
June 18, 2026
Don Smock/DSA - Pendleton IN
June 19, 2026
Jeff Martin - Winchester MA
June 20, 2026
Richie Bros - Northeast MD | North Franklin CT | Butner NC | Burgetts.PA
June 23, 2026
McGrew Equipment - Seven Valleys PA
June 23, 2026
Richie Bros - Morris, IL | South Vienna, OH | Medford, MN
June 25, 2026

sign up here to view inspections for upcoming auctions

Questions? Visit our how it works page!

By signing up you agree to our Terms of Service and Privacy Policy.

TRIAL

$99

/month

4 lots per month
$32 per additional

*Single auction only

STARTER

$239

/month

10 lots per month
$29 per additional lot

*Multiple auctions

PLUS

$499

/month

22 lots per month
$26 per additional lot

*Multiple auctions

PRO

$800

/month

40 lots per month
$23 per additional lot

*Multiple auctions

PREMIUM

$999

/month

55 lots per month
$18 per additional lot

*Multiple auctions

We are your eyes at the auction, for about the cost of the fuel to get there

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

HOW IT WORKS

Three steps from the auction straight to you!

Submit questions to: [email protected]

01

We Attend the Auction

We show up in person at every major auction across the east coast and Mid-west, in the weeks and/or days before the auction.

02

We Inspect Every Lot

Our reports give you access to all of the information you wish the auction catalog included. condition of
-Pins/bushings
-Undercarriage
-Drivetrain
-Leaks
-Fault codes
-Engine Health (visable and audible)
-Much more

03

You Get the Full Report

Inspection reports delivered to you before bidding opens. Decide which auctions and lot numbers are worth your time and which ones you can skip.

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

ABOUT US

Born from real experience in the field.

Our lead inspector Adam is a third-generation excavation and paving contractor. From a young age he was around heavy equipment and commercial trucks every day. Eventually he took over the family business as sole owner and operator, then began buying and selling equipment on his own.After years of attending auctions, Adam had plenty of successful purchases. He also bought machines that looked good in the catalog and turned out to be major disappointments. Like so many others, he experienced the frustration of driving 3 to 5 hours or more (plus hotels and lost time) only to discover the equipment was worn out or didn't meet his standards.Knowing that many others shared in the frustration of lost time and money from the auction process, Adam could see there was a need. Bidders should have access to more information than auction catalogs provide. This is when the idea for Bidwise Auction Inspections was born.The vision was simple. For about the cost of gas to drive to a single auction, bidders could get access to the true condition of hundreds of machines from multiple auctions, without ever leaving home. We attend the major auctions so you don't have to. Our team performs inspections and delivers clear reports with photos, videos and honest condition notes. All available before the auction date.Our goal is simple:
Help you know ahead of time which auctions and machines are actually worth your time and money and which ones you can skip. When we show you a list of machines that are in very poor condition, you can skip right over them to the ones that fit your needs.
We also help you discover quality equipment you might have otherwise missed and share practical insights on bidding practices and common pitfalls to watch out for.At Bidwise Auction Inspections, we're committed to providing tremendous value through honest, high-volume reporting so you can bid with confidence and avoid costly mistakes.We hope to exceed your expectations with every report.

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

EQUIPMENT TYPES

Heavy equipment and commercial trucks.

Excavators

Loaders

Dozers

Skid steers

Commercial Trucks and much more

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

SERVICES OFFERED

Everything you need to bid with confidence.

Submit questions to: [email protected]

On-Site Inspections

We attend the major auctions so you don't have to. Thorough, narrated inspections of every lot in our coverage.

Full Reports

Detailed photos, and honest condition notes captured at the auction yard, with
1-10 ratings on main components.

Inspections to you before the sale

Client-ready reports with photos, videos and honest condition notes. All available before the auction date.

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

Watch this video showing how to use our website

BENEFITS

What you get with every report.

Independent Inspections

We don't sell equipment and we are not affiliated with auction houses. Just honest condition reports from the yard.

Save Time and
Travel

Don't waste entire days at auctions looking at machines. Between travel and time spent looking at equipment, auctions can take a couple of days to find the right machine. Using our reports greatly reduces your time spent.

Buy more machines

By using our inspection reports you can focus your efforts solely on machines that fit your needs. Allowing you to find more deals.

Avoid Costly Mistakes

We hope our reports prevent bidders from bidding on machines just because "it's a good deal". Only to find out the hard way, why it was so cheap.

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

INSPECTION REQUESTS

Need a specific lot inspected?
We've got you covered.

IF A LOT NUMBER IS NOT AVAILABLE FROM THE AUCTION HOUSE, YOU CAN ENTER THE STOCK NUMBER.
Submit your request below and we'll add it to our inspection schedule.

Please try to give us at least 5 days notice before auction date. Requests less than 5 days are accepted but reduces our ability to fulfill your request.

Welcome back, !

Submit your lot inspection request below.

Need to manage your subscription? Visit account settings.

Use the same email you subscribed with, so the request is matched to your account.

Separate each lot number with a comma. One inspection credit is used per lot.

(function(){ var WEBHOOK = "https://hook.us2.make.com/ybfggab7zrho1cculvj2iclk8rpy4og5"; var btn = document.getElementById('blr-submit'); var box = document.getElementById('blr-message'); var formWrap = document.getElementById('blr-form'); function note(text, ok){ box.textContent = text; box.style.display = 'block'; box.style.color = ok ? '#FACC15' : '#ff8a80'; } btn.addEventListener('click', function(){ var name = document.getElementById('blr-name').value.trim(); var email = document.getElementById('blr-email').value.trim(); var auctionRecordId = document.getElementById('blr-auction').value; var rawLots = document.getElementById('blr-lots').value; if(!name || !email || !auctionRecordId || !rawLots.trim()){ note('Please fill in every field before submitting.', false); return; } var lots = rawLots.split(/[\s,;]+/).map(function(s){return s.trim();}).filter(function(s){return s.length > 0;}); if(lots.length === 0){ note('Please enter at least one lot number.', false); return; } var payload = { name: name, email: email, auctionRecordId: auctionRecordId, lotNumbers: lots.join(', '), lotCount: lots.length }; var label = btn.textContent; btn.disabled = true; btn.textContent = 'Submitting...'; box.style.display = 'none'; fetch(WEBHOOK, { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify(payload) }) .then(function(res){ return res.text(); }) .then(function(text){ var data = null; try { data = JSON.parse(text); } catch(e){} if(data && data.status === 'success'){ formWrap.style.display = 'none'; note(data.message || 'Your inspection request has been submitted.', true); return; } if(data && data.message){ note(data.message, false); } else if(text && text.trim()){ note(text.trim(), false); } else { note('Something went wrong submitting your request. Please try again, or contact us if it keeps happening.', false); } btn.disabled = false; btn.textContent = label; }) .catch(function(){ note('We could not reach the request system. Please check your connection and try again.', false); btn.disabled = false; btn.textContent = label; }); }); })();

Your inspection requests

The lots you've requested and where each one stands.

Loading your requests...
(function(){ var WEBHOOK = "https://hook.us2.make.com/1270s1kvqevs4oo6q12vifenj14mks7g"; var content = document.getElementById('bi-content'); var emailEl = document.getElementById('bi-email'); if(!content || !emailEl){ return; } function el(tag, style, text){ var n = document.createElement(tag); if(style){ n.setAttribute('style', style); } if(text != null){ n.textContent = text; } return n; } function first(v){ return Array.isArray(v) ? (v[0] || '') : (v || ''); } function statusColors(s){ s = String(s || '').toLowerCase(); if(s.indexOf('inspect') > -1){ return {bg:'rgba(250,204,21,0.18)', fg:'#FACC15'}; } if(s.indexOf('refund') > -1 || s.indexOf('cancel') > -1){ return {bg:'rgba(255,138,128,0.18)', fg:'#ff8a80'}; } return {bg:'rgba(255,255,255,0.12)', fg:'rgba(255,255,255,0.8)'}; } function render(list){ content.textContent = ''; content.setAttribute('style', 'font-size:0.95em;text-align:left;padding:0;'); if(!list || !list.length){ content.appendChild(el('div','padding:16px;opacity:0.7;text-align:center;','No inspection requests yet. Submit one using the form above.')); return; } list.forEach(function(r){ var auction = first(r['Auction Name']) || 'Auction'; var lots = r['Lot Numbers'] || '-'; var status = r['Status'] || 'Pending'; var countVal = r['Number of Lots']; var c = statusColors(status); var card = el('div','background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:10px;padding:16px;margin:0 0 12px;text-align:left;'); var badgeWrap = el('div','margin:0 0 8px;'); badgeWrap.appendChild(el('span','display:inline-block;font-size:0.7em;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;padding:3px 9px;border-radius:999px;background:'+c.bg+';color:'+c.fg+';', status)); card.appendChild(badgeWrap); card.appendChild(el('div','font-weight:700;font-size:1.05em;line-height:1.3;margin:0 0 6px;', auction)); card.appendChild(el('div','font-size:0.9em;opacity:0.85;margin:0 0 2px;', 'Lots: ' + lots)); if(countVal != null && countVal !== ''){ var n = String(countVal); card.appendChild(el('div','font-size:0.8em;opacity:0.55;', n + ' lot' + (n === '1' ? '' : 's') + ' requested')); } content.appendChild(card); }); } function load(email){ fetch(WEBHOOK + '?email=' + encodeURIComponent(email)) .then(function(res){ return res.text(); }) .then(function(text){ var data = null; try { data = JSON.parse(text); } catch(e){} if(Array.isArray(data)){ render(data); } else { content.textContent = 'Could not load your requests right now. Please refresh in a moment.'; } }) .catch(function(){ content.textContent = 'Could not reach the inspection system. Check your connection and refresh.'; }); } var tries = 0; var timer = setInterval(function(){ var email = (emailEl.textContent || '').trim(); if(email){ clearInterval(timer); load(email); } else if(++tries > 40){ clearInterval(timer); content.textContent = 'Log in to see your inspection requests.'; } }, 250); })();

HOME · HOW IT WORKS · BENEFITS · ABOUT · FAQ

FREQUENTLY ASKED QUESTIONS

Questions buyers ask before they subscribe.

How quickly will I receive inspection reports?

Reports from each auction are available in the days leading up to the auction date. This allows you the time to review condition notes and decide which lots and/or auctions to attend and do your own due diligence and bid.

What's included in each report?

Photos, some videos and most importantly, honest condition notes captured at the auction yard. We focus on the details that matter to bidders such as wear, function and overall condition.

Which auctions do you cover?

Major auctions throughout the East Coast and Mid-West. Subscribers see the upcoming auction schedule in the members area and can request specific auctions through the customer request feature.

Can I cancel my subscription anytime?

Yes. Subscriptions are month to month and you can cancel from your account at any time.

What if a report doesn't match my needs?

Inspections reflect our professional opinion based on direct observation at the auction yard. We always recommend conducting your own due diligence before placing any bid.

Submit additional questions to: [email protected]

(function(d, s, id) { var js, tjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://app.termly.io/embed-policy.min.js"; tjs.parentNode.insertBefore(js, tjs); }(document, 'script', 'termly-jssdk'));
(function(d, s, id) { var js, tjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://app.termly.io/embed-policy.min.js"; tjs.parentNode.insertBefore(js, tjs); }(document, 'script', 'termly-jssdk'));