www.autowd.com.au Open in urlscan Pro
52.65.87.70  Public Scan

URL: https://www.autowd.com.au/
Submission: On November 27 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST https://www.autowd.com.au/list

<form method="post" action="https://www.autowd.com.au/list" class="ng-pristine ng-valid">
  <div class="results_options_content form-group col-xs-6 col-sm-6 col-md-6"><label for="sortdirection" class="hidden">Order Results By</label> <select id="sortdirection" name="Criteria[sort]" class="form-control _ar_hide_"
      _ar_hide_="width:165px;height:34px;margin:0px;position:static;display:block;">
      <option selected="" value="">Sort Results...</option>
      <option value="7">Price Low-High</option>
      <option value="9">Price High-Low</option>
      <option value="12">Make (A-Z)</option>
      <option value="13">Make (Z-A)</option>
      <option value="14">Model A-Z</option>
      <option value="15">Model Z-A</option>
      <option value="16">Year Old-New</option>
      <option value="17">Year New-Old</option>
      <option value="20">Odometer Low-High</option>
      <option value="21">Odometer High-Low</option>
      <option value="22">Transmission, Ascending</option>
      <option value="23">Transmission, Descending</option>
    </select></div>
  <div class="results_options_content form-group col-xs-6 col-sm-6 col-md-6"><label for="resultsperpage" class="hidden">Results Per Page</label> <select id="resultsperpage" name="Criteria[perpage]" class="form-control _ar_hide_"
      _ar_hide_="width:165px;height:34px;margin:0px;position:static;display:block;">
      <option value="">Results Per Page ...</option>
      <option value="6"> - 6 Per Page</option>
      <option value="12"> - 12 Per Page</option>
      <option value="18"> - 18 Per Page</option>
      <option value="24"> - 24 Per Page</option>
      <option value="30"> - 30 Per Page</option>
    </select></div>
</form>

