www.repo.com Open in urlscan Pro
2606:4700:3030::6815:2b51  Public Scan

Submitted URL: https://repos.com/
Effective URL: https://www.repo.com/?pk_campaign=redirect&pk_source=repos.com&utm_campaign=redirect&utm_source=repos.com
Submission: On June 03 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /category/view

<form action="/category/view" method="get">
  <input type="hidden" name="search" value="1">
  <input type="hidden" name="check_title" value="1">
  <input type="hidden" name="check_description" value="1">
  <input type="hidden" name="text_find" value="any">
  <div class="row">
    <div class="col-xs-5">
      <select name="category_id" class="form-control">
        <option value=""> All Categories </option>
        <option value="2">Vehicles</option>
        <option value="1">Merchandise</option>
      </select>
    </div>
    <div class="col-xs-5">
      <input type="text" name="keyword" placeholder="Search..." value="" class="form-control" x-webkit-speech="x-webkit-speech">
    </div>
    <div class="col-xs-2">
      <button type="submit" class="btn btn-default btn-block" onclick="if (! event.detail || event.detail == 1) { return true; } else { return false; }"><i class="glyphicon glyphicon-search"><span>Go</span></i></button>
    </div>
  </div>
</form>

GET /browse/vehicles

<form id="searchbox-form" action="/browse/vehicles" method="get" autocomplete="off">
  <input type="hidden" name="search" value="1">
  <input type="hidden" name="check_title" value="1">
  <input type="hidden" name="check_description" value="1">
  <input type="hidden" name="text_find" value="any">
  <div clas="row">
    <div class="col-md-6 slider-xs">
      <div class="form-group" id="price-range">
        <label class="control-label hidden" for="price-range"> Price (Range) </label>
        <div class="controls">
          <div id="price-range-slider" class="noUi-target noUi-ltr noUi-horizontal noUi-txt-dir-ltr">
            <div class="noUi-base">
              <div class="noUi-connects">
                <div class="noUi-connect" style="transform: translate(30%, 0px) scale(0.3, 1);"></div>
              </div>
              <div class="noUi-origin" style="transform: translate(-700%, 0px); z-index: 5;">
                <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="20000.0" aria-valuenow="2000.0" aria-valuetext="2000.00">
                  <div class="noUi-touch-area"></div>
                  <div class="noUi-tooltip">$2,000.00</div>
                </div>
              </div>
              <div class="noUi-origin" style="transform: translate(-400%, 0px); z-index: 4;">
                <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="2000.0" aria-valuemax="200000.0" aria-valuenow="20000.0" aria-valuetext="20000.00">
                  <div class="noUi-touch-area"></div>
                  <div class="noUi-tooltip">$20,000.00</div>
                </div>
              </div>
            </div>
            <div class="noUi-pips noUi-pips-horizontal">
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-large" style="left: 0%;"></div>
              <div class="noUi-value noUi-value-horizontal noUi-value-large" data-value="0" style="left: 0%;">$0</div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 10%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 20%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 30%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 40%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 50%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 60%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 70%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 80%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 90%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-large" style="left: 100%;"></div>
              <div class="noUi-value noUi-value-horizontal noUi-value-large" data-value="200000" style="left: 100%;">$200,000</div>
            </div>
          </div>
          <input type="slider" name="price-range" value="2000;20000" style="display:none">
          <script type="text/javascript">
            var slider = document.getElementById('price-range-slider');
            noUiSlider.create(slider, {
              start: [2000, 20000],
              connect: true,
              range: {
                'min': [0],
                '30%': [2000, 500],
                '60%': [20000, 2000],
                'max': [200000]
              },
              step: 100,
              tooltips: [
                wNumb({
                  decimals: 2,
                  thousand: ',',
                  prefix: '$'
                }),
                wNumb({
                  decimals: 2,
                  thousand: ',',
                  prefix: '$'
                }),
              ],
              pips: {
                mode: 'count',
                values: 2,
                density: 10,
                format: wNumb({
                  decimals: 0,
                  thousand: ',',
                  prefix: '$'
                })
              }
            });
            slider.noUiSlider.on('update', function(values, handle) {
              $('input[name=price-range]').val(Math.round(values[0]).toString() + ';' + Math.round(values[1]).toString());
            });
          </script>
        </div>
      </div>
    </div>
    <div class="col-md-6 slider-xs">
      <div class="form-group">
        <label class="control-label hidden" for="year-range"> Year (Range) </label>
        <div class="controls">
          <div id="year-range-slider" class="noUi-target noUi-ltr noUi-horizontal noUi-txt-dir-ltr">
            <div class="noUi-base">
              <div class="noUi-connects">
                <div class="noUi-connect" style="transform: translate(40%, 0px) scale(0.6, 1);"></div>
              </div>
              <div class="noUi-origin" style="transform: translate(-600%, 0px); z-index: 5;">
                <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="1966.0" aria-valuemax="2023.0" aria-valuenow="2000.0" aria-valuetext="2000">
                  <div class="noUi-touch-area"></div>
                  <div class="noUi-tooltip">2000</div>
                </div>
              </div>
              <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="2000.0" aria-valuemax="2023.0" aria-valuenow="2023.0" aria-valuetext="2023">
                  <div class="noUi-touch-area"></div>
                  <div class="noUi-tooltip">2023</div>
                </div>
              </div>
            </div>
            <div class="noUi-pips noUi-pips-horizontal">
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-large" style="left: 0%;"></div>
              <div class="noUi-value noUi-value-horizontal noUi-value-large" data-value="1966" style="left: 0%;">1966</div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 10%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 20%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 30%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 40%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 50%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 60%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 70%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 80%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-normal" style="left: 90%;"></div>
              <div class="noUi-marker noUi-marker-horizontal noUi-marker-large" style="left: 100%;"></div>
              <div class="noUi-value noUi-value-horizontal noUi-value-large" data-value="2023" style="left: 100%;">2023</div>
            </div>
          </div>
          <input type="slider" name="year-range" value="2000;2023" style="display:none">
          <script type="text/javascript">
            var slider = document.getElementById('year-range-slider');
            noUiSlider.create(slider, {
              start: [2000, 2023],
              connect: true,
              range: {
                'min': [1966],
                '40%': [2000],
                'max': [2023]
              },
              step: 1,
              tooltips: true,
              pips: {
                mode: 'count',
                values: 2,
                density: 10,
              },
              format: wNumb({
                decimals: 0,
              })
            });
            slider.noUiSlider.on('update', function(values, handle) {
              $('input[name=year-range]').val(Math.round(values[0]).toString() + ';' + Math.round(values[1]).toString());
            });
          </script>
        </div>
      </div>
    </div>
  </div>
  <div clas="row">
    <div class="col-md-5 col-xs-6">
      <div class="form-group">
        <label class="control-label" for="make">Make</label>
        <div class="controls">
          <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" class="form-control tt-hint" value="" autocomplete="off" autocorrect="off" readonly="" spellcheck="false" tabindex="-1" dir="ltr"
              style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input type="text" name="make"
              id="vehicle_search_make" class="form-control tt-input" value="" placeholder="e.g. Toyota" autocomplete="off" autocorrect="off" spellcheck="false" dir="auto" aria-activedescendant="" aria-owns="vehicle_search_make_listbox"
              role="combobox" aria-readonly="true" aria-autocomplete="list" style="position: relative; vertical-align: top; background-color: transparent;"><span role="status" aria-live="polite"
              style="position: absolute; padding: 0px; border: 0px; height: 1px; width: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap;"></span>
            <pre aria-hidden="true"
              style="position: absolute; visibility: hidden; white-space: pre; font-family: mulish, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
            <div role="listbox" class="tt-menu" data-tf-inspect="-953002665" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
              <div role="presentation" class="tt-dataset tt-dataset-0"></div>
            </div>
          </span>
          <script type="text/javascript">
            $(function() {
              typeahead('#vehicle_search_make', '/listing/get_vehicle_makes?pk_campaign=redirect&pk_source=repos.com&utm_campaign=redirect&utm_source=repos.com&make=QUERY', 'make');
            });
          </script>
        </div>
      </div>
    </div>
    <div class="col-md-5 col-xs-6">
      <div class="form-group">
        <label class="control-label" for="model">Model</label>
        <div class="controls">
          <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" class="form-control tt-hint" value="" autocomplete="off" autocorrect="off" readonly="" spellcheck="false" tabindex="-1" dir="ltr"
              style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"><input type="text" name="keyword"
              id="vehicle_search_model" class="form-control tt-input" value="" placeholder="e.g. Camry" autocomplete="off" autocorrect="off" spellcheck="false" dir="auto" aria-activedescendant="" aria-owns="vehicle_search_model_listbox"
              role="combobox" aria-readonly="true" aria-autocomplete="list" style="position: relative; vertical-align: top; background-color: transparent;"><span role="status" aria-live="polite"
              style="position: absolute; padding: 0px; border: 0px; height: 1px; width: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap;"></span>
            <pre aria-hidden="true"
              style="position: absolute; visibility: hidden; white-space: pre; font-family: mulish, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
            <div role="listbox" class="tt-menu" data-tf-inspect="-953002665" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
              <div role="presentation" class="tt-dataset tt-dataset-1"></div>
            </div>
          </span>
          <script type="text/javascript">
            $(function() {
              typeahead('#vehicle_search_model', '/listing/get_vehicle_models?pk_campaign=redirect&pk_source=repos.com&utm_campaign=redirect&utm_source=repos.com&model=QUERY', 'model');
            });
          </script>
        </div>
      </div>
    </div>
    <div class="col-md-2 col-xs-12">
      <button type="submit" class="btn btn-block btn-primary">Search</button>
    </div>
  </div>
