hermanntrucking.ca Open in urlscan Pro
2a02:4780:2b:1953:0:36b2:e89:2  Public Scan

URL: https://hermanntrucking.ca/
Submission: On December 25 via api from BE — Scanned from CA

Form analysis 2 forms found in the DOM

<form>
  <input type="text" placeholder="Search here...">
  <button><i class="fa fa-search"></i></button>
</form>

POST #

<form action="#" method="post">
  <div class="single-setup" id="step-1" style="display: block;">
    <div class="fare-rate-tab-content">
      <div class="modal-shipping-info">
        <ul>
          <li>
            <div class="shipping-step-count">
              <h5>A</h5>
            </div>
            <div class="shipping-address-form">
              <div class="shipping-country-box form-group">
                <label for="from-country">from country</label>
                <input type="text" required="required" id="from-country" placeholder="Select Your Destination">
              </div>
              <div class="shipping-address-box form-group">
                <label for="from-country-location">add your location</label>
                <input type="text" required="required" id="from-country-location" placeholder="Select Your Destination">
              </div>
            </div>
          </li>
          <li>
            <div class="shipping-step-count">
              <h5>B</h5>
            </div>
            <div class="shipping-address-form">
              <div class="shipping-country-box form-group">
                <label for="to-country">TO country</label>
                <input type="text" required="required" id="to-country" placeholder="Select Your Destination">
              </div>
              <div class="shipping-address-box form-group">
                <label for="to-country-location">add your location</label>
                <input type="text" required="required" id="to-country-location" placeholder="Select Your Destination">
              </div>
            </div>
          </li>
        </ul>
      </div>
      <div class="modal-shipping-more-list">
        <ul>
          <li><a href="#"><i class="flaticon-credit-card"></i> Don't have an account? No problem
                                                            Pay by credit card or cash.</a></li>
          <li><a href="#"><i class="flaticon-sings"></i> Get a quick quote and start shipping</a>
          </li>
          <li><a href="#"><i class="flaticon-track"></i> Consult your packaging and delivery
                                                            options</a></li>
        </ul>
      </div>
      <button class="btn f-right nextBtn-2 btn-success" type="button">one more step</button>
    </div>
  </div>
  <div class="single-setup" id="step-2" style="display: none;">
    <div class="fare-rate-tab-content">
      <div class="modal-shipping-details">
        <div class="modal-shipping-title">
          <h2>items <span>details</span></h2>
          <h2 class="f-right">total cost : <span>$ 19.00</span></h2>
        </div>
        <div class="shipping-details-info">
          <div class="single-shipping-details-box">
            <label for="packaging-size">packaging size</label>
            <select class="custom-select" id="packaging-size">
              <option selected="">Standart Size ( 42” x 36” )</option>
              <option>Standart Size ( 82” x 86” )</option>
              <option>Standart Size ( 102” x 165” )</option>
              <option>Standart Size ( 110” x 205” )</option>
              <option>Standart Size ( 120” x 250” )</option>
            </select>
          </div>
          <div class="single-shipping-details-box shipping-qty">
            <label for="QTY-number">QTY</label>
            <input type="number" value="1" id="QTY-number" required="required">
          </div>
          <div class="single-shipping-details-box shipping-weight">
            <label for="packaging-weight">TOTAL WEIGHT</label>
            <select class="custom-select" id="packaging-weight">
              <option selected="">KG</option>
              <option>20KG</option>
              <option>30KG</option>
              <option>50KG</option>
              <option>80KG</option>
              <option>100KG</option>
            </select>
          </div>
          <div class="single-shipping-details-box shipping-transport">
            <label for="cargo-transport">cargo transport</label>
            <select class="custom-select" id="cargo-transport">
              <option selected="">IN</option>
              <option>1500in</option>
              <option>2000in</option>
              <option>2500in</option>
              <option>3000in</option>
              <option>3500in</option>
              <option>4000in</option>
            </select>
          </div>
          <div class="single-shipping-details-box shipping-product">
            <label for="product-category">product category</label>
            <select class="custom-select" id="product-category">
              <option selected="">Glass Product</option>
              <option>Glass Product</option>
              <option>Glass Product</option>
              <option>Glass Product</option>
              <option>Glass Product</option>
            </select>
          </div>
        </div>
        <div class="custom-control custom-checkbox">
          <input type="checkbox" required="required" class="custom-control-input" id="customControlInline">
          <label class="custom-control-label" for="customControlInline">Logistics is generally the detailed organization and implementation of a complex operation. In a general business sense, logistics is the management of the flow of things between
            the point of origin and the point</label>
        </div>
      </div>
      <button class="btn f-left prevBtn-2 btn-success" type="button">Previous</button>
      <button class="btn f-right nextBtn-2 btn-success" type="button"><span>$19.00</span> Booking</button>
    </div>
  </div>
  <div class="single-setup" id="step-3" style="display: none;">
    <div class="fare-rate-tab-content">
      <div class="modal-shipping-details">
        <div class="modal-shipping-title">
          <h2>tracking <span>information</span></h2>
        </div>
        <div class="f-left pr-20">
          <div class="shipping-details-info shipping-tracking-info">
            <div class="modal-tracking-info">
              <label for="invoice-id">invoice Id</label>
              <input type="text" id="invoice-id" placeholder="Enter Your Id">
            </div>
            <div class="modal-tracking-info">
              <label>Search invoice</label>
              <button class="btn nextBtn-2 btn-success">find your product</button>
            </div>
          </div>
          <div class="tracking-quots-board">
            <label>your happiness quotes</label>
            <div class="tracking-quots-board-info">
              <img src="img/bg/board_bg.jpg" alt="img">
              <h5>On Board Your Products. Now Product is Malaysia Ocean</h5>
            </div>
          </div>
        </div>
        <div class="tracking-modal-map">
          <div id="contact-map">
            <div style="height: 100%; width: 100%;">
              <div style="overflow: hidden;"></div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Call us : +1905 233 1254
   
   hermann@hermanntrucking.com

 * 200 Rexdale blvard,Etobicoke,ON,M9W1R2

 * Home
 * Our services
 * Why us?
 * Team
 * Gallery
   * Container-loading
   * Towing service
   * Car hauler
   * Heavy equipment handling
   * Sideloader

 * Home
   * Home One
   * Home Two
   * Home Three
 * Company
 * Tracking
 * Pages
   * Services
     * Services Air
     * Services Railway
     * Services Door to Door
     * Services warehouse
   * Pricing Plan
 * News & Media
   * Blog
   * Blog Classic
   * Blog With Sidebar
   * Blog Details
 * Support


