diamondlimo.com.sg Open in urlscan Pro
103.9.103.202  Public Scan

URL: https://diamondlimo.com.sg/
Submission: On April 10 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="contact_form" class="position-relative testing">
  <div class="mb-3">
    <label for="booking-type" class="form-label">Booking Type*:</label>
    <select name="booking-type" id="booking-type" class="form-select" aria-label="Default select example">
      <option value="Point to Point Transfer">Point to Point Transfer</option>
      <option value="Cross-border Transfer">Cross-border Transfer</option>
      <option value="City Tour Booking">City Tour Booking</option>
      <option value="Hourly Charter">Hourly Charter</option>
      <option value="Airport Transfer">Airport Transfer</option>
      <option value="Staff Transfers">Staff Transfers</option>
      <option value="Event Booking">Event Booking</option>
    </select>
  </div>
  <div class="mb-3">
    <label for="name" class="form-label">Name*:</label>
    <input type="text" name="name" class="form-control validate-name" id="name" placeholder="Name" required="">
  </div>
  <div class="mb-3">
    <label for="number" class="form-label">Mobile Number* - (Please add country code Eg. +6587497077):</label>
    <input type="tel" name="number" class="form-control phoneValid" id="number" placeholder="Mobile Number" required="">
  </div>
  <div class="mb-3">
    <label for="email" class="form-label">Email Address*(Privacy Policy):</label>
    <input type="email" name="email" class="form-control validateemail" id="email" placeholder="Email Address" required="">
  </div>
  <div class="mb-3">
    <label for="date" class="form-label">Date*:</label>
    <input type="date" name="date" class="form-control" id="date" min="2024-04-10" required="">
  </div>
  <div class="mb-3 row">
    <div class="col-lg-4">
      <label for="hours" class="form-label">Hours</label>
      <select id="hours" name="hours" class="form-select" aria-label="Default select example">
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
        <option value="6">6</option>
        <option value="7">7</option>
        <option value="8">8</option>
        <option value="9">9</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
      </select>
    </div>
    <div class="col-lg-4">
      <label for="minutes" class="form-label">Minutes</label>
      <select id="minutes" name="minutes" class="form-select" aria-label="Default select example">
        <option value="00">00</option>
        <option value="05">05</option>
        <option value="10">10</option>
        <option value="15">15</option>
        <option value="20">20</option>
        <option value="25">25</option>
        <option value="30">30</option>
        <option value="35">35</option>
        <option value="40">40</option>
        <option value="45">45</option>
        <option value="50">50</option>
        <option value="55">55</option>
      </select>
    </div>
    <div class="col-lg-4">
      <label for="date" class="form-label">AM/PM</label>
      <select id="timezone" name="timezone" class="form-select" aria-label="Default select example">
        <option value="AM">AM</option>
        <option value="PM">PM</option>
      </select>
    </div>
  </div>
  <div class="mb-3">
    <label for="address" class="form-label">Pickup Address*:</label>
    <textarea class="form-control address" name="address" id="address" placeholder="Pickup Address" rows="3" required=""></textarea>
  </div>
  <div class="mb-3">
    <label for="dropaddress" class="form-label">Dropoff Address*:</label>
    <textarea class="form-control address" name="dropaddress" id="dropaddress" placeholder="Dropoff Address" rows="3" required=""></textarea>
  </div>
  <div class="mb-3">
    <label for="booking-type" class="form-label">Fleet Type:</label>
    <select id="fleettype" name="fleettype" class="form-select" aria-label="Default select example">
      <option value="6 Seater Limousine">6 Seater Limousine</option>
      <option value="7 Seater Mercedes">7 Seater Mercedes</option>
      <option value="9/13 Seater Coach">9/13 Seater Coach</option>
      <option value="45/49 Seater Coach">45/49 Seater Coach</option>
      <option value="Mercedes E-Class">Mercedes E-Class</option>
      <option value="Mercedes S-Class">Mercedes S-Class</option>
    </select>
  </div>
  <div class="mb-3">
    <label for="passenger" class="form-label">No. Of Passenger*:</label>
    <input type="tel" name="passenger" class="form-control validnum" id="passenger" placeholder="No. Of passenger" required="">
  </div>
  <div class="mb-3">
    <label for="luggages" class="form-label">No. Of Luggages*:</label>
    <input type="tel" name="luggages" class="form-control validnum" id="luggages" placeholder="No. Of Luggages" required="">
  </div>
  <div class="mb-3">
    <label for="comments" class="form-label">Additional Comments (additional pickup/dropoff, child seat etc.):</label>
    <input type="text" name="comments" class="form-control" id="comments" placeholder="Additional comments:">
  </div>
  <div class="mb-3">
    <label for="comments" class="form-label">
      <b><span style="text-decoration: underline;">Terms and Conditions:</span><br>
				Midnight charge - $15<br>
				(2330hrs - 0659hrs)<br>
				Waiting charges - $15/15mins block<br>
				Extra stop - $20(within 5km)<br>
				Arrival 1 hour after flight lands - $15/15mins block<br>
				Trips extending over 1.5 hours will be converted to hourly booking.<br>
				Hourly (round up to the nearest 30mins block)<br>
				Refund policy -<br>
				No refund for trips 1hr before pickup time<br>
				(Case by case basis)<br>
				Administrative charges of 10% are applicable for credit card transactions.<br></b>
    </label>
  </div>
  <div class="mb-3 form-check">
    <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" required="">
    <label class="form-check-label" for="flexCheckDefault"> I have read and agree to the terms and conditions. </label>
  </div>
  <div class="mb-3">
    <input type="submit" class="form-control smt-btn" value="Submit" disabled="">
    <span class="wpcf7-spinner"></span>
  </div>
