symzifreights.com Open in urlscan Pro
45.137.159.146  Public Scan

URL: https://symzifreights.com/
Submission: On September 30 via api from BE — Scanned from US

Form analysis 3 forms found in the DOM

<form id="truckloadForm">
  <div class="grid grid-cols-1 gap-4 md:grid-cols-4">
    <div class="border-e-2 pe-4">
      <div>
        <label for="truckloadFrom" class="block mb-2 text-base font-semibold text-mineshaft">Where are you shipping from?</label>
        <input type="text" id="truckloadFrom" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="truckloadFromError" style="color: red;"></span>
      </div>
    </div>
    <div class="border-e-2 pe-4">
      <div>
        <label for="truckloadTo" class="block mb-2 text-base font-semibold text-mineshaft">Where are you shipping to?</label>
        <input type="text" id="truckloadTo" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="truckloadToError" style="color: red;"></span>
      </div>
    </div>
    <div class="mb-4 md:md-0">
      <div>
        <label for="truckloadDate" class="block mb-2 text-base font-semibold text-mineshaft">Pick up date</label>
        <input type="date" id="truckloadDate" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" required="">
        <span id="truckloadDateError" style="color: red;"></span>
      </div>
    </div>
    <div class="flex items-end justify-center">
      <button id="truckLoadSubmit" type="button" class="flex items-center px-5 md:py-5 py-2.5 mb-0 text-sm font-medium text-white rounded-lg bg-primary hover:bg-primarydark hover:text-white focus:ring-4 focus:ring-primary me-2 focus:outline-none"
        onclick="submitForm('truckload')"> Request a Freight Quote <svg class="w-4 h-4 ms-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
          <path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
            fill="currentColor"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

<form id="lessTruckloadForm">
  <div class="grid grid-cols-1 gap-4 md:grid-cols-4">
    <div class="border-e-2 pe-4">
      <div>
        <label for="lessTruckloadFrom" class="block mb-2 text-base font-semibold text-mineshaft ">Where are you shipping from?</label>
        <input type="text" id="lessTruckloadFrom" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="ltlFromError" style="color: red;"></span>
      </div>
    </div>
    <div class="border-e-2 pe-4">
      <div>
        <label for="lessTruckloadTo" class="block mb-2 text-base font-semibold text-mineshaft ">Where are you shipping to?</label>
        <input type="text" id="lessTruckloadTo" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="ltlToError" style="color: red;"></span>
      </div>
    </div>
    <div class="mb-4 md:md-0">
      <div>
        <label for="lessTruckloadDate" class="block mb-2 text-base font-semibold text-mineshaft ">Pick up date</label>
        <input type="date" id="lessTruckloadDate" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" required="">
        <span id="ltlDateError" style="color: red;"></span>
      </div>
    </div>
    <div class="flex items-end justify-center">
      <button id="lessTruckloadSubmit" type="button" class="flex items-center px-5 md:py-5 py-2.5 mb-0 text-sm font-medium text-white rounded-lg bg-primary hover:bg-primarydark hover:text-white focus:ring-4 focus:ring-primary me-2 focus:outline-none"
        onclick="submitForm('ltl')"> Request a Freight Quote <svg class="w-4 h-4 ms-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
          <path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
            fill="currentColor"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

<form id="intermodalForm">
  <div class="grid grid-cols-1 gap-4 md:grid-cols-4">
    <div class="border-e-2 pe-4">
      <div>
        <label for="intermodalFrom" class="block mb-2 text-base font-semibold text-mineshaft ">Where are you shipping from?</label>
        <input type="text" id="intermodalFrom" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="intermodalFromError" style="color: red;"></span>
      </div>
    </div>
    <div class="border-e-2 pe-4">
      <div>
        <label for="intermodalTo" class="block mb-2 text-base font-semibold text-mineshaft ">Where are you shipping to?</label>
        <input type="text" id="intermodalTo" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" placeholder="Enter Your City or Postal Code" required="">
        <span id="intermodalToError" style="color: red;"></span>
      </div>
    </div>
    <div class="mb-4 md:md-0">
      <div>
        <label for="intermodalDate" class="block mb-2 text-base font-semibold text-mineshaft ">Pick up date</label>
        <input type="date" id="intermodalDate" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm  focus:ring-[1px] focus:ring-primary focus:border-0 block w-full p-2.5" required="">
        <span id="intermodalDateError" style="color: red;"></span>
      </div>
    </div>
    <div class="flex items-end justify-center">
      <button id="intermodalSubmit" type="button" class="flex items-center px-5 md:py-5 py-2.5 mb-0 text-sm font-medium text-white rounded-lg bg-primary hover:bg-primarydark hover:text-white focus:ring-4 focus:ring-primary me-2 focus:outline-none"
        onclick="submitForm('intermodal')"> Request a Freight Quote <svg class="w-4 h-4 ms-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
          <path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
            fill="currentColor"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content
 * Home
 * About
 * Freight Brokerage Services
   * Drayage
   * Temp Controlled
   * Flatbed
   * Dry Van
   * Drop Equipment
   * Dedicated Fleet
   * Expedited
   * Power Only
   * Less Than Truckload / Partial
   * IMDL
 * Shippers
 * FAQs
 * News
 * Contact
 * Become a Carrier

 * Home
 * About
 * Freight Brokerage Services
   * Drayage
   * Temp Controlled
   * Flatbed
   * Dry Van
   * Drop Equipment
   * Dedicated Fleet
   * Expedited
   * Power Only
   * Less Than Truckload / Partial
   * IMDL
 * Shippers
 * FAQs
 * News
 * Contact
 * Become a Carrier

 * Home
 * About
 * Freight Brokerage Services
   * Drayage
   * Temp Controlled
   * Flatbed
   * Dry Van
   * Drop Equipment
   * Dedicated Fleet
   * Expedited
   * Power Only
   * Less Than Truckload / Partial
   * IMDL
 * Shippers
 * FAQs
 * News
 * Contact
 * Become a Carrier

 * Home
 * About
 * Freight Brokerage Services
   * Drayage
   * Temp Controlled
   * Flatbed
   * Dry Van
   * Drop Equipment
   * Dedicated Fleet
   * Expedited
   * Power Only
   * Less Than Truckload / Partial
   * IMDL
 * Shippers
 * FAQs
 * News
 * Contact
 * Become a Carrier





