deliverymates.com Open in urlscan Pro
172.67.211.12  Public Scan

URL: https://deliverymates.com/
Submission: On September 09 via automatic, source certstream-suspicious — Scanned from IT

Form analysis 1 forms found in the DOM

POST /orders

<form data-controller="places time-zone pricing" data-action="google-maps-callback@window->places#initMap places:delivery->pricing#onDeliveryPositionChange places:pickup->pricing#onPickupPositionChange"
  data-pricing-url-value="https://pricing.dmates.io" data-pricing-company-value="5a1fe5a9435dcb0001062393" class="hero_form" id="new_order" action="/orders" accept-charset="UTF-8" method="post" data-hs-cf-bound="true"><input type="hidden"
    name="authenticity_token" value="lWyI9fFxlfcPtct4NUotkeXhJGWEYT-yZ-MXGJKub25-fP4vTGi4Fzi41l3t7kKT_ilDebjvu2VsgHv5lmjUSA" autocomplete="off">
  <div class="hero-initial-form__container">
    <h3 class="text-2xl sm:text-3xl font-bold text-accent text-center"> Book a delivery </h3>
    <div class="hero-initial-form__inner-container">
      <div class="hero-initial-form__section">
        <label class="hero-initial-form__label" for="order_pickup_address">Sender address</label>
        <input data-places-target="pickup" data-pricing-target="pickup" data-action="keydown.enter->places#keydown" placeholder="Pickup postcode" class="hero-initial-form__search-field pac-target-input" type="search" name="order[pickup_address]"
          id="order_pickup_address" autocomplete="off">
      </div>
      <input data-places-target="pickupPosition" data-pricing-target="pickupPosition" autocomplete="off" type="hidden" name="order[pickup_position_string]" id="order_pickup_position_string">
      <input data-places-target="pickupCode" autocomplete="off" type="hidden" name="order[pickup_postal_code]" id="order_pickup_postal_code">
      <input data-places-target="pickupCountry" autocomplete="off" type="hidden" name="order[pickup_country]" id="order_pickup_country">
      <div class="hero-initial-form__section">
        <label class="hero-initial-form__label" for="order_delivery_address">Recipient address</label>
        <input data-places-target="delivery" data-pricing-target="delivery" data-action="keydown.enter->places#keydown" placeholder="Dropoff postcode" class="hero-initial-form__search-field pac-target-input" type="search"
          name="order[delivery_address]" id="order_delivery_address" autocomplete="off">
      </div>
      <input data-places-target="deliveryPosition" data-pricing-target="deliveryPosition" autocomplete="off" type="hidden" name="order[delivery_position_string]" id="order_delivery_position_string">
      <input data-places-target="deliveryCode" autocomplete="off" type="hidden" name="order[delivery_postal_code]" id="order_delivery_postal_code">
      <input data-places-target="deliveryCountry" autocomplete="off" type="hidden" name="order[delivery_country]" id="order_delivery_country">
      <div class="hero-initial-form__section">
        <label class="hero-initial-form__label" for="order_delivery_date">Delivery date</label>
        <input value="2024-09-09" data-pricing-target="deliveryDate" class="hero-initial-form__date-field" type="date" name="order[delivery_date]" id="order_delivery_date">
      </div>
      <div class="hero-initial-form__section">
        <label class="hero-initial-form__label" for="order_delivery_time_window">Delivery Time Window</label>
        <select data-pricing-target="deliveryTime" class="hero-initial-form__select" name="order[delivery_time_window]" id="order_delivery_time_window">
          <option value="any">Any time</option>
          <option value="urgent">Next 90 minutes (urgent)</option>
          <option value="00-01">00:00 - 01:00</option>
          <option value="01-02">01:00 - 02:00</option>
          <option value="02-03">02:00 - 03:00</option>
          <option value="03-04">03:00 - 04:00</option>
          <option value="04-05">04:00 - 05:00</option>
          <option value="05-06">05:00 - 06:00</option>
          <option value="06-07">06:00 - 07:00</option>
          <option value="07-08">07:00 - 08:00</option>
          <option value="08-09">08:00 - 09:00</option>
          <option value="09-10">09:00 - 10:00</option>
          <option value="10-11">10:00 - 11:00</option>
          <option value="11-12">11:00 - 12:00</option>
          <option value="12-13">12:00 - 13:00</option>
          <option value="13-14">13:00 - 14:00</option>
          <option value="14-15">14:00 - 15:00</option>
          <option value="15-16">15:00 - 16:00</option>
          <option value="16-17">16:00 - 17:00</option>
          <option value="17-18">17:00 - 18:00</option>
          <option value="18-19">18:00 - 19:00</option>
          <option value="19-20">19:00 - 20:00</option>
          <option value="20-21">20:00 - 21:00</option>
          <option value="21-22">21:00 - 22:00</option>
          <option value="22-23">22:00 - 23:00</option>
          <option value="23-24">23:00 - 24:00</option>
        </select>
      </div>
      <div class="hero-initial-form__checkbox-section">
        <input name="order[extra_fragile]" type="hidden" value="0" autocomplete="off"><input data-pricing-target="fragile" class="hero-initial-form__checkbox" type="checkbox" value="1" name="order[extra_fragile]" id="order_extra_fragile">
        <label class="hero-initial-form__checkbox-label" for="order_extra_fragile">Fragile</label>
      </div>
      <div class="hero-initial-form__price-container">
        <div class="hero-initial-form__price-inner invisible-pricing-container" data-pricing-target="priceContainer">
          <p class="hero-initial-form__price-text">
            <span>£</span>
            <span data-pricing-target="displayedPrice"></span>
          </p>
          <input data-pricing-target="price" autocomplete="off" type="hidden" name="order[price]" id="order_price">
        </div>
        <div class="hidden top-0 bottom-0 left-0 right-0" data-pricing-target="spinner">
          <div class="flex items-center justify-center mt-2 mb-4">
            <div class="inline-block h-8 w-8 animate-spin rounded-full border-4 border-solid border-green-600 border-r-transparent align-[-0.125em] motion-reduce:animate-[spin_1.5s_linear_infinite]" role="status">
              <span class="!absolute !-m-px !h-px !w-px !overflow-hidden !whitespace-nowrap !border-0 !p-0 ![clip:rect(0,0,0,0)]">Loading...</span>
            </div>
          </div>
        </div>
        <input value="Europe/Rome" data-time-zone-target="timeZone" autocomplete="off" type="hidden" name="order[time_zone]" id="order_time_zone">
        <div class="hero-initial-form__submit-container">
          <input type="submit" name="commit" value="Book now" disabled="disabled" data-pricing-target="submit" class="hero-initial-form__submit-btn font-bold text-center decoration-none py-2 px-4 rounded shadow transition-all hover:scale-105"
            data-disable-with="Book now">
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

   
 * About Us
 * Partner with us
 * Become a courier
 * Blog
 * Contact Us
 * Log in