</form>

Text Content

 * +65 8787 2829
 * enquiry@diamondlimo.com.sg

 * 

 * +65 8787 2829
 * enquiry@diamondlimo.com.sg

 * Home
 * About Us
 * Services
   * Point to Point Transfer
   * City Tour Booking
   * Hourly Charter
   * Airport Transfer
   * Staff Transfers
   * Event Booking
   * Cross-Border Transfer Booking
 * Fleet
   * 6 Seater Limousine
   * 7 Seater Mercedes
   * 9/13 Seater Coach
   * 45/49 Seater Coach


Call Us: +65 8787 2829 Book Now


DIAMOND LIMO: WHERE LUXURY MEETS COMFORT IN SINGAPORE

When it comes to limousine services in Singapore for personal and corporate
needs, Diamond Limo is one of the finest options you can consider. We ensure you
can go from place to place while travelling in comfort, safety, and style. Our
service is a personalised travel experience designed to cater to your
requirements. Whether it’s for a corporate function, an airport transfer, or a
night on the town, we offer quality limousine transport in Singapore that you
will enjoy. Contact us now!

Book Now



MAKE A RESERVATION NOW

+65 8787 2829




OUR SERVICES

If you are looking for a Singapore limo service, Diamond Limo stands as a great
option, offering a range of luxurious transportation solutions tailored to your
unique needs.

POINT TO POINT TRANSFER

Leave the transportation to us. We can get you from one place to another in
Singapore with ease and convenience.

BOOK NOW

BOOK NOW

CITY TOUR TRANSFER

Discover Singapore in style and comfort with limousine transport in Singapore.
From vibrant neighbourhoods to iconic landmarks, experience it all.

BOOK NOW

BOOK NOW

HOURLY CHARTER

Have multiple meetings or places to visit? Our hourly charter service offers
flexibility and a comfortable transport experience.

BOOK NOW

BOOK NOW

AIRPORT TRANSFER

No need to stress about missing airport pickups and drop-offs. We offer timely
and efficient airport transportation services.

BOOK NOW

BOOK NOW

STAFF TRANSFERS

Provide your staff with a convenient and luxurious ride. Ideal for corporate
events and staff retreats.

BOOK NOW

BOOK NOW

EVENT BOOKING

From weddings to corporate events, arrive in style and make a lasting impression
with our limo transfer in Singapore.

BOOK NOW

BOOK NOW

CROSS-BORDER TRANSFER

Travel comfortably to and from Malaysia without any hassle.

BOOK NOW

BOOK NOW


HOW TO BOOK A LIMO SERVICE WITH DIAMOND LIMO

PROVIDE US WITH DETAILS.

Start by informing us of the number of passengers and your travel requirements.

SELECT THE SERVICE AND FLEET

Choose a vehicle from our fleet that suits your needs, ranging from 6-seaters to
45/49-coaches.

CONFIRM YOUR DATE

Finalize your limo cab booking by confirming the date and time and checking the
availability of your chosen fleet.

ENJOY THE LIMO RIDE

Relax, sit back, and enjoy the comfort and luxury that Diamond Limo offers.


BOOK A DIAMOND LIMO MAXI CAB OR COACH


YOUR CHOICES, OUR COMMITMENT

When it comes to luxury ground transportation, making the right choice matters.
At Diamond Limo, we offer an extensive selection of limousine services in
Singapore, with maxi cabs and coaches catering to suit various group sizes,
occasions, and needs. From airport transfers to corporate events, our service
options are as diverse as our clientele.

WHY CHOOSE DIAMOND LIMO?