SYMZI FREIGHTS

Drive Your
Business Forward ®

 * Truckload

 * Less Than Truckload

 * Intermodal

Where are you shipping from?
Where are you shipping to?
Pick up date
Request a Freight Quote
Where are you shipping from?
Where are you shipping to?
Pick up date
Request a Freight Quote
Where are you shipping from?
Where are you shipping to?
Pick up date
Request a Freight Quote
Moving furniture or personal items?


SUPPLY CHAIN SOLUTIONS TO FUEL YOUR BUSINESS.
INSIGHTS TO MAKE IT SUCCEED.

Work with a trusted global third-party logistics provider that has been
empowering business growth for over 05 years. Our centralized marketplace
connects you to the people, technology, data and capacity – full truckload, less
than truckload (LTL), intermodal and other capacity or asset solutions – needed
to take your supply chain further, faster.

TAP INTO A MARKETPLACE THAT MATCHES OVER 10,000 SHIPMENTS A DAY.

Consolidate a fragmented North American market by accessing the diverse capacity
you need. We match shipments domestically and internationally for thousands of
shippers and carriers in order to keep business moving.

Get a quote

SCALE UP OR DOWN WITH FLEXIBLE MULTI-MODAL AND EQUIPMENT SOLUTIONS.

Your business demands agility. Work with a trusted 3PL that can meet all your
high-volume capacity, equipment and project needs through our multi-modal
marketplace and access to UPS’s large asset network.

Learn More

EASILY MANAGE AND TRACK YOUR FREIGHT ON-DEMAND USING SYMZI FREIGHTS.

Business is moving faster than ever. To help you keep up, SYMZI Freights gives
you online access to a large marketplace so you can quickly generate quotes,
build loads, run reports and track shipments.

Log in


AWARDS


OUR WORK SPEAKS FOR ITSELF




FOR SHIPPERS


GET ACCESS TO CAPACITY AND EQUIPMENT SOLUTIONS, REGARDLESS OF MARKET CONDITIONS.

REQUEST QUOTE


FOR CARRIERS


INSTANTLY BOOK YOUR PREFERRED LOADS AND CONSISTENT LANES TO KEEP YOUR FLEET
HAULING.

BECOME A CARRIER


RESOURCES


INSIGHTS TO HELP GROW YOUR BUSINESS

NOTEWORTHY TECHNOLOGY ACQUISITIONS 2021

Here are the biggest enterprise technology acquisitions of 2021 so far, in
reverse chronological order.

Read More

NOTEWORTHY TECHNOLOGY ACQUISITIONS 2021

Here are the biggest enterprise technology acquisitions of 2021 so far, in
reverse chronological order.

Read More

NOTEWORTHY TECHNOLOGY ACQUISITIONS 2021

Here are the biggest enterprise technology acquisitions of 2021 so far, in
reverse chronological order.

Read More
View All Articles


SYMZI FREIGHTS



Email: info@symzifreights.com

Phone: +1 469 638 8626


 * Drop Equipment
 * Dedicated Fleet
 * Expedited
 * Power Only
 * Less Than Truckload / Partial
 * IMDL

 * About Symzi Freights
 * Become a Carrier
 * Contact us
 * News and Research

+1 469 638 8626



INFO@SYMZIFREIGHTS.COM

24/7 customer support



LONGVIEW, TEXAS, USA

USA Head Office

Facebook Youtube Linkedin

© SYMZI Freights – 2024. All rights reserved. Developed by Paradox
International Ltd

Go to Top