</form>

<form id="cn-chat-question-form"> <input type="text" placeholder="Ask a question?" aria-label="Ask a question?" id="cn-chat-question" name="q"> <button type="submit" class="cn-b13-submit" title="Send"
    aria-label="Send"><i class="cn-b13-ico"></i></button> </form>

<form id="cn-chat-question-form"> <input type="text" placeholder="Ask a question?" aria-label="Ask a question?" id="cn-chat-question" name="q"> <button type="submit" class="cn-b13-submit" title="Send"
    aria-label="Send"><i class="cn-b13-ico"></i></button> </form>

Text Content

Repo.com
 * Login
 * Register
 * About Us
 * Careers
 * Currency: Default
   * Default
   * CAD Canadian Dollars
   * USD United States Dollars
   * EUR Euros
   * GBP British Pounds

All Categories Vehicles Merchandise

Go
Toggle navigation
 * Currency: Default
   * Default
   * CAD Canadian Dollars
   * USD United States Dollars
   * EUR Euros
   * GBP British Pounds

 * Cars
 * Trucks
 * Vans
   * Cargo/Cube Vans
   * Passenger Vans
   * Passenger Buses
 * SUVs
 * RVs
   * Class A Motorhomes
   * Class B Motorhomes (Camper Vans)
   * Class C Motorhomes
   * Fifth Wheels
   * Park Models
   * Tent Trailers
   * Toy Haulers
   * Travel Trailers
   * Truck Campers
 * Boats
 * Motorsports
   * Snowmobiles
   * ATVs
   * Sport Bikes
   * Touring Bikes
   * Dirt Bikes & Motocross
   * Street Cruisers & Choppers
   * Golf Carts
   * Watercraft
 * Commercial
   * Passenger Buses
   * Highway Tractors
   * Crane/Picker Trucks
   * Bucket/Boom Trucks
   * Tank Trucks
   * Flat Deck Trucks
   * Vacuum Trucks
   * Dump Trucks
   * Plow Trucks
   * Cab & Chassis
   * Dump Trailers
   * Excavators
   * Farm Tractors
   * Ice Cleaners
   * Tow Trucks
   * Sanitation Trucks
   * Boom Lifts
   * Service Trucks
   * Generators
   * Heavy Duty Equipment
 * Other
   * Other Vehicles
   * Merchandise

 * Login
 * Register

 * Auctions
 * Careers


 * REPO.COM

