Off-lease cars come back on a schedule. Knowing which ones fit your lot should not take an hour a day.
SmartAuction is Ally's online wholesale marketplace, used to remarket off-lease and repossessed vehicles to franchise and independent dealers. Its inventory has a character the open auctions do not: single-owner lease returns with known service history and predictable equipment, listed with condition reports and buy-now pricing rather than sold through a live lane.
Off-lease supply is the cleanest wholesale inventory most dealers can get, and it is priced to move rather than bid up. The difficulty is that listings appear continuously rather than on a sale calendar, so the good ones are found by whoever checks most often. A system that reads the whole listing set several times a day and applies your buy box removes the checking, and the cars that fit arrive in your inbox instead.
SmartAuction runs behind an authenticated dealer session with short token lifetimes and serves listings through internal endpoints that rate-limit separately from the condition reports. The build drives your own licensed session with proper token lifecycle handling, pulls condition reports in a paced second pass, and polls listings on a cadence frequent enough to catch new inventory without generating traffic that looks unlike a heavy human user.
Excel, CSV, JSON, a Google Sheet that refreshes on a schedule, a direct write into MySQL or Postgres, or a REST endpoint your own tools can query.
Yes. The automation drives the licensed session you already hold — it does not create access you do not have, and I do not share credentials between clients.
Polling every fifteen to thirty minutes is typical and catches almost everything worth catching. Tighter than that is possible for a narrow watch list, and costs more because it means more requests and more infrastructure.
Yes, and most builds do. SmartAuction, Manheim, ADESA and whatever regional houses you use all land in one ranked list with a platform column, so you are comparing cars rather than comparing tabs.
No. I do not build automated purchasing or bidding — the platforms generally prohibit it and the downside of a bug is that you own a car you never wanted. The system finds and ranks; a person clicks buy.
Listing extraction with buy-box scoring and alerting typically runs $600 to $1,200. Adding condition report parsing and MMR reconciliation runs higher, plus a small monthly amount for hosting and fixes.