<form class="form-financeCalculator ng-pristine ng-valid ng-valid-pattern ng-valid-min ng-valid-required">
  <div class="form-group"><label class="control-label" for="loanRepaymentFrequency">Frequency</label> <select id="loanRepaymentFrequency" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty _ar_hide_"
      data-ng-options="frequency as (frequency|capitalize) for frequency in FinanceCalc.loanRepaymentFrequencies" data-ng-model="FinanceCalc.loanRepaymentFrequency" _ar_hide_="width:100%;height:34px;margin:0px;position:static;display:block;">
      <option label="Weekly" value="string:weekly" selected="selected">Weekly</option>
      <option label="Fortnightly" value="string:fortnightly">Fortnightly</option>
      <option label="Monthly" value="string:monthly">Monthly</option>
      <option label="Yearly" value="string:yearly">Yearly</option>
    </select></div>
  <div class="form-group"><label class="control-label" for="loanAmount">Loan Amount</label>
    <div class="">
      <div class="input-group"><span class="input-group-addon">$</span> <input type="number" id="loanAmount" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty _ar_hide_" placeholder="Enter Amount"
          data-ng-init="FinanceCalc.loanAmount = 7990" data-ng-model="FinanceCalc.loanAmount" data-ng-focus="FinanceCalc.calculateOptionSelected = 'repayments'" _ar_hide_="width:100%;height:34px;margin:0px;position:relative;display:block;"></div>
    </div>
  </div>
  <div class="form-group"><label class="control-label ng-binding" for="loanAmount">Weekly Repayments</label>
    <div class="">
      <div class="input-group"><span class="input-group-addon">$</span> <input type="number" id="repayments" class="form-control ng-pristine ng-untouched ng-valid ng-valid-pattern ng-not-empty _ar_hide_" data-ng-model="FinanceCalc.repayments"
          placeholder="39.07" data-ng-pattern="/^[0-9]+(\.[0-9]{1,2})?$/" data-ng-focus="FinanceCalc.calculateOptionSelected = 'loanAmount'" _ar_hide_="width:100%;height:34px;margin:0px;position:relative;display:block;"></div>
    </div>
  </div>
  <div class="form-group"><label class="control-label" for="loanTerm">Term of Loan</label> <select id="loanRepaymentFrequency" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty _ar_hide_"
      data-ng-options="term as ((term / 12) + ' years (' + term + ' months)') for term in FinanceCalc.availableTerms" data-ng-model="FinanceCalc.loanTerm" _ar_hide_="width:100%;height:34px;margin:0px;position:static;display:block;">
      <option label="1 years (12 months)" value="number:12">1 years (12 months)</option>
      <option label="2 years (24 months)" value="number:24">2 years (24 months)</option>
      <option label="3 years (36 months)" value="number:36">3 years (36 months)</option>
      <option label="4 years (48 months)" value="number:48">4 years (48 months)</option>
      <option label="5 years (60 months)" value="number:60" selected="selected">5 years (60 months)</option>
      <option label="6 years (72 months)" value="number:72">6 years (72 months)</option>
      <option label="7 years (84 months)" value="number:84">7 years (84 months)</option>
    </select></div>
  <div class="form-group"><label class="control-label" for="loanInterestRate"> Interest Rate </label>
    <div class="">
      <div class="input-group"><input id="loanInterestRate" min="0" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty ng-valid-min ng-valid-required _ar_hide_" placeholder="Enter Percentage" type="number" required="required"
          data-ng-model="FinanceCalc.loanInterestRate" _ar_hide_="width:100%;height:34px;margin:0px;position:relative;display:block;"> <span class="input-group-addon">%</span></div>
    </div>
  </div> <!-- ngIf: FinanceCalc.calculateOptionSelected == 'repayments' -->
  <div class="well repayments-result ng-scope" data-ng-if="FinanceCalc.calculateOptionSelected == 'repayments'" data-ng-show="FinanceCalc.calculateRepayments() > 0">
    <h3 class="ng-binding">Weekly Repayments</h3>
    <h2 class="ng-binding">$39.07</h2>
  </div><!-- end ngIf: FinanceCalc.calculateOptionSelected == 'repayments' --> <!-- ngIf: FinanceCalc.calculateOptionSelected == 'loanAmount' -->
  <div data-toggle="collapse" data-target="#repayments-disclaimer" class="repayments-disclaimer" role="button"><u>Disclaimer</u></div>
  <div id="repayments-disclaimer" class="collapse repayments-disclaimer">
    <ul>
      <li>This is a model, not a prediction. It only provides an estimate of amounts and repayment periods and is designed to give an indicative loan repayment based on the information you have provided.</li>
      <li>Finance Calculator estimate does NOT include any fees or charges associated with a loan transaction.</li>
      <li>Use of this calculator does not imply that a particular interest rate, term or loan amount is available and in no way constitutes an offer of finance.</li>
      <li>This calculator does NOT take into account your personal circumstances or ability to repay the payments displayed and is NOT intended to be your sole source of information when making a financial decision. You should consider whether you
        should obtain advice from a licensed financial adviser.</li>
      <li>Please contact our Dealership and speak with the Finance Specialist to obtain your own Personalised Rate Quote.</li>
    </ul>
  </div>
</form>

Text Content

Toggle navigation
 * Home



1/38 Prindiville Drive, Wangara WA 6065
(08) 9409 4406
 * Home


SEARCH OUR STOCK

Inventory Loading


40 USED VEHICLES FOR SALE IN WANGARA, WA

List View Grid View

 * New Search
 * Refine Search
 * View My Garage 0

Order Results By Sort Results... Price Low-High Price High-Low Make (A-Z) Make
(Z-A) Model A-Z Model Z-A Year Old-New Year New-Old Odometer Low-High Odometer
High-Low Transmission, Ascending Transmission, Descending
Results Per Page Results Per Page ... - 6 Per Page - 12 Per Page - 18 Per Page -
24 Per Page - 30 Per Page


2007 AUDI A4 B7 MULTITRONIC SEDAN


$7,990


~$105
Cost to fill at $1.50/L
~875km
Average per tank

Fuel Type Petrol Fuel Efficiency 8L / 100km Transmission Automatic Odometer
138,379 kms

USED VEHICLE




$7,990

 
View
Enquire



2007 AUDI A4 B7 MULTITRONIC SEDAN


$7,990


~$105
Cost to fill at $1.50/L
~875km
Average per tank

Fuel Type Petrol Fuel Efficiency 8L / 100km Transmission Automatic Odometer
138,379 kms

USED VEHICLE





$7,990

 
View
Enquire



2008 BMW 1 SERIES E87 MY07 118I HATCHBACK


$11,990


~$80
Cost to fill at $1.50/L
~697km
Average per tank

Fuel Type Petrol Fuel Efficiency 7.6L / 100km Transmission Automatic Odometer
139,546 kms