Notice: Our office is open from 10am to 6pm from Monday to Friday and 10am to
2pm on Saturday.
Call or text 604-999-7653 for inquiries or appointments outside regular hours.



SEARCH FOR YOUR NEXT VEHICLE

Price (Range)
$2,000.00
$20,000.00
$0










$200,000
Year (Range)
2000
2023
1966










2023
Make


Model


Search


REPO AUCTIONS

Place a bid or Buy It Now. Auctions end on Tuesdays at 6PM!

Browse auction listings


SELL MY CAR

Get a Cash Advance of up to 30% when you sell your vehicle with Repo.com

Tell us about your car


PURCHASE BENEFITS

Complimentary Warranty, Money-Back Guarantee and so much more.

Learn about benefits


NEWEST LISTINGS

2013 CHEVROLET EXPRESS 2500 CARGO VAN EX..
$12,250 OR
EST. $1,058.88/MONTH
FINANCING OR LEASE OAC ‡

Updated today

2007 MERCEDES-BENZ S550
LISTING SOON!

Updated today


2016 INTERNATIONAL 7400 DUMP TRUCK AIR B..
LISTING SOON!

Updated today

2017 INTERNATIONAL 4300 22 FOOT CUBE VAN..
$92,830 OR
EST. $2,121.88/MONTH
FINANCING OR LEASE OAC ‡