Contact us


 * Select Your Destination
 * ITEMS TO BE SHIPPED
 * tracking information

 * A
   
   from country
   add your location

 * B
   
   TO country
   add your location

 * Don't have an account? No problem Pay by credit card or cash.
 * Get a quick quote and start shipping
 * Consult your packaging and delivery options

one more step


ITEMS DETAILS


TOTAL COST : $ 19.00

packaging size Standart Size ( 42” x 36” ) Standart Size ( 82” x 86” ) Standart
Size ( 102” x 165” ) Standart Size ( 110” x 205” ) Standart Size ( 120” x 250” )
QTY
TOTAL WEIGHT KG 20KG 30KG 50KG 80KG 100KG
cargo transport IN 1500in 2000in 2500in 3000in 3500in 4000in
product category Glass Product Glass Product Glass Product Glass Product Glass
Product
Logistics is generally the detailed organization and implementation of a complex
operation. In a general business sense, logistics is the management of the flow
of things between the point of origin and the point
Previous $19.00 Booking


TRACKING INFORMATION

invoice Id
Search invoice find your product
your happiness quotes

ON BOARD YOUR PRODUCTS. NOW PRODUCT IS MALAYSIA OCEAN



WELCOME TO

Hermann Trucking

A Shipping company services provider

Learn more about us

LOGISTICS SERVICES AND STORAGE

fast and affordable

Hassle free! we take care of your cargo from booking to dispatching at a very
best rate

Contact us

SEA FREIGHT

We are providing customer and business owner shipping services at an affordable
rate around the world with the best brokers in Canada.

WE MOVE CONTAINER UNTIL 35 TONNES