Book a delivery



SUSTAINABLE FINAL-MILE
DELIVERY SOLUTIONS

Highly trained riders, delivery management software, logistics personnel, and a
fleet of carbon-free vehicles allow us to provide global deliveries tailored to
your business needs.

Contact Us


BOOK A DELIVERY

Sender address
Recipient address
Delivery date
Delivery Time Window Any time Next 90 minutes (urgent) 00:00 - 01:00 01:00 -
02:00 02:00 - 03:00 03:00 - 04:00 04:00 - 05:00 05:00 - 06:00 06:00 - 07:00
07:00 - 08:00 08:00 - 09:00 09:00 - 10:00 10:00 - 11:00 11:00 - 12:00 12:00 -
13:00 13:00 - 14:00 14:00 - 15:00 15:00 - 16:00 16:00 - 17:00 17:00 - 18:00
18:00 - 19:00 19:00 - 20:00 20:00 - 21:00 21:00 - 22:00 22:00 - 23:00 23:00 -
24:00
Fragile

£

Loading...


Trusted to deliver for




HOW CAN OUR COURIER SERVICE HELP YOU


SAME-HOUR DELIVERY

Lightning-fast deliveries for optimum customer satisfaction.


SAME-DAY DELIVERY

Exceed customer expectations with same-day delivery.


NEXT-DAY DELIVERY

Trust our tracking services to ensure an efficient delivery near or far.


ON DEMAND DELIVERY

Whatever your customers need, delivered whenever they need it.

Contact Us



WHY CHOOSE DELIVERY MATES COURIER SERVICE

Eco-friendly and sustainable

Our impressive fleet of carbon-free vehicles ensures our business - and yours -
is helping to create a cleaner, healthier planet with every delivery.



No industry off limits

From food and hospitality to the automotive industry, retail and healthcare,
we've got the tools to support your unique delivery needs.



Uninterrupted service

From 8:00 until 23:00, our couriers are out and about transporting your goods to
ensure you meet your delivery goals.



Extensive fleet

We've strategically positioned more than 3,500 diverse vehicles across the UK
and Europe, ready and waiting to tackle your delivery challenges.





AI POWERED SOFTWARE

 * Bespoke solution
 * Data inside
 * Massive optimisation
 * Drivers performance

Learn more

Contact Us


LET'S TALK ABOUT YOUR DELIVERY SOLUTION?


Contact Us Become a Courier

Follow us



Head Office

11, Steele Road, Park Royal
London, NW10 7AS

Sales & Customer Support

+44 20 3743 3130

Company

About Us Sustainability Become a courier Partner With Us Meet Sabrina Blog
Careers Contact Us

Directory

API Documentation Terms & Conditions Data Protection Privacy Policy Cookies
Policy
About Us Sustainability Become a courier Partner With Us Meet Sabrina Blog
Careers Contact Us

OTL Omega Telematics and Logistics Ltd operate Delivery Mates.

Registered in England and Wales with company number 08426945 and VAT number GB
196 6984 31.

© Copyright 2024. OTL Omega Telematics and logistics Ltd. All Rights Reserved.