USED VEHICLE




$11,990

 
View
Enquire



2008 BMW 1 SERIES E87 MY07 118I HATCHBACK


$11,990


~$80
Cost to fill at $1.50/L
~697km
Average per tank

Fuel Type Petrol Fuel Efficiency 7.6L / 100km Transmission Automatic Odometer
139,546 kms

USED VEHICLE





$11,990

 
View
Enquire



2007 CHRYSLER SEBRING JS TOURING SEDAN


$5,990


~$96
Cost to fill at $1.50/L
~719km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.9L / 100km Transmission Automatic Odometer
176,900 kms

USED VEHICLE




$5,990

 
View
Enquire



2007 CHRYSLER SEBRING JS TOURING SEDAN


$5,990


~$96
Cost to fill at $1.50/L
~719km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.9L / 100km Transmission Automatic Odometer
176,900 kms

USED VEHICLE





$5,990

 
View
Enquire



2004 FORD FALCON BA XT SEDAN


$4,990


~$102
Cost to fill at $1.50/L
~591km
Average per tank

Fuel Type Petrol Fuel Efficiency 11.5L / 100km Transmission Automatic Odometer
165,598 kms

USED VEHICLE




$4,990

 
View
Enquire



2004 FORD FALCON BA XT SEDAN


$4,990


~$102
Cost to fill at $1.50/L
~591km
Average per tank

Fuel Type Petrol Fuel Efficiency 11.5L / 100km Transmission Automatic Odometer
165,598 kms

USED VEHICLE





$4,990

 
View
Enquire



2009 HOLDEN BARINA TK MY09 HATCHBACK


$8,990


~$68
Cost to fill at $1.50/L
~592km
Average per tank

Fuel Type Petrol Fuel Efficiency 7.6L / 100km Transmission Automatic Odometer
122,572 kms

USED VEHICLE




$8,990

 
View
Enquire



2009 HOLDEN BARINA TK MY09 HATCHBACK


$8,990


~$68
Cost to fill at $1.50/L
~592km
Average per tank

Fuel Type Petrol Fuel Efficiency 7.6L / 100km Transmission Automatic Odometer
122,572 kms

USED VEHICLE





$8,990

 
View
Enquire



2010 HOLDEN BARINA TK MY10 HATCHBACK


$10,990


--
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 123,860 kms

USED VEHICLE




$10,990

 
View
Enquire



2010 HOLDEN BARINA TK MY10 HATCHBACK


$10,990


--
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 123,860 kms

USED VEHICLE





$10,990

 
View
Enquire



2012 HOLDEN COMMODORE VE II MY12 OMEGA SEDAN


$9,990

High Towing Capacity

~$126
Cost to fill at $1.50/L
~711km
Average per tank

Fuel Type LPG Fuel Efficiency 11.8L / 100km Transmission Automatic Odometer
281,177 kms

USED VEHICLE




$9,990

 
View
Enquire



2012 HOLDEN COMMODORE VE II MY12 OMEGA SEDAN


$9,990

High Towing Capacity

~$126
Cost to fill at $1.50/L
~711km
Average per tank

Fuel Type LPG Fuel Efficiency 11.8L / 100km Transmission Automatic Odometer
281,177 kms

USED VEHICLE





$9,990

 
View
Enquire



2014 HOLDEN COMMODORE VF MY14 SV6 SEDAN


$20,990

High Towing Capacity

~$107
Cost to fill at $1.50/L
~788km
Average per tank

Fuel Type Petrol Fuel Efficiency 9L / 100km Transmission Automatic Odometer
155,007 kms

USED VEHICLE




$20,990

 
View
Enquire



2014 HOLDEN COMMODORE VF MY14 SV6 SEDAN


$20,990

High Towing Capacity

~$107
Cost to fill at $1.50/L
~788km
Average per tank

Fuel Type Petrol Fuel Efficiency 9L / 100km Transmission Automatic Odometer
155,007 kms

USED VEHICLE





$20,990

 
View
Enquire



2014 HOLDEN COMMODORE VF MY14 EVOKE SEDAN


$13,990

High Towing Capacity

~$107
Cost to fill at $1.50/L
~855km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.3L / 100km Transmission Automatic Odometer
182,674 kms

USED VEHICLE




$13,990

 
View
Enquire



2014 HOLDEN COMMODORE VF MY14 EVOKE SEDAN


$13,990

High Towing Capacity