We are equipped with a sideloader that can move loading (35 tonnes) container
(20 and 40 feet) from a point A to a point B. Check our sideloaders in this
Video

TOWING

We are bringing fou our customers a new fast and reliable towing service . Do
you have a car to move? We can make it easier for you. Request a quote by
Contacting us here

STORAGE RENTAL

Storing allows us to offer our customers greater speed, efficiency and
flexibility for their supply chains and all the items they would like to ship.


NEED A STORAGE?

EQUIPMENT AND CONTAINER STORAGE AVAILABLE IN OUR REXDALE LOCATION

Storing allows us to offer our customers greater speed, efficiency and
flexibility for their supply chains, by having their items and cars store in a
secure storage container

Contact us to request a storage
Cargo
We are


LOCATED INREXDALE







2 / 26





Loading excavator inside 40ft container

Loading loader inside a container that measure 40ft high cube

Loading flatbed and container chassis inside 40ft container


OUR TEAM

Here is the list of the technical staff behind Hermann Trucking

POSITION TITLE


TEAM MEMBER NAME



POSITION TITLE


TEAM MEMBER NAME 2



POSITION TITLE


TEAM MEMBER NAME3



POSITION TITLE


TEAM MEMBER NAME4



POSITION TITLE


TEAM MEMBER NAME 5



POSITION TITLE


TEAM MEMBER NAME 6



INSPIRATION SERVICE


GET INSIGHTS INSPIRATION

Express delivery is an innovativ service is effective logistics solutio for
delivery of small cargo service.

LET US HELP


WHY SHOULD YOU CHOOSE US?

Hermann Trucking is an innovative service is an effective logistics solution for
the delivery of small and medium cargo. This service is useful for companies
various.


WHICH SERVICES ARE WE PROVIDE?

Towing truck,container lift , storage cars, truck,containers goods, container
switch


WE DROP CONTAINER ON THE GROUND

We are one of few shipping companies that offer our customers the advantage to
load their container on the ground


CUSTOMER GET AT LEAST 3 DAYS TO LOAD HIS CARGO


We are offering at least 3 days for our customers to load their items. This
brings the flexibility of loading stress-free and customer can request more days
to load his cargo as well.


WE OFFER PEOPLE AND RESOURCES FOR LOADING

Do not worry about having to bring outside resources for loading, we can provide
you helpers, forklift, ramp for a better loading experience

CONTACT US




SHIPPING CARGO



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

TONOY ALEXANDER

Founder Cargo

CONTAINER STORAGE



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

LANU DEXANDER

Founder Cargo

SHIPPING CARGO



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

TONOY ALEXANDER

Founder Cargo

CONTAINER STORAGE



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

LANU DEXANDER

Founder Cargo

SHIPPING CARGO



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

TONOY ALEXANDER

Founder Cargo

CONTAINER STORAGE



“ Express delivery is an innovative service is effective logistics solution for
the delivery of small cargo. This service is useful companied various effective
logistics scala ”

LANU DEXANDER

Founder Cargo

CLIENTS TRUST US


CARGO REQUEST QUOTE

Select Service Sea Freight Shipping Cargo Storage Car parking




Send Request


HERMANN TRUCKING IN NUMBERS

MAERSK




110 LOADS

based on 25 customers
 * On Time Delivery 3.5
   
 * Delivery experience 4.5
   

HAPAG LOYD




96 LOADS

based on 28 customers
 * On Time Delivery 4.5
   
 * Delivery experience 4.1
   

MSC




48 LOADS

based on 24 customers
 * On Time Delivery 3.5
   
 * Delivery experience 4.5
   

CMA-CGM




12 LOADS

based on 11 customers
 * On Time Delivery 3.5
   
 * Delivery experience 4.5
   



Hermann Trucking Canada. A subdivision of Hermann Group International

 * 
 * 

OUR YARDS

 * Rexdale office
   
   200 REXDALE BLVARD,ETOBICOKE,ON,M9W1R2

 * 

USEFUL LINKS

 * Services
 * Why us?
 * Contact us

REFFER US AND GET WIN

Get a reward or commission everytime you refer us to a successful customer.
Contact us above to know more.

Copyright© Opencell Intelligence LLC | All Rights Reserved