www.russopower.com
Open in
urlscan Pro
192.124.249.155
Public Scan
Submitted URL: http://em.russopower.com/ODQzLUZKRy01MDYAAAGKqIDhLwb98EbRWtNQDTwWkcn3ah_0IaWwkYvZ23U_kH4gQR7d46uM3H7wHc4mOrNRLXz3dKk=
Effective URL: https://www.russopower.com/online-used-auction?utm_source=email&utm_medium=header&utm_campaign=online_auctions&mkt_tok=ODQz...
Submission: On March 22 via api from US — Scanned from DE
Effective URL: https://www.russopower.com/online-used-auction?utm_source=email&utm_medium=header&utm_campaign=online_auctions&mkt_tok=ODQz...
Submission: On March 22 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMPOST
<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
<div class="field email required">
<label class="label" for="customer-email"><span data-bind="i18n: 'Email'">Email</span></label>
<div class="control">
<input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{"mage/trim-input":{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
autocomplete="off">
</div>
</div>
<div class="field password required">
<label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
<div class="control">
<input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
</div>
</div>
<!-- ko foreach: getRegion('additional-login-form-fields') -->
<!-- ko template: getTemplate() -->
<input name="captcha_form_id" type="hidden" data-bind="value: formId, attr: {'data-scope': dataScope}" value="user_login" data-scope="">
<!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
<!-- /ko -->
<!-- ko template: getTemplate() -->
<div data-bind="{
attr: {
'id': getReCaptchaId() + '-wrapper'
},
'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
<div class="g-recaptcha" id="recaptcha-popup-login">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdX5KkUAAAAAIwTeMlIVyKVb8EjIU1zv3n2ZpWK&co=aHR0cHM6Ly93d3cucnVzc29wb3dlci5jb206NDQz&hl=de&v=Trd6gj1dhC_fx0ma_AWHc1me&theme=light&size=normal&cb=fbyxb5t3vusv"
width="304" height="78" role="presentation" name="a-1p3jw9b63bc6" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<!-- ko if: (!getIsInvisibleRecaptcha()) -->
<div class="field">
<div class="control">
<input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
</div>
</div>
<!-- /ko -->
</div>
<!-- /ko -->
<!-- /ko -->
<div class="remember_me_div" data-bind="html: remember_me_div">
<div id="remember-me-box" class="field choice persistent">
<input type="checkbox" name="persistent_remember_me" class="checkbox" id="remember_meb6bYBSlLZM" checked="checked" title="Remember Me">
<label for="remember_meb6bYBSlLZM" class="label"><span>Remember Me</span></label>
<span class="tooltip wrapper">
<strong class="tooltip toggle"> What's this?</strong>
<span class="tooltip content"> Check "Remember Me" to access your shopping cart on this computer even if you are not signed in.</span>
</span>
</div>
</div>
<div class="actions-toolbar">
<input name="context" type="hidden" value="checkout">
<div class="primary">
<button type="submit" class="action action-login primary" name="send" id="send2">
<span data-bind="i18n: 'Sign In'">Sign In</span>
</button>
</div>
<div class="secondary">
<a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.russopower.com/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
<div class="required-msg">*Required fields</div>
<div class="actions-toolbar">
<span>Don't have an account yet?</span>
<a class="action" data-bind="attr: {href: registerUrl}" href="https://www.russopower.com/customer/account/create/">
<span data-bind="i18n: 'Create an account'">Create an account</span>
</a>
</div>
</div>
</form>
GET https://www.russopower.com/catalogsearch/result/
<form class="form minisearch test" id="search_mini_form466370" action="https://www.russopower.com/catalogsearch/result/" method="get">
<div class="field search">
<label class="label" for="search_637452" data-role="minisearch-label">
</label>
<div class="control">
<input id="search_637452" type="text" name="q" value="" placeholder="SEARCH" class="input-text loaded" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
<script>
var MAGE_VERSION = "2.4.2";
function compareVersions(installed, required) {
var a = installed.split('.');
var b = required.split('.');
for (var i = 0; i < a.length; ++i) {
a[i] = Number(a[i]);
}
for (var i = 0; i < b.length; ++i) {
b[i] = Number(b[i]);
}
if (a.length == 2) {
a[2] = 0;
}
if (a[0] > b[0]) return true;
if (a[0] < b[0]) return false;
if (a[1] > b[1]) return true;
if (a[1] < b[1]) return false;
if (a[2] > b[2]) return true;
if (a[2] < b[2]) return false;
return true;
}
</script>
<div id="ea_search_autocomplete" class="top-arrow-primary ea-search-autocomplete no-result">
<div class="content">
<div class="left wyomind-bg-secondary">
<div id="ea-suggests"></div>
<div id="ea-categories"></div>
<div id="ea-cms"></div>
</div>
<div class="right wyomind-bg-primary">
<div id="ea-products"></div>
<div id="ea-all-results"></div>
</div>
</div>
</div>
<div id="ea-search-autocomplete-no-result" class="top-arrow-primary ea-search-autocomplete-no-result">
<div class="content wyomind-bg-secondary wyomind-primary-border"> No result </div>
</div>
</div>
</div>
<div class="actions">
<button type="submit" title="Search" class="action search" disabled="">
<span>Search</span>
</button>
</div>
</form>
POST https://www.russopower.com/newsletter/subscriber/new/
<form class="form subscribe" novalidate="novalidate" action="https://www.russopower.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
<div class="field newsletter">
<div class="control">
<label for="newsletter">
<span class="label"> Sign Up for Our Newsletter: </span>
<input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
</label>
</div>
</div>
<div class="actions">
<button class="action subscribe primary" title="Submit" type="submit" aria-label="Subscribe">
<span>Submit</span>
</button>
</div>
<div class="field-recaptcha" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-container" data-bind="scope:'recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796'">
<!-- ko template: getTemplate() -->
<div data-bind="{
attr: {
'id': getReCaptchaId() + '-wrapper'
},
'afterRender': renderReCaptcha()
}" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-wrapper">
<div class="g-recaptcha" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdX5KkUAAAAAIwTeMlIVyKVb8EjIU1zv3n2ZpWK&co=aHR0cHM6Ly93d3cucnVzc29wb3dlci5jb206NDQz&hl=de&v=Trd6gj1dhC_fx0ma_AWHc1me&theme=light&size=normal&cb=sfmunnkfg36"
width="304" height="78" role="presentation" name="a-t0vj7rneyg6e" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
</div>
<!-- ko if: (!getIsInvisibleRecaptcha()) -->
<div class="field">
<div class="control">
<input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
</div>
</div>
<!-- /ko -->
</div>
<!-- /ko -->
</div>
</form>
Text Content
The store will not work correctly in the case when cookies are disabled. JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. Your company account is blocked and you cannot place orders. If you have questions, please contact your company administrator. FREE SHIPPING on online orders over $100! Skip to Content * * Create an Account Change * Create New Customer * Create New Company Account * My Wish List * My Account * COVID-19 Update * Locations * Contact Us * Sign In Close LOG INTO YOUR ACCOUNT Email Password Remember Me What's this? Check "Remember Me" to access your shopping cart on this computer even if you are not signed in. Sign In Forgot Your Password? *Required fields Don't have an account yet? Create an account VIEW My Cart My Cart Close You have no items in your shopping cart. * OPE * TURF * ARBOR * DE-ICER * SERVICE * NEAREST STORE Schiller Park, IL Toggle Nav Search No result Search POWERING NATURE'S PROFESSIONALS SINCE 1970 * Compare Products Nearest Store: Schiller Park, IL Store Hours: M-F 7:00 am - 4:00 pm * Power Equipment * Aerators * Stand-On Aerators * Tow-Behind Aerators * Walk-Behind Aerators * Bed Shapers * Handheld * Walk Behind * Blowers * Backpack Blowers * Handheld Blowers * Stand On Blowers * Walk Behind Blowers * Brushcutters * Handheld Brushcutters * Walk Behind Brushcutters * Chainsaws * Chippers * Compactors * Concrete Saws * Diamond Saw Blades * Debris Loaders * Drills & Augers * Edgers * Handheld Edgers * Straight Shaft Edgers * Curved Shaft Edgers * Walk Behind Edgers * Generators * Portable Generators * Tow Behind Generators * Hedge Trimmers * Lawn Mowers * Push Lawn Mowers * Riding Lawn Mowers * Robotic Lawn Mowers * Stand-On Lawn Mowers * Walk-Behind Lawn Mowers * Lawn Rollers * Line Trimmers * Overseeders * Pole Saws * Power Rakes * Pumps * Dewatering Pumps * Trash Pumps * Pressure Washers * Snow Blowers * Single-Stage Snow Blowers * Two-Stage Snow Blowers * Battery Snow Blowers * Sod Cutters * Sprayers * Backpack Sprayers * Tank Sprayers * Handheld Sprayers * Walk-Behind Sprayers * Stand-On Sprayers * Tailgate Sprayers * Tow-Behind Sprayers * Spreaders * Hand Spreaders * Salt Spreaders * Stand-On Spreaders * Truck Mount Spreaders * Walk-Behind Spreaders * Stump Grinders * Tillers * Front Tine Tillers * Rear Tine Tillers * Trenchers * Parts * Aerator Parts * Backpack Blower Parts * Brushcutter Parts * Chainsaw Parts * Bars and Chains * Bearings & Bushings * Carburetors * Cylinder Assemblies * Sprockets * Compactor Parts * Concrete Saw Parts * Edger Parts * Engines * Engine Parts * Carburetors * Fuel Filters * Spark Plugs * Oil Filters * Forklift Parts * Generator Parts * Hedge Trimmer Parts * Lawn Mower Parts * Air Filters * Baffles * Batteries * Bearings & Bushings * Belts * Blades * Caster Yokes * Deck Maintenance Kits * Deck Wheels * Decks * Discharge Chutes * Electric Pto Clutches * Fuel Tanks * Grass Catchers * Parts * Hydro Pumps * Mower Attachments * Oil * Pulleys * Seats * Spindles * Tires * Universal Inner Tubes * Transmissions * Wheels * Wheel Motors * Leaf Blower Parts * Line Trimmer Parts * Edgit * Trimmer Heads * Trimmer Line * Log Splitter Parts * Pole Saw Parts * Replacement Blades * Power Rake Parts * Pressure Washer Parts * Chemical Injectors * Garden Hose Adapters * Guns * Hoses * Lances/Wands * Nozzles * Quick Couplers * Pressure Washer Pumps * Safety Release Valves * Thermal Relief Valves * Unloader Valves * RTV Parts * Scissor Lift Parts * Skid Steer Parts * Snow Blower Parts * Belts * Snow Plow Parts * Blade Guides * Controllers * Cutting Edges * Hydraulic Cylinders * Hydraulic Hoses * Hydraulic Motors * Pins * Plow Shoes * Snow Deflectors * Solenoids * Springs * Vibrator Motors * Sprayer Parts & Accessories * Hoses * Guns * Nozzles * Oil * Spreader Parts & Accessories * Tiller Parts * Tiller Tines * Tractor Parts * Tire Chains * Tractor Switches * Tractor Shift Knobs * Tractor Fuel Injectors * Tractor Pumps * Tractor Plungers * Tractor Turbos * Tractor Solenoids * Tractor Throttle Cables * Tractor Water Pumps * Tractor Alternators * Tractor Radiators * Trailer Parts * Trailer Tires * Utility Vehicle Parts * Wheelbarrow Parts * Winter Goods * De-Icing Sprayers * Driveway Markers * Gloves * Ice Melts * Packaged Ice Melt * Bulk Ice Melts * Water Softening Salt * Ice Scrapers & Snow Brushes * Power Brooms * Safety and Hazard Lights * Lightbars * Minibar Lights * Beacon and Strobe Lights * White Lighting Bars and Worklamps * Directional Warning Lights * Salt Spreaders * Handheld Spreaders * Push * Tailgate Spreaders * V-Box Spreaders * Snow Blowers * Single Stage Snow Blowers * Two Stage Snow Blowers * Electric Snow Blowers * Snow Plows * Loader Plows * Truck Plows * UTV Plows * Snow Shovels * Snow Tractors * Utility Task Machines * Arbor * Accessories * Ascenders & Descenders * Carabiners * Cabling and Bracing * Carts * Chaps * Helmets * Pruning and Trimming Tools * Hand Pruner * Hand Saws and Tools * Replacement Blades * Hand Trowel * Hedge Shears * Holsters and Sheaths * Long Reach Pruners * Loppers * Pole Pruners * Replacement Parts * Pulleys * Rigging * Rope * Rigging Rope * Saddles & Harnesses * Throw Weights * Winches * Turf * Herbicides * Aquatic Herbicides * Broadleaf Herbicides * Selective Herbicides * Non-Selective Herbicides * Gardening Tools * Digging Tools * Garden Hoes & Sod Lifters * Handles * Soil Probes * Fertilizers * Organic Fertilizers * Pre-Emergent Fertilizers * Starter Fertilizers * Straight Fertlizers * Water Soluble Fertilizers * Weed & Feed Fertilizers * Insecticide Fertilizers * Ornamental & Flower Fertilizers * Fertilizer Flags * Fungicides * Grass Seed * Growth Regulators * Insecticides * Watering Supplies * Drain Tile * Hoses * Watering Accessories * Watering Bags * Watering Systems * Watering Tanks * Mosquito Controls * Soil * Soil Sterilants * Sprayers * Backpack * Handheld * Stand On * Tank * Walk Behind * Spreaders * Push * Self-Propelled * Stand On * Truck Mount * Surfactants * Straw Blankets * Weed Killer * Supplies & Tools * Brooms * Cleaning and Janitorial * Floor Machine Pads * Construction & Hardscape Tools * Axes & Mauls * Brick & Concrete Tools * Concrete Saw Blades * Splitters * Chisels * Hammers * Mattocks & Picks * Handles * Sledge Hammers * Striking Tools * Replacement Parts * Tampers * Warning Lights * Cultivators * Cutting Tools * Forks * Fuel * Garbage Cans * Gas Cans * Ladders * Extension * Frame * Parts * Tripod * Litter Pickers & Lawn Bags * Machetes * Measuring Accessories * Circumference Wheel * Laser Levels * Levels * Marking Chalk & Pencils * Marking Flags * Marking Paints * Tape measure * Rakes * Bow Rakes * Handles * Landscaping Rakes * Leaf Rakes * Shovels * Handles * Round Point Shovels * Scoop Shovels * Garden Spade Shovels * Square Point Shovels * Trenching Shovels * Spade Shovels * Oil & Lubricants * Antifreeze * 2 Cycle Oil * 4 Cycle Oil * Bar and Chain Oil * Fuel Containers * Hydraulic Oil * Grease * Power Tools & Accessories * Safety Gear & Supplies * Chaps * Coats * Ear Muffs & Plugs * Knee Pads * Rain Gear * Safety Accessories * Safety Glasses * Safety Gloves * Safety Helmets * Safety Jackets * Safety Shirts * Safety Vests * Tie-Down Straps * Sharpening Tools * Blade Sharpeners * Chain Sharpeners * Sharpening Accessories * Tarps * Wheelbarrows * Trailers * Dump Trailers * Enclosed Trailers * Open Trailers * Trailer Accessories * Trailer Binders * Trailer Chains * Trailer Custom Shelving * Trailer Ratchet Snaps * Trimmer Traps * Trailer Parts * Trailer Bearings & Races * Trailer Brakes * Trailer Couplers * Trailer Hubs & Drums * Trailer Jacks & Leveling * Trailer Caps & Seals * Trailer Spindles & Hardware * Trailer Brake Controllers * Trailer Breakaway Kits * Trailer Locks * Trailer Gooseneck Hitches * Trailer Ball Mounts & Pintle Hitches * Trailer Receiver Hitches & T-Connectors * Trailer Lights & Reflectors * Trailer Leaf Springs & Bushings * Trailer U-Bolts * Trailer Connectors, Adapters & Harnesses * Trailer Hangers & Equalizers * Trailer Cargo Straps & Bars * Trailer Winches * Trailer Tires & Wheels * Trailer Wheel Chocks * Vehicles & Tractors * Compact Utility Loaders * Compact Utility Loader Attachments * Tractors * Tractor Attachments * Utility Vehicles * Utility Vehicle Attachments * Deals * Elgin Deals * Frankfort Deals * Hainesville Deals * Naperville Deals * Schiller Park Deals * Used Equipment * Elgin Used Equipment * Frankfort Used Equipment * Hainesville Used Equipment * Naperville Used Equipment * Schiller Park Used Equipment * New Berlin Used Equipment * Power Equipment * Parts * Winter Goods * Arbor * Turf * Supplies & Tools * Trailers * Vehicles & Tractors * Deals * Used Equipment * Home * Online Used Equipment Auction 2023 THE NEXT AUCTION: Date: Wednesday, March 16, 2022 | Time: 9:00 AM Central These auctions are open to the public and free to register - held in conjunction with Proxibid and Obenauf Auction Services. Join Auction -------------------------------------------------------------------------------- EQUIPMENT INSPECTION/PREVIEW DAY Date: Tuesday, March 15, 2022 | Time: 8:00 AM - 2:00 PM Address: 1001 N Randall Rd, Elgin, IL 60123 View Auction Lots -------------------------------------------------------------------------------- REGISTRATION Be sure to register early to guarantee that your account is set up and activated before the auction begins. A Proxibid buyer account is required to bid on or buy items from this Live Online Auction. Shipping and billing information is required. This information helps us validate buyer identity to ensure Marketplace safety. Proxibid buyer and spectator accounts do not cost money. Register Here -------------------------------------------------------------------------------- CONSIGNMENTS We are now accepting consignments for the whole year! Contact your local Russo Power Equipment Sales Representative to request a consignment tag for your equipment and additional information about consignments. Elgin - Jonathan Castillo | 224-268-3035 x2120 | jcastillo@russopower.com Frankfort - Jesus Padilla | 779-333-7000 x7314 | jpadilla@russopower.com Hainesville - Guillermo Guardado | 847-752-0420 x4510 | gguardado@russopower.com Naperville - Matt Jurek | 630-219-2440 x2462 | mjurek@russopower.com Schiller Park - Jenny Morales | 847-678-9525 x7833 | jmorales@russopower.com -------------------------------------------------------------------------------- UPCOMING AUCTIONS * April 9 | Consign By: 3/26 | Preview Day: 4/8, Hainesville | Live, In Person! * June 15 | Consign By: 5/21 | Preview Day: 6/14, Elgin | Live, Online * July 13 | Consign By: 6/18 | Preview Day: 7/12, Hainesville | Live, Online * September 14 | Consign By: 8/20 | Preview Day: 9/13, Hainesville | Live, Online * October 12 | Consign By: 9/17 | Preview Day: 10/11, Frankfort | Live, Online -------------------------------------------------------------------------------- DON'T WAIT FOR THE NEXT EVENT TO SCORE A GREAT DEAL Check out Reduced Pricing on New Equipment and Used Equipment all available for sale NOW! -------------------------------------------------------------------------------- TIPS AND REMINDERS * Register early — on the Proxibid site. * Preview the equipment in advance — either online or at the Preview Day. * Make a budget — so you know what you're comfortable bidding. * Pay attention — things move very quickly at auctions. * Pay your bill — payment is due within 2 days. * Pick up your item — within 1 week. -------------------------------------------------------------------------------- EVENTS CALENDAR Stay up-to-date on upcoming events we'll be hosting or attending. Russo Events CURRENT CATALOG The same thing we mail out and have in-store, only digital. View Catalog RUSSO DEALS & PROMOTIONS Save money by checking out current discounts on parts, service, and equipment. View Deals RUSSO E-MAIL LIST Get up-to-date information on current sales, upcoming events, special promotions, and new products sent to your inbox. Sign Up RUSSO LOCATIONS You're never too far from Russo. Check out where we're located and take a peek around with a virtual tour. Find Locations RUSSO POWER BLOG Read industry related articles written from the wealth of knowledge provided by our experts. Blog UPCOMING AUCTIONS Stay tuned for the release of our 2023 Online and In-Person auction schedule. DON'T WAIT FOR THE NEXT EVENT TO SCORE A GREAT DEAL Check out Reduced Pricing on New Equipment and Used Equipment all available for sale NOW! THE NEXT AUCTION WILL BE IN-PERSON AT OUR RUSSO HAINESVILLE LOCATION. In-Person Auction Details THE NEXT ONLINE AUCTION: Date: Wednesday, Sept 20, 2023 | Time: 9:00 AM Central These auctions are open to the public and free to register - held in conjunction with Proxibid and Obenauf Auction Services. VIEW + BID ON AUCTION LOTS EQUIPMENT INSPECTION/PREVIEW DAY: Date: Tuesday, Sept 19, 2023 | Time: 8:00 AM - 2:00 PM Address: 39 E Belvidere Rd, Hainesville, IL 60030 2023 AUCTION SCHEDULE March 15 - Live, Online Last Day to Consign: 2/18 | Preview Day: 3/14, Elgin April 15 - Live, In-Person at Russo Hainesville Doors Open at 7:00 AM | Auction begins at 8:30 AM Last Day to Consign: 3/25 | Preview Day: 4/14, Hainesville | In-Person Auction Details Sept 20 - Live, Online Last Day to Consign: 8/26 | Preview Day: 9/19, Hainesville Oct 18 - Live, Online Last Day to Consign: 9/23 | Preview Day: 10/17, Frankfort -------------------------------------------------------------------------------- DON'T WAIT FOR THE NEXT EVENT TO SCORE A GREAT DEAL Check out Reduced Pricing on New Equipment and Used Equipment all available for sale NOW! -------------------------------------------------------------------------------- CONSIGNMENTS Do you have used landscape equipment that you want to sell? Take the stress out of selling your used equipment and let Russo do it for you. We are accepting consignments for the whole year! Contact your local Russo Sales Representative to request a Consignment Tag for your equipment. Unsure what consignments are? Learn more about consignments and how you could get paid. Consign Equipment With Russo Elgin Jonathan Castillo (224) 268-3035 x2120 jcastillo@russopower.com Frankfort Jesus Padilla (779) 333-7000 x7314 jpadilla@russopower.com Hainesville Guillermo Guardado JR (847) 752-0420 x4510 gguardado@russopower.com Naperville John Neff (630) 219-2440 x7309 jneff@russopower.com New Berlin Tony Garay (262) 648-5749 x5749 agaray@russopower.com Schiller Park Luis Gomez (847) 678-9525 x7875 lgomez@russopower.com REGISTRATION TO BID ONLINE Be sure to register early to guarantee that your account is set up and activated before the auction begins. A Proxibid buyer account is required to bid on or buy items from this Live Online Auction. Shipping and billing information is required. This information helps us validate buyer identity to ensure Marketplace safety. Proxibid buyer and spectator accounts do not cost money. REGISTER HERE TIPS AND REMINDERS * Register early — on the Proxibid site. * Preview the equipment in advance — either online or at the Preview Day. * Make a budget — so you know what you're comfortable bidding. * Pay attention — things move very quickly at auctions. * Pay your bill — payment is due within 2 days. * Pick up your item — within 1 week. 9525 West Irving Park Road, Schiller Park, IL 60176, USA COMPANY INFO * About Us * Careers * Resources * FAQs * Store Locations PROGRAMS * Power Fleet Program * Try Before You Buy * Trade-In & Trade-Up * Seasonal Rentals * Auction Consignment SUPPORT * Service * Warranty * Parts Finder * Financing * Contact Us SUBSCRIBE TO RUSSO EMAILS: Sign Up for Our Newsletter: Submit * Facebook * Instagram * Linked In * YouTube © Russo Power Equipment, 2022