www.rentabomb.com.au Open in urlscan Pro
139.99.148.160  Public Scan

Submitted URL: https://aiwebdevelopments-dot-yamm-track.appspot.com/2of7VlZWbs88QM3B2LDmtr3lxyJYKqbbXkbqWpBNU89Sq2Tg_kwFtIw0Qx9bXF5YsywArMGeEXjkZTgxUOHaEkr1NQTwyUn7...
Effective URL: https://www.rentabomb.com.au/
Submission: On November 19 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: frmStep1POST https://www.rentabomb.com.au/make-a-booking/booking-step-2/

<form id="frmStep1" role="form" name="frmStep1" action="https://www.rentabomb.com.au/make-a-booking/booking-step-2/" method="post" class="registration-form">
  <div class="row">
    <div class="col-sm-12">
      <div class="d-flex">
        <div class="radio">
          <label>
            <input type="radio" name="choose-store" value="selectStore" checked="checked" onchange="handleChooseStore(this)">Choose a store</label>
        </div>
        <div class="radio">
          <label>
            <input type="radio" id="searchOption" name="choose-store" value="location" onchange="handleChooseStore(this)">Nearest store based on location</label>
        </div>
      </div>
      <div class="form-group select-arrow new-arrow">
        <!-- <input type="text" class="form-control" id="text"> -->
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select id="cmbPickup" name="form-Pickup-Location" autocomplete="off" class="form-Pickup-Location form-control required" onchange="handleLocationChange()">
          <option disabled="" value="">--Please select--</option>
          <option value="" disabled="" class="option-separator">(Vic) </option>
          <option value="12">Blackburn</option>
          <option value="13">Dandenong</option>
          <option value="14">Hoppers Crossing</option>
          <option value="15">Oakleigh</option>
          <option value="16">Preston</option>
          <option value="11">Richmond</option>
          <option value="1">South Melbourne</option>
          <option value="10">Tullamarine (Melbourne Airport)</option>
          <option value="" disabled=""> </option>
          <option value="" disabled="" class="option-separator">(NSW) </option>
          <option value="" disabled=""> </option>
          <option value="" disabled="" class="option-separator">(Qld) </option>
          <option value="7">Brisbane (Brisbane Airport)</option>
          <option value="8">Cairns</option>
          <option value="17">Gold Coast (Gold Coast Airport)</option>
          <option value="" disabled=""> </option>
        </select>
        <div id="type-ahead-panel" style="display:none">
          <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" class="location-icon form-Pickup-Location form-control tt-hint" onchange="LocUpdForm()" readonly="" autocomplete="off" spellcheck="false"
              tabindex="-1" dir="ltr" style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 10px 8px / auto no-repeat scroll padding-box border-box rgb(255, 255, 255);"><input
              type="text" id="searchStore" placeholder="Search by suburb, postcode, city, region" class="location-icon form-Pickup-Location form-control tt-input" onchange="LocUpdForm()" autocomplete="off" spellcheck="false" dir="auto"
              style="position: relative; vertical-align: top; background-color: transparent;">
            <pre aria-hidden="true"
              style="position: absolute; visibility: hidden; white-space: pre; font-family: Montserrat, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
            <div class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
              <div class="tt-dataset tt-dataset-0"></div>
              <div class="tt-dataset tt-dataset-1"></div>
            </div>
          </span>
        </div>
        <div class="current-location-button" onclick="getNearestStoresBasedOnLocation()" id="clickHereToFindLocation" hidden="">Or click here to use your location...</div>
      </div>
    </div>
    <div class="col-sm-12">
      <div class="form-group select-arrow">
        <label for="selTravel">What suits your travel needs?</label>
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select class="form-control" name="selTravel" id="selTravel">
          <option value="metro_traveller">Metro Traveller</option>
          <option value="unlimited_traveller">Out of Metro Traveller</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 icon-left">
      <div class="form-group">
        <label for="start">Pick Up Date</label>
        <i class="fa fa-calendar" aria-hidden="true"></i>
        <!-- <input type="date" id="start" name="trip-start" class="form-control"
      					   value=""> -->
        <input id="txtPickup" type="text" name="form-Pickup-Date" placeholder="Pickup-Date..." class="form-Pickup-Date form-control" autocomplete="off" onchange="LocUpdForm()" readonly="">
      </div>
    </div>
    <div class="col-sm-6 icon-left">
      <div class="form-group">
        <label for="start">Drop Off Date</label>
        <i class="fa fa-calendar" aria-hidden="true"></i>
        <input id="txtReturn" type="text" name="form-Dropoff-Date" placeholder="Dropoff-Date..." class="form-Dropoff-Date form-control" autocomplete="off" onchange="LocUpdForm()" readonly="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 icon-left">
      <div class="form-group">
        <label for="start">Pick Up Time </label>
        <i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>
        <input type="text" name="form-Pickup-Time" placeholder="--Please select--" class="form-Pickup-Time form-control" id="txtPickupTime" onchange="handlePickuptimeChange()" autocomplete="off" readonly="">
      </div>
    </div>
    <div class="col-sm-6 icon-left">
      <div class="form-group">
        <label for="start">Drop Off Time</label>
        <i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>
        <input type="text" name="form-Dropoff-Time" placeholder="--Please select--" class="form-Dropoff-Time form-control" id="txtReturnTime" onchange="handleDropOffTimeChange()" autocomplete="off" readonly="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group select-arrow">
        <label for="age">Age</label>
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select id="cmbAge" autocomplete="off" name="form-Minimum-Age" placeholder="Minimum-Age..." class="form-Minimum-Age form-control" onchange="handleAgeChange()">
          <option disabled="" value="">--Please select--</option>
          <option value="6">21</option>
          <option value="14">22</option>
          <option value="15">23</option>
          <option value="12">24</option>
          <option value="13">25+</option>
        </select>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group select-arrow">
        <label for="Vechle Type">Vehicle Type</label>
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select class="form-control" id="input-CategorySelected" name="CategorySelected" style="display: block;">
          <option value="CARS" selected="">Car</option>
          <option value="SUV-PEOPLEMOVER">SUV/People Mover</option>
          <option value="VANS-UTES">Ute/Vans/Truck</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 hide">
      <div class="form-group select-arrow">
        <label for="input-CategorySelected">Dropoff Location</label>
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select id="cmbDropOff" autocomplete="off" name="form-Dropoff-Location" placeholder="Dropoff Location..." class="form-Dropoff-Location form-control" onchange="LocUpdForm()">
          <option value="12">Blackburn, (Vic)</option>
          <option value="7">Brisbane (Brisbane Airport), (Qld)</option>
          <option value="8">Cairns, (Qld)</option>
          <option value="13">Dandenong, (Vic)</option>
          <option value="17">Gold Coast (Gold Coast Airport), (Qld)</option>
          <option value="14">Hoppers Crossing, (Vic)</option>
          <option value="15">Oakleigh, (Vic)</option>
          <option value="16">Preston, (Vic)</option>
          <option value="11">Richmond, (Vic)</option>
          <option value="1">South Melbourne, (Vic)</option>
          <option value="10">Tullamarine (Melbourne Airport), (Vic)</option>
        </select>
      </div>
    </div>
    <div class="col-sm-6 hide">
      <div class="form-group select-arrow">
        <label for="cmbCatType">Category Type</label>
        <i class="fa fa-angle-down" aria-hidden="true"></i>
        <select id="cmbCatType" name="form-Category-Type" placeholder="Category Type..." class="form-Category-Type form-control">
          <option value="0">All</option>
          <option value="1">Car</option>
          <option value="8">People Movers</option>
          <option value="3">Commercial</option>
          <option value="9">SUV</option>
          <option value="4">Truck</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group select-arrow">
        <label for="input-CategorySelected">Promo Code</label>
        <i class="txtPromoCode" aria-hidden="true"></i>
        <input type="text" name="form-Promo-Code" placeholder="Promo-Code if any..." class="form-Promo-Code form-control" id="txtPromoCode" autocomplete="off">
      </div>
      <input type="hidden" name="choosetext" id="choosetext" value="Check the following entries:">
      <input type="hidden" name="refid" id="refid" value="">
    </div>
  </div>
  <button type="button" id="fat-btn" class="btn-submit has-spinner" data-loading-text="loading..." onclick="doSearch()"> <span class="spinner"><i class="fa fa-refresh fa-spin"></i></span> Find the best suited vehicle</button>
