www.russopower.com Open in urlscan Pro
192.124.249.155  Public Scan

Submitted URL: http://em.russopower.com/ODQzLUZKRy01MDYAAAGKqIDhLwTs78tN1m-6iv5DDwUf2eM_Pt_LAgXzDaToxL_gZ55FRNw_8vufY9p9oG4ds4E-IDA=
Effective URL: https://www.russopower.com/consign-now?utm_source=email&utm_medium=body&utm_campaign=consider_consigning_again_consigment_o...
Submission: On March 22 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<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="{&quot;mage/trim-input&quot;:{}}" 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&amp;k=6LdX5KkUAAAAAIwTeMlIVyKVb8EjIU1zv3n2ZpWK&amp;co=aHR0cHM6Ly93d3cucnVzc29wb3dlci5jb206NDQz&amp;hl=de&amp;v=Trd6gj1dhC_fx0ma_AWHc1me&amp;theme=light&amp;size=normal&amp;cb=pfshthq2s2cl"
              width="304" height="78" role="presentation" name="a-nla86m87srs3" 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_meUHsLliYvrc" checked="checked" title="Remember Me">
        <label for="remember_meUHsLliYvrc" 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_form327748" action="https://www.russopower.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search_845477" data-role="minisearch-label">
    </label>
    <div class="control">
      <input id="search_845477" 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&amp;k=6LdX5KkUAAAAAIwTeMlIVyKVb8EjIU1zv3n2ZpWK&amp;co=aHR0cHM6Ly93d3cucnVzc29wb3dlci5jb206NDQz&amp;hl=de&amp;v=Trd6gj1dhC_fx0ma_AWHc1me&amp;theme=light&amp;size=normal&amp;cb=kpuggx1zd9y"
              width="304" height="78" role="presentation" name="a-wer2mdkyu6y" 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
 * Consign Your Equipment


CONSIGN YOUR EQUIPMENT WITH RUSSO IN 3 EASY STEPS



1. Contact Us

Our Sales Reps can answer all your questions. They can even put you in contact
with our used equipment experts to get an evaluation of the expected value.

2. Sign the Contract

All sellers are required to complete a Consignment Contract. Our reps will
review the details including selling terms, timeline, and sales commission
structure.

3. Cash Out!

We'll handle all the marketing and make sure your equipment gets in front of a
large group of interested buyers. After the auction, you'll get a check, no
extra work needed.


2023 CONSIGNMENT SCHEDULE

Russo Power Equipment accepts consignments during normal business hours
throughout the year. Review the deadlines below for the equipment to be included
in our scheduled auctions.

February 18  ←  Last Day to Consign for the March 15th Online Auction

March 25  ←  Last Day to Consign for the April 15th In-Person Auction

August 26  ←  Last Day to Consign for the September 20th Online Auction

September 23  ←  Last Day to Consign for the October 18th Online Auction


EQUIPMENT WE ARE LOOKING TO CONSIGN

Our core categories include:

 * Trailers
   * Open
   * Enclosed
   * Landscape
   * Dump
   * Car
   * Gooseneck
   * Utility
 * Vehicles
   * Trucks
   * Cars
   * Semi
 * Special Vehicle
   * ATV
   * RTV
   * UTV
   * Golf Cart
 * Construction
   * Skid Steer
   * Loaders
   * Dingos
   * Excavator

 * Small 2 Cycle
   * Backpack Blower
   * Handheld Blower
   * Line Trimmer
   * Hedge Trimmer
 * Walk Behind Mower
   * Hydro
   * Belt
   * Push
 * Zero Turn Mower
   * Lawn Tractor
   * Ride On Zero Turn
   * Bat-Wing
 * Stand On Mower
   * All Brands Accepted
 * Miscellaneous
   * Power Rake
   * Tiller 
   * Aerator
   * Sod Cutter
   * Tank Sprayer
   * Snow Equipment





READY TO CONSIGN NOW?

Contact us today! Let us give your outdated equipment a new home and you take
the profit to re-invest in new tools for your business. 

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


FAQS - FREQUENTLY ASKED QUESTIONS ABOUT CONSIGNING EQUIPMENT INTO RUSSO
AUCTIONS:

Why should I consign equipment into a Russo auction?
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 do all the leg
work to advertise, communicate with buyers, handle transactions, and send you
payment.



When can I start bringing in equipment to consign?
We are accepting consignments! Bring the equipment to a sales associate who will
tag and collect the lot items and initiate the consignment contract.



What items are accepted for consignment?
Any piece of quality equipment with an engine is accepted, as well as
attachments. For example: mowers, backpack blowers, plows, spreaders, cars,
trucks, boats, and trailers (motor vehicles require clean titles). We are not
accepting parts or tools like: wheelbarrows, ladders, tires, etc.



Can I set a Reserve Price? (A minimum price that I would be willing to accept
for the item/lot to sell for.)
No, Russo Auction lots have no reserves. The lots will sell to the highest
bidder. Consignees must protect any reserve on their consignments and can choose
to buy back their lot at 25% of the bid price. For example: If the bids are
coming in low the consignee could decide to be the highest bidder on their lot.
With a bid of $100, they would pay $25 to buy their lot back.



What is the Auctioneer Service Fee?
The Auctioneer Service Fee is a sales commission percentage based on the lot
item's final bid/purchase price. The commission structure is as follows: 50% on
lots from $0-$100, 15% on lots from $101-$500, 12% on lots from $501-$1000, and
10% on lots from $1001 & up.



When will I get paid for my consigned items?
Payment will go out about a month after the auction. You can choose to be paid
by check in the mail or as a credit on your Russo account.



How do I register as a bidder?
Online Auction information:
https://www.russopower.com/online-used-auction#registration
In-Person Auction information:
https://www.russopower.com/spring-used-auction#registration

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