Updated today


2017 CHEVROLET SILVERADO 1500 FLAT DECK ..
$23,710 OR
EST. $517.14/MONTH
FINANCING OR LEASE OAC ‡

Updated today

2016 MERCEDES-BENZ SPRINTER 2500 HIGH RO..
$42,930 OR
EST. $1,025.80/MONTH
LEASE OAC ‡

Updated today




AUCTION LISTINGS VIEW ALL

1990 GROVE TMS 300B CRANE TRUCK DIESEL

Ending: 3 days 19:42:12
Highest Bid: $20,000.00

Place Bid

2021 MACK MD CUBE VAN DUALLY DIESEL AIR BRAKES

Ending: 3 days 19:42:12
Highest Bid: $15,250.00

Place Bid



2015 KOMATSU PC30UU MINI EXCAVATOR DIESEL

Ending: 3 days 19:42:12
Highest Bid: $15,000.00

Place Bid



2017 MERCEDES-BENZ SPRINTER 2500 HIGH ROOF 170-INCH WHEELBASE REEFER C...

Ending: 3 days 19:42:12
Highest Bid: $9,500.00

Place Bid



2016 RAM 1500 TRADESMAN CREW CAB SWB 4WD DIESEL

Ending: 3 days 19:42:12
Highest Bid: $9,000.00

Place Bid

2007 INTERNATIONAL CF500 REFRIGERATED CUBE VAN DIESEL

Ending: 3 days 19:42:12
Highest Bid: $8,750.00

Place Bid





VISIT US AT:

6139 Trapp Ave
Burnaby, BC
Canada
V3N 2V3


Phone: (604) 522-7376
Fax: (604) 526-2077


Hours:
Monday to Friday: 10 am to 6 pm
Saturday: 10 am to 2 pm
Sunday: Closed (Family Day)
After Hours Phone & Text: (604) 999-7653

Get Directions
Repo.com -- We take Care of Unfinished Business TM
REPO.com -- small enough to care -- LARGE enough to get the job done TM


SERVICES

 * Financing
 * Bailiff Services
 * Warranty Plans
 * Auctions


ABOUT

 * About Us
 * Contact Us
 * Privacy Policy
 * Terms of Use
 * Auction Policy
 * Knowledgebase


Repo.com™ is an online classifieds venue for various types of collected or
recovered property. The site offers lenders, financial institutions and savvy
buyers an easy way to make a connection and secure a deal promptly and
effortlessly. Our core focus is sales of used cars, vans, trucks, and other
pre-owned vehicles.

Contact Us Today!
Copyright © 2023 Repo.com. All rights reserved.



Analytics Growth Hacking
–
Enter your mobile phone number and someone from Repo.com will respond with a
text to your phone right away.
Department
Sales
Your Name

Your Mobile Number

By clicking "CONNECT" I agree to receive emails, text messages, and phone calls,
which may be recorded and/or sent using automated dialing or emailing equipment
or software, unless I opt-out from such communications. I also agree to the
Terms of Use and Privacy Policy linked below. I understand that my consent to be
contacted is not a requirement to purchase any product or service and that I can
opt-out at any time. I agree to pay my mobile service provider’s text messaging
rates, if applicable.
CONNECT
Skip and continue





Chat


Chat