</form>

Text Content

Skip to content
 * Make a booking
 * Our Cars
   * Cars
   * SUV / People Mover
   * Vans/Utes/Trucks
 * Our Locations
 * Our Story
 * Contact Us


WHAT SUITS YOUR TRAVEL NEEDS?

Video Player
https://www.rentabomb.com.au/wp-content/uploads/2022/04/rent_a_bomb_-_instructional_booking_process_explainer-240p.mp4

00:00
00:00
00:42
Use Up/Down Arrow keys to increase or decrease volume.


Watch for tips to book your vehicle. Click here
Need more info on booking? Watch Video


METRO TRAVELLER

Limited to travel within 55km of the CBD

Limited to travel within 55km of CBD

Get around the city affordably with either our Metro Saver or late model cars.


OUT OF METRO TRAVELLER

For travel inside and outside the CBD

For Travel In and Outside the CBD

For weekends and road trips, get in and out of the city with our later model
cars.

Choose a store
Nearest store based on location
--Please select--(Vic) BlackburnDandenongHoppers
CrossingOakleighPrestonRichmondSouth MelbourneTullamarine (Melbourne Airport)
(NSW) (Qld) Brisbane (Brisbane Airport)CairnsGold Coast (Gold Coast Airport)


Or click here to use your location...
What suits your travel needs? Metro Traveller Out of Metro Traveller
Pick Up Date
Drop Off Date
Pick Up Time
Drop Off Time
Age --Please select--2122232425+
Vehicle Type Car SUV/People Mover Ute/Vans/Truck
Dropoff Location Blackburn, (Vic)Brisbane (Brisbane Airport), (Qld)Cairns,
(Qld)Dandenong, (Vic)Gold Coast (Gold Coast Airport), (Qld)Hoppers Crossing,
(Vic)Oakleigh, (Vic)Preston, (Vic)Richmond, (Vic)South Melbourne,
(Vic)Tullamarine (Melbourne Airport), (Vic)
Category Type AllCarPeople MoversCommercialSUVTruck
Promo Code
Find the best suited vehicle