HERE ARE THE BENEFITS OF DIAMOND LIMO’S CAB BOOKING:

 1. Passenger Safety: Our trained chauffeurs will prioritize your safety. All
    vehicles undergo regular checks and maintenance to ensure a risk-free
    journey.

 2. Comfort: Luxury isn’t just about aesthetics; it’s also about how you enjoy
    the journey. Our vehicles come with plush interiors and amenities to
    guarantee a comfortable ride.

 3. Privacy: In the bustling city of Singapore, privacy is a commodity. We
    respect your need for personal space and confidentiality during your trip.

 4. Reasonable Rates: Our various packages are designed to fit different budgets
    without sacrificing quality, ensuring a premium, yet affordable travel
    experience for every client.




DIVERSE FLEET OPTIONS TO SUIT EVERY NEED

Our diverse fleet is designed to meet the various needs of our clients. Whether
you’re a business professional, a couple seeking a romantic night out, or a
family heading to the airport, we have the perfect vehicle for you.

6-Seater 7-Seater 9/13 Seater 45/49-seater Perfect for small groups and family
outings. The choice for business professionals or families looking for a
luxurious Limo Transfer Singapore. Ideal for larger groups or family trips. Best
suited for large groups of people going on excursions and corporate retreats.
Arrival: $85 Arrival: $85 Arrival: $85 Arrival: Call to Enquire Departure: $65
Departure: $65 Departure: $70 Departure: Call to Enquire Hourly: $65/hr (min 3
hrs) Hourly: $65/hr (min 3 hrs) Hourly: $75/hr (min 3 hrs) Other Services: Call
to Enquire

 * 6-Seater:
   Perfect for small groups and family outings.
   Arrival: $75
   Departure: $65
   Hourly: $65/hr (min 3 hrs)

 * 7-Seater:
   The choice for business professionals or families looking for a luxurious
   Limo Transfer Singapore.
   Arrival: $75
   Departure: $65
   Hourly: $65/hr (min 3 hrs)

 * 9/13 Seater:
   Ideal for larger groups or family trips.
   Arrival: $85
   Departure: $75
   Hourly: $75/hr (min 3 hrs)

 * 45/49-seater:
   Best suited for large groups of people going on excursions and corporate
   retreats.
   Arrival: $150,
   Departure: $120
   Other Services: Call to Enquire




CUSTOMER REVIEWS

Glenn Teo



Booked our 4days Genting transport through Diamond Limo, via Adrian Tan. The
transport was excellent, with good vehicle and reliable service! Thanks to
Diamond Limo and Adrian Tan!

Hock Guan Koh



Diamond Limo Singapore, the Number 1 transportation company that provides
limousine & limo taxi services in Singapore driven by professional and
well-trained chauffeurs

Andy Soh



Thank you diamondlimosg for the arrangement to pick friends from Thailand up
from the airport! Excellent and friendly service!!

Clement Chia.



Good prompt service for my airport arrival pick up


BOOK NOW (FOR URGENT/IMMEDIATE PICKUP, CALL US AT 87872829)

Booking Type*: Point to Point Transfer Cross-border Transfer City Tour Booking
Hourly Charter Airport Transfer Staff Transfers Event Booking
Name*:
Mobile Number* - (Please add country code Eg. +6587497077):
Email Address*(Privacy Policy):
Date*:
Hours 1 2 3 4 5 6 7 8 9 10 11 12
Minutes 00 05 10 15 20 25 30 35 40 45 50 55
AM/PM AM PM
Pickup Address*:
Dropoff Address*:
Fleet Type: 6 Seater Limousine 7 Seater Mercedes 9/13 Seater Coach 45/49 Seater
Coach Mercedes E-Class Mercedes S-Class
No. Of Passenger*:
No. Of Luggages*:
Additional Comments (additional pickup/dropoff, child seat etc.):
Terms and Conditions:
Midnight charge - $15
(2330hrs - 0659hrs)
Waiting charges - $15/15mins block
Extra stop - $20(within 5km)
Arrival 1 hour after flight lands - $15/15mins block
Trips extending over 1.5 hours will be converted to hourly booking.
Hourly (round up to the nearest 30mins block)
Refund policy -
No refund for trips 1hr before pickup time
(Case by case basis)
Administrative charges of 10% are applicable for credit card transactions.

I have read and agree to the terms and conditions.



MAKE A RESERVATION NOW

+65 8787 2829




QUICK LINKS

 * Home
 * About Us
 * Services
 * Fleet


OUR SERVICES

 * Point to Point Transfer
 * City Tour Booking
 * Hourly Charter
 * Airport Transfer
 * Staff Transfers
 * Event Booking
 * Cross-Border Transfer Booking


OUR FLEET

 * 6 Seater Limousine
 * 7 Seater Mercedes
 * 9/13 Seater Coach
 * 45/49 Seater Coach


SOCIAL LINKS

 * 

50 Tagore Ln, #05-02G, Singapore 787494

enquiry@diamondlimo.com.sg

+6587872829

©2023 by Diamond Limousine. 53444923M