~$107
Cost to fill at $1.50/L
~855km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.3L / 100km Transmission Automatic Odometer
182,674 kms

USED VEHICLE





$13,990

 
View
Enquire



2009 HOLDEN COMMODORE VE MY10 SS V SPORTWAGON WAGON


$19,990

High Towing Capacity

~$110
Cost to fill at $1.50/L
~579km
Average per tank

Fuel Type Petrol Fuel Efficiency 12.6L / 100km Transmission Automatic Odometer
211,534 kms

USED VEHICLE




$19,990

 
View
Enquire



2009 HOLDEN COMMODORE VE MY10 SS V SPORTWAGON WAGON


$19,990

High Towing Capacity

~$110
Cost to fill at $1.50/L
~579km
Average per tank

Fuel Type Petrol Fuel Efficiency 12.6L / 100km Transmission Automatic Odometer
211,534 kms

USED VEHICLE





$19,990

 
View
Enquire



2008 HONDA ACCORD 8TH GEN V6 LUXURY SEDAN


$10,990


--
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 195,013 kms

USED VEHICLE




$10,990

 
View
Enquire



2008 HONDA ACCORD 8TH GEN V6 LUXURY SEDAN


$10,990


--
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 195,013 kms

USED VEHICLE





$10,990

 
View
Enquire



2013 HONDA CR-V RM VTI-L 4WD WAGON


$16,990


~$87
Cost to fill at $1.50/L
~666km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.7L / 100km Transmission Automatic Odometer
186,855 kms

USED VEHICLE




$16,990

 
View
Enquire



2013 HONDA CR-V RM VTI-L 4WD WAGON


$16,990


~$87
Cost to fill at $1.50/L
~666km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.7L / 100km Transmission Automatic Odometer
186,855 kms

USED VEHICLE





$16,990

 
View
Enquire



2015 HYUNDAI VELOSTER FS4 SERIES II SR COUPE TURBO HATCHBACK


$17,990


~$75
Cost to fill at $1.50/L
~724km
Average per tank

Fuel Type Petrol Fuel Efficiency 6.9L / 100km Transmission Manual Odometer
116,783 kms

USED VEHICLE




$17,990

 
View
Enquire



2015 HYUNDAI VELOSTER FS4 SERIES II SR COUPE TURBO HATCHBACK


$17,990


~$75
Cost to fill at $1.50/L
~724km
Average per tank

Fuel Type Petrol Fuel Efficiency 6.9L / 100km Transmission Manual Odometer
116,783 kms

USED VEHICLE





$17,990

 
View
Enquire



2012 HYUNDAI I30 FD MY11 SX HATCHBACK


$9,990


~$80
Cost to fill at $1.50/L
~815km
Average per tank

Fuel Type Petrol Fuel Efficiency 6.5L / 100km Transmission Manual Odometer
159,101 kms

USED VEHICLE




$9,990

 
View
Enquire



2012 HYUNDAI I30 FD MY11 SX HATCHBACK


$9,990


~$80
Cost to fill at $1.50/L
~815km
Average per tank

Fuel Type Petrol Fuel Efficiency 6.5L / 100km Transmission Manual Odometer
159,101 kms

USED VEHICLE





$9,990

 
View
Enquire



2014 HYUNDAI IX35 LM3 MY14 ACTIVE WAGON


$12,000


~$87
Cost to fill at $1.50/L
~690km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.4L / 100km Transmission Automatic Odometer
165,879 kms

USED VEHICLE




$12,000

 
View
Enquire



2014 HYUNDAI IX35 LM3 MY14 ACTIVE WAGON


$12,000


~$87
Cost to fill at $1.50/L
~690km
Average per tank

Fuel Type Petrol Fuel Efficiency 8.4L / 100km Transmission Automatic Odometer
165,879 kms

USED VEHICLE





$12,000

 
View
Enquire



1999 JAGUAR S-TYPE X200 SEDAN


$6,990


~$105
Cost to fill at $1.50/L
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 247,715 kms

USED VEHICLE




$6,990

 
View
Enquire



1999 JAGUAR S-TYPE X200 SEDAN


$6,990


~$105
Cost to fill at $1.50/L
--

Fuel Type Petrol Fuel Efficiency -- Transmission Automatic Odometer 247,715 kms

USED VEHICLE





$6,990

 
View
Enquire



2010 JEEP CHEROKEE KK MY10 LIMITED WAGON


$11,990


~$111
Cost to fill at $1.50/L
~596km
Average per tank

Fuel Type Petrol Fuel Efficiency 12.4L / 100km Transmission Automatic Odometer
143,987 kms

USED VEHICLE




$11,990

 
View
Enquire



2010 JEEP CHEROKEE KK MY10 LIMITED WAGON


$11,990


~$111
Cost to fill at $1.50/L
~596km
Average per tank

Fuel Type Petrol Fuel Efficiency 12.4L / 100km Transmission Automatic Odometer
143,987 kms

USED VEHICLE





$11,990

 
View
Enquire



2012 JEEP GRAND CHEROKEE WK MY2012 LIMITED WAGON


$13,990

Long Range

~$140
Cost to fill at $1.50/L
~1,120km
Average per tank

Fuel Type Diesel Fuel Efficiency 8.3L / 100km Transmission Automatic Odometer
225,012 kms

USED VEHICLE




$13,990

 
View
Enquire



2012 JEEP GRAND CHEROKEE WK MY2012 LIMITED WAGON


$13,990

Long Range

~$140
Cost to fill at $1.50/L
~1,120km
Average per tank

Fuel Type Diesel Fuel Efficiency 8.3L / 100km Transmission Automatic Odometer
225,012 kms

USED VEHICLE





$13,990

 
View
Enquire

Toggle navigation
 * Back To Top
 * New Search
 * View My Garage 0


Page 1 of 3

 * 
 * 
 * 1
 * 2
 * 3
 * 
 * 

Dealer Licence No. 25514
ABN: 40608137426
×

REPAYMENT CALCULATOR

Frequency WeeklyFortnightlyMonthlyYearly
Loan Amount
$
Weekly Repayments
$
Term of Loan 1 years (12 months)2 years (24 months)3 years (36 months)4 years
(48 months)5 years (60 months)6 years (72 months)7 years (84 months)
Interest Rate
%


WEEKLY REPAYMENTS


$39.07

Disclaimer
 * This is a model, not a prediction. It only provides an estimate of amounts
   and repayment periods and is designed to give an indicative loan repayment
   based on the information you have provided.
 * Finance Calculator estimate does NOT include any fees or charges associated
   with a loan transaction.
 * Use of this calculator does not imply that a particular interest rate, term
   or loan amount is available and in no way constitutes an offer of finance.
 * This calculator does NOT take into account your personal circumstances or
   ability to repay the payments displayed and is NOT intended to be your sole
   source of information when making a financial decision. You should consider
   whether you should obtain advice from a licensed financial adviser.
 * Please contact our Dealership and speak with the Finance Specialist to obtain
   your own Personalised Rate Quote.


OUR LOCATION


PRINDIVILLE CAR SALES

1/38 Prindiville Drive Wangara WA 6065
Show On Map
Select Department
 * 
   
   Sales

SALES DEPARTMENT

(08) 9409 4406

SALES TRADING HOURS

Monday
8:00 am - 6:00 pm
Tuesday
8:00 am - 6:00 pm
Wednesday
8:00 am - 6:00 pm
Thursday
8:00 am - 6:00 pm
Friday
8:00 am - 6:00 pm
Saturday
8:00 am - 1:00 pm
Sunday
Closed


OUR LOCATION


PRINDIVILLE CAR SALES

1/38 Prindiville Drive
Wangara WA 6065
(08) 9409 4406

Select Department
 * Sales

SALES DEPARTMENT

(08) 9409 4406

SALES TRADING HOURS

Monday
8:00 am - 6:00 pm
Tuesday
8:00 am - 6:00 pm
Wednesday
8:00 am - 6:00 pm
Thursday
8:00 am - 6:00 pm
Friday
8:00 am - 6:00 pm
Saturday
8:00 am - 1:00 pm
Sunday
Closed
Show On Map


© 2023 Cox Automotive / Dealer Licence: 25514

Dealer Website by Cox Automotive

  BROWSER UPGRADE

To get the most out of your modular website experience please upgrade to any of
the below supported browsers

 * Google Chrome
   
   INSTALL

 * Safari
   
   INSTALL

 * Firefox
   
   INSTALL

 * Microsoft Edge
   
   INSTALL

NO THANKS
Prindiville Car Sales
Small Independent – Home
Wangara
WA
6065



independent

Inventory Search needs Javascript enabled! Visit
http://www.activatejavascript.org for help