CHEAP CAR HIRE

Rent A Bomb are your #1 choice for cheap car hire, with a range of quality
vehicles at affordable prices. With an easy booking process and plenty of
options, your search for cheap car hire ends here!


CHECK OUT OUR SPECIALS.




GETAWAY CARS


LOWEST NEW CAR PRICES.



Looking for a cheap option for your next getaway.

Check out our range of new cars and SUV’s.

 

Your journey starts here!


Get Quote


STAY ON BUDGET


LOWEST USED CAR PRICES



Wide range of New & Used Cars, SUV’s, Vans, Utes and a Truck!

Check our lowest price options.

 
Drive away. On Budget!


Get Quote


DELIVERY VEHICLES


FOR ALL YOUR DELIVERY NEEDS



With unprecedented demand for deliveries we can supply cars/vans/utes for Uber
Eats, Menulog and other delivery needs.

Enquire in store or click below.


Get Quote

*Conditions apply. Specials are available at participating stores only. Cannot
be used in conjunction with any other offers. Not available during peak periods.
Contact your nearest location on 1300 CARHIRE (227 447) for full terms and
conditions.


UNDERSTAND YOUR BOOKING PROCCES!

Renting a car with Rent A Bomb is easy. Follow the simple steps in our online
booking process, enter your details and select the car that best suits your
travel needs. Once you’ve reserved your car online, we’ll be in touch to confirm
its availability on your chosen dates. Prefer to make a phone reservation? Call
1300 CAR HIRE (227 447) and speak to a member of the Rent A Bomb team.

Choose a travel option

Enter your details

Enter your details

Select a rental car

Add optional extras

Submit to reserve a car

We confirm your booking


CHEAP RENTAL CARS ARE OUR SPECIALITY

We have the entire east coast of Australia covered for cheap rental cars,
including Melbourne so visit one of our location pages and browse all our
vehicles on offer


OUR LOCATIONS

With 11 locations along Australia’s east coast, you’re sure to find a Rent A
Bomb office that’s convenient for you. Many of our offices are close to popular
airports, including Melbourne Airport in Tullamarine, Brisbane Airport, Gold
Coast Airport and Cairns Airport, so if you’re flying into any of these
destinations, you won’t need to travel far to pick up your car hire or drop it
off when you fly out.

Learn more



RENTABOMB

CARS

SUV/PEOPLE MOVERS

VANS/UTES/TRUCKS

AREA OF USE MAPS

OUR STORY


NATIONAL LOCATIONS

MELBOURNE

BRISBANE

GOLD COAST

CAIRNS

TULLAMARINE


SUPPORT

CONTACT US

OFFICE HOURS

RENTAL TERMS

FAQS



© 2020 Rent A Bomb. All rights reserved.

November
January
February
March
April
May
June
July
August
September
October
November
December

2024
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Save Selected
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30

November
January
February
March
April
May
June
July
August
September
October
November
December

2024
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Save Selected
00:00
00:30
01:00
01:30
02:00
02:30
03:00
03:30
04:00
04:30
05:00
05:30
06:00
06:30
07:00
07:30
08:00
08:30
09:00
09:30
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
16:30
17:00
17:30
18:00
18:30
19:00
19:30
20:00
20:30
21:00
21:30
22:00
22:30
23:00
23:30

November
January
February
March
April
May
June
July
August
September
October
November
December

2024
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Save Selected
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00

November
January
February
March
April
May
June
July
August
September
October
November
December

2024
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050


SunMonTueWedThuFriSat
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Save Selected
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00