airryd.com Open in urlscan Pro
2606:4700:3036::6815:5bac  Public Scan

Submitted URL: http://airryd.com/
Effective URL: https://airryd.com/
Submission: On November 14 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST bookingDetails.php

<form method="post" action="bookingDetails.php">
  <div class="input-group mb-3 input-group-sm" style="width: 160px; margin-left:1px; margin-top:7px; ">
    <div class="input-group-prepend" onclick="detailBooking()">
      <span class="input-group-text" style="font-size:15px;text-align:center;width:100%; margin-right:-10px;"><i class="fa fa-search" aria-hidden="true" style="color:#5c5c5c;"></i></span>
    </div>
    <input type="text" style="font-size: 12px;border-radius:1px;" name="bookinng_no" class="form-focus form-control pac-target-input" placeholder="booking id..">
    <button type="Submit" id="bookDetail" class="chkUpdate" style="visibility: hidden;"></button>
  </div>
</form>

POST calculation.php

<form method="post" role="form" action="calculation.php" id="bookingForm" class="login-box">
  <div class="tab-content" id="main_form">
    <div class="tab-pane active" role="tabpanel" id="step1">
      <div class="row pb-4 mb-2">
        <div class="col-md-12">
          <h5 style="color: #ffffff;padding: 0% 2% 1% 0%;"> Rapid Text Line / Real People : 913-215-3113 </h5>
          <h4 style="color: #ffffff;padding: 0% 2% 1% 0%; font-family:roboto; font-weight:600;">Instantly Calculate <br>&amp; Book Your Auto Transport </h4>
        </div>
        <div class="col-md-12">
          <input type="hidden" name="hUserID" value="uID-655381a9d8e4e" tabindex="0">
          <label style="color: #ffffff">Zip Code From</label>
          <input class="form-focus form-control pac-target-input" type="text" id="start" name="start" placeholder="" required="" tabindex="0" autocomplete="off">
        </div>
        <div class="col-md-12">
          <label style="color: #ffffff">Zip Code To</label>
          <input class="form-focus form-control pac-target-input" type="text" id="end" name="end" placeholder="" required="" tabindex="0" autocomplete="off">
        </div>
        <div class="col-md-12">
          <label style="color: #ffffff">Transportation Type</label>
          <select class="form-focus form-control" name="type" id="type" onchange="calcRoute();" required="" style="width: 100%; display: none;" tabindex="0">
            <option value="">Select</option>
            <option value="1">Open</option>
            <option value="2">Enclosed</option>
          </select>
          <div class="nice-select form-focus form-control" tabindex="0"><span class="current">Select</span>
            <ul class="list">
              <li data-value="" class="option selected">Select</li>
              <li data-value="1" class="option">Open</li>
              <li data-value="2" class="option">Enclosed</li>
            </ul>
          </div>
        </div>
        <div class="col-xl-12 mt-2">
          <div class="row">
            <div class="col-lg-4 mt-3">
              <div style="background-color: #fff; text-align: center;">
                <p style="padding: 12px 5px;margin: auto; display: none;" id="priceTotal">$0.00</p>
                <input type="hidden" name="htotalprice" id="htotalprice" tabindex="0">
                <input type="hidden" name="httotalprice" id="httotalprice" tabindex="0">
                <input type="hidden" name="total_distance" id="total_distance" tabindex="0">
                <input type="hidden" name="bookinng_no" value="655381a9d92b6" tabindex="0">
              </div>
            </div>
            <div class="col-md-12 col-lg-12 mt-3" style="margin: auto;">
              <button type="button" class="btn lg-btn next-step" tabindex="0"> Continue Booking </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="tab-pane" role="tabpanel" id="step2">
      <div class="row pb-4 mb-2">
        <div class="col-md-12">
          <h4 style="color: #ffffff;padding: 0% 2% 1% 0%; font-family:roboto; font-weight:600;">Rapid Quote <span> Calculator</span> </h4>
        </div>
        <div class="card-header col-md-12 col-lg-12 pt-2">
          <label class="radio-inline">
            <input type="radio" name="vehicleType" onclick="changevType('1')" value="1" checked="checked" tabindex="0"><span class="Enter_your_weight" style="color: #ffffff"> Single vehicle </span>
          </label>
          <label class="radio-inline" style="margin-left: 20px;">
            <input type="radio" name="vehicleType" value="2" onclick="changevType('2')" tabindex="0"><span class="Enter_your_weight" style="color: #ffffff"> Multiple Vehicles</span>
          </label>
        </div>
        <div class="col-md-12 col-lg-6 pt-2">
          <label style="color: #ffffff">Is it operable? *</label>
          <select class="form-control blue" name="operable" id="operable" onchange="calcRoute();" required="" tabindex="0" style="display: none;">
            <option value="Yes" data-id="0" selected="">Yes</option>
            <option value="No" data-id="22">No</option>
          </select>
          <div class="nice-select form-control blue" tabindex="0"><span class="current">Yes</span>
            <ul class="list">
              <li data-value="Yes" class="option selected">Yes</li>
              <li data-value="No" class="option">No</li>
            </ul>
          </div>
        </div>
        <div class="col-md-12 col-lg-6 pt-2">
          <label style="color: #ffffff">Vehicle year</label>
          <span id="vyearSpan"><select class="form-focus form-control blue" id="vyear" onchange="getMake(this.value)" name="vyear">
              <option value="">Select</option>
              <option value="2024">2024</option>
              <option value="2023">2023</option>
              <option value="2022">2022</option>
              <option value="2021">2021</option>
              <option value="2020">2020</option>
              <option value="2019">2019</option>
              <option value="2018">2018</option>
              <option value="2017">2017</option>
              <option value="2016">2016</option>
              <option value="2015">2015</option>
              <option value="2014">2014</option>
              <option value="2013">2013</option>
              <option value="2012">2012</option>
              <option value="2011">2011</option>
              <option value="2010">2010</option>
              <option value="2009">2009</option>
              <option value="2008">2008</option>
              <option value="2007">2007</option>
              <option value="2006">2006</option>
              <option value="2005">2005</option>
              <option value="2004">2004</option>
              <option value="2003">2003</option>
              <option value="2002">2002</option>
              <option value="2001">2001</option>
              <option value="2000">2000</option>
              <option value="1999">1999</option>
              <option value="1998">1998</option>
              <option value="1997">1997</option>
              <option value="1996">1996</option>
              <option value="1995">1995</option>
              <option value="1994">1994</option>
              <option value="1993">1993</option>
              <option value="1992">1992</option>
              <option value="1991">1991</option>
              <option value="1990">1990</option>
              <option value="1989">1989</option>
              <option value="1988">1988</option>
              <option value="1987">1987</option>
              <option value="1986">1986</option>
              <option value="1985">1985</option>
              <option value="1984">1984</option>
              <option value="1983">1983</option>
              <option value="1982">1982</option>
              <option value="1981">1981</option>
              <option value="1980">1980</option>
              <option value="1979">1979</option>
              <option value="1978">1978</option>
              <option value="1977">1977</option>
              <option value="1976">1976</option>
              <option value="1975">1975</option>
              <option value="1974">1974</option>
              <option value="1973">1973</option>
              <option value="1972">1972</option>
              <option value="1971">1971</option>
              <option value="1970">1970</option>
              <option value="1969">1969</option>
              <option value="1968">1968</option>
              <option value="1967">1967</option>
              <option value="1966">1966</option>
              <option value="1965">1965</option>
              <option value="1964">1964</option>
              <option value="1963">1963</option>
              <option value="1962">1962</option>
              <option value="1961">1961</option>
              <option value="1960">1960</option>
              <option value="1959">1959</option>
              <option value="1958">1958</option>
              <option value="1957">1957</option>
              <option value="1956">1956</option>
              <option value="1955">1955</option>
              <option value="1954">1954</option>
              <option value="1953">1953</option>
              <option value="1952">1952</option>
              <option value="1951">1951</option>
              <option value="1950">1950</option>
              <option value="1949">1949</option>
              <option value="1948">1948</option>
              <option value="1947">1947</option>
              <option value="1946">1946</option>
              <option value="1945">1945</option>
              <option value="1944">1944</option>
              <option value="1943">1943</option>
              <option value="1942">1942</option>
              <option value="1941">1941</option>
              <option value="1940">1940</option>
              <option value="1939">1939</option>
              <option value="1938">1938</option>
              <option value="1937">1937</option>
              <option value="1936">1936</option>
              <option value="1935">1935</option>
              <option value="1934">1934</option>
              <option value="1933">1933</option>
              <option value="1932">1932</option>
              <option value="1931">1931</option>
              <option value="1930">1930</option>
              <option value="1929">1929</option>
              <option value="1928">1928</option>
              <option value="1927">1927</option>
              <option value="1926">1926</option>
              <option value="1925">1925</option>
              <option value="1924">1924</option>
              <option value="1923">1923</option>
            </select>
            <div class="nice-select form-focus form-control blue" style="display:none">
              <span class="current"></span>
              <ul class="list"></ul>
            </div>
          </span>
        </div>
        <div class="col-md-12 col-lg-6 pt-2">
          <label style="color: #ffffff">Vehicle make</label>
          <span id="vmakeSpan">
            <select class="form-control blue" id="vmake" name="vmake" required="" onchange="getModel(this.value)" disabled="" tabindex="0" style="display: none;">
              <option value="">Select</option>
            </select>
            <div class="nice-select form-control blue disabled"><span class="current">Select</span>
              <ul class="list">
                <li data-value="" class="option selected">Select</li>
              </ul>
            </div>
          </span>
        </div>
        <div class="col-md-12 col-lg-6  pt-2">
          <label style="color: #ffffff">Vehicle model</label>
          <span id="vmodelSpan">
            <select class="form-focus form-control blue" id="vmodel" name="vmodel" style="width: 100%; display: none;" required="" disabled="" tabindex="0">
              <option value="">Select</option>
            </select>
            <div class="nice-select form-focus form-control blue disabled"><span class="current">Select</span>
              <ul class="list">
                <li data-value="" class="option selected">Select</li>
              </ul>
            </div>
          </span>
        </div>
        <div class="col-md-12 pt-2" id="cTyperoot" style="display: none;">
          <label style="color: #ffffff">Car Type</label>
          <span id="vcarTypeSpan">
            <select class=" form-control blue" id="cType" name="cType" onchange="calcRoute();" required="" disabled="" tabindex="0" style="display: none;">
              <option value="">Select</option>
              <option value="1" data-id="25">Exotic Super Car ( Ferrari, Mclaren )</option>
              <option value="2" data-id="9">Sports Car or Classic Car ( Corvette, Porsche)</option>
              <option value="3" data-id="8">Luxury Sedans ( BMW, Audi, Mercedes )</option>
              <option value="4" data-id="3">Basic Small Car ( Honda Civic, Kia Rio)</option>
              <option value="5" data-id="11">Crossover SUV ( Ford Escape, Honda CRV)</option>
              <option value="6" data-id="5">Mid Size Sedan ( Toyota Camry, Ford Taurus )</option>
              <option value="7" data-id="18">Full Size SUVS ( Chevrolet Tahoe, Lexus LX470)</option>
              <option value="8" data-id="27">Full Size Trucks ( Ford F-150, Dodge Ram 1500)</option>
              <option value="9" data-id="53">XL Truck or Van ( Ford F-350 , Mercedes Sprinter )</option>
              <option value="10" data-id="0">Motorcyle / ATV</option>
              <option value="11" data-id="75">Boat</option>
              <option value="12" data-id="0.00">Trailer</option>
            </select>
            <div class="nice-select form-control blue disabled"><span class="current">Select</span>
              <ul class="list">
                <li data-value="" class="option selected">Select</li>
                <li data-value="1" class="option">Exotic Super Car ( Ferrari, Mclaren )</li>
                <li data-value="2" class="option">Sports Car or Classic Car ( Corvette, Porsche)</li>
                <li data-value="3" class="option">Luxury Sedans ( BMW, Audi, Mercedes )</li>
                <li data-value="4" class="option">Basic Small Car ( Honda Civic, Kia Rio)</li>
                <li data-value="5" class="option">Crossover SUV ( Ford Escape, Honda CRV)</li>
                <li data-value="6" class="option">Mid Size Sedan ( Toyota Camry, Ford Taurus )</li>
                <li data-value="7" class="option">Full Size SUVS ( Chevrolet Tahoe, Lexus LX470)</li>
                <li data-value="8" class="option">Full Size Trucks ( Ford F-150, Dodge Ram 1500)</li>
                <li data-value="9" class="option">XL Truck or Van ( Ford F-350 , Mercedes Sprinter )</li>
                <li data-value="10" class="option">Motorcyle / ATV</li>
                <li data-value="11" class="option">Boat</li>
                <li data-value="12" class="option">Trailer</li>
              </ul>
            </div>
          </span>
        </div>
        <div class="col-md-12 col-lg-6 pt-3 multiV hide" style="margin: auto;">
          <button type="button" id="add_Order" class="btn" onclick="addOrder('1');" disabled="" tabindex="0">Add vehicle+</button>
        </div>
        <div class="col-md-12 col-lg-6  pt-3" style="margin: auto;display: none;" id="addTotalPice">
          <input type="hidden" name="" id="hFare" tabindex="0">
          <input type="hidden" name="" id="hflatFee" tabindex="0">
          <input type="hidden" name="" id="hpriceJSValue" tabindex="0">
          <input type="hidden" name="hvyear" id="hVyear" tabindex="0">
          <input type="hidden" name="hvmake" id="hVmake" tabindex="0">
          <input type="hidden" name="hvmodel" id="hVmodel" tabindex="0">
          <input type="hidden" name="hvcType" id="hVcType" tabindex="0">
          <input type="hidden" id="state" name="state" tabindex="0">
          <input type="hidden" id="state1" name="state1" tabindex="0">
        </div>
        <div class="col-md-12 multiV hide" style="">
          <label style="color: #ffffff">Vehicle List </label>
          <div style="border-style: ridge;overflow-y: scroll;height: 130px;padding: 5px 10px;overflow-x: hidden;">
            <table id="vOrderList" style="width: 100%;">
              <thead>
                <tr class="row">
                  <th class="col-md-2" style="color: #ffffff">#</th>
                  <th class="col-md-3" style="color: #ffffff">Year</th>
                  <th class="col-md-3" style="color: #ffffff">Make</th>
                  <th class="col-md-4" style="color: #ffffff">Model</th>
                </tr>
              </thead>
              <tbody></tbody>
            </table>
          </div>
        </div>
        <div class="col-xl-12 mt-2">
          <div class="row">
            <div class="col-md-12 col-lg-4 mt-3" style="margin: auto;">
              <button type="button" class="btn prev-step" tabindex="0"> Back </button>
            </div>
            <div class="col-md-12 col-lg-8 mt-3" style="margin: auto;">
              <button type="button" class="btn lg-btn next-step" tabindex="0"> Continue Booking </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="tab-pane" role="tabpanel" id="step3">
      <div class="row pb-4 mb-2">
        <div class="col-md-12">
          <h4 style="color: #ffffff;padding: 0% 2% 1% 0%; font-family:roboto; font-weight:600;">Rapid Quote <span> Caclulator</span></h4>
        </div>
        <div class="col-md-7 pt-2">
          <label style="color: #ffffff">Name</label>
          <input class="form-focus form-control" type="text" id="uname" name="uname" placeholder="Your Name" required="" autocomplete="off" tabindex="0">
        </div>
        <div class="col-md-5 pt-2">
          <label style="color: #ffffff">Phone</label>
          <input class="form-focus form-control" type="text" id="phone" name="phone" placeholder="Your Phone" required="" autocomplete="off" tabindex="0">
        </div>
        <div class="col-md-7 pt-2">
          <label style="color: #ffffff">Email</label>
          <input class="form-focus form-control" type="email" id="email" name="email" placeholder="Your Email" required="" autocomplete="off" tabindex="0">
        </div>
        <div class="col-md-5 pt-2">
          <label style="color: #ffffff">Move Date</label>
          <input class="form-focus form-control blue" type="date" id="avail_date" name="avail_date" placeholder="Enter Date" value="2023-11-14" required="" tabindex="0">
        </div><br><br>
        <div class="g-recaptcha col-md-12 pt-2" style="margin-top:8px;" data-sitekey="6LeFeSAaAAAAAEeEF9LGyazQ1TgjRnQLrmLugmfw">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-jlwy8cz0wype" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeFeSAaAAAAAEeEF9LGyazQ1TgjRnQLrmLugmfw&amp;co=aHR0cHM6Ly9haXJyeWQuY29tOjQ0Mw..&amp;hl=de&amp;v=fGZmEzpfeSeqDJiApS_XZ4Y2&amp;size=normal&amp;cb=a4y3q32faqjf"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" required="required"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <div class="col-xl-12 mt-2">
          <div class="row">
            <div class="col-md-12 col-lg-4 mt-3" style="margin: auto;">
              <button type="button" class="btn prev-step" tabindex="0"> Back </button>
            </div>
            <div class="col-md-12 col-lg-8 mt-3" style="margin: auto;">
              <button type="submit" class="btn lg-btn next-step" tabindex="0"> Continue Booking </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="clearfix"></div>
    <div class="wizard-inner my-4">
      <div class="connecting-line"></div>
      <ul class="nav nav-tabs" role="tablist">
        <li role="presentation" class="active">
          <a href="#step1" data-toggle="tab" aria-controls="step1" role="tab" aria-expanded="true" tabindex="0"><span class="round-tab">1 </span> <i></i></a>
        </li>
        <li role="presentation" class="disabled">
          <a href="#step2" data-toggle="tab" aria-controls="step2" role="tab" aria-expanded="false" tabindex="0"><span class="round-tab">2</span> <i></i></a>
        </li>
        <li role="presentation" class="disabled">
          <a href="#step3" data-toggle="tab" aria-controls="step3" role="tab" tabindex="0"><span class="round-tab">3</span> <i></i></a>
        </li>
      </ul>
    </div>
  </div>
</form>

Text Content

 * 
 * 913-215-3113
 * 

 * Trucking Co. Search is now LIVE      
 * 
 * 
 * 


AIRRYD

 * Home
 * Resources
   * Shipping Questions
   * Transport Checklist
   * Pricing
   * Track Your Order
   * Our Terms & Conditions
   * Live Market Rates
   * Trucking Co. Search
     - NOW LIVE
 * Auto Shipping
   * Enclosed Transport
   * Open Transport
   * Super Car Transport
   * Hawaii Car Shipping
   * Alaska Car Shipping
 * Media
   * Cars We've Hauled
   * Video
   * On Social Media
   * Blog
   * Our Story
   * Reviews
 * Reviews
 * Contact Us

Instant Quote
MENU
 * Home
 * Resources +
   * Shipping Questions
   * Transport Checklist
   * Pricing
   * Track Your Order
   * Our Terms & Conditions
   * Live Market Rates
   * Trucking Co. Search
     - NOW LIVE
 * Auto Shipping +
   * Enclosed Transport
   * Open Transport
   * Super Car Transport
   * Hawaii Car Shipping
   * Alaska Car Shipping
 * Media +
   * Cars We've Hauled
   * Video
   * On Social Media
   * Blog
   * Our Story
   * Reviews
 * Reviews
 * Contact Us

Be sure to check out our YT channel "Auto Transport For Dummies" for valubable
information on the auto transport industry


BRINGING EDUCATION & TRANSPARENCY
TO AUTO TRANSPORT 

OVER 300 CARS A MONTH ARE TRANSPORTED
BY AIRRYD.COM - AND GROWING


ON YT     AUTO TRANSPORT FOR DUMMIES

 AIRRYD.COM BOOKING PROCESS VIDEO

RAPID TEXT LINE / REAL PEOPLE : 913-215-3113

INSTANTLY CALCULATE
& BOOK YOUR AUTO TRANSPORT

Zip Code From
Zip Code To
Transportation Type Select Open Enclosed
Select
 * Select
 * Open
 * Enclosed

$0.00

Continue Booking

RAPID QUOTE CALCULATOR

Single vehicle Multiple Vehicles
Is it operable? * Yes No
Yes
 * Yes
 * No

Vehicle year
Select202420232022202120202019201820172016201520142013201220112010200920082007200620052004200320022001200019991998199719961995199419931992199119901989198819871986198519841983198219811980197919781977197619751974197319721971197019691968196719661965196419631962196119601959195819571956195519541953195219511950194919481947194619451944194319421941194019391938193719361935193419331932193119301929192819271926192519241923

Vehicle make Select
Select
 * Select

Vehicle model Select
Select
 * Select

Car Type Select Exotic Super Car ( Ferrari, Mclaren ) Sports Car or Classic Car
( Corvette, Porsche) Luxury Sedans ( BMW, Audi, Mercedes ) Basic Small Car (
Honda Civic, Kia Rio) Crossover SUV ( Ford Escape, Honda CRV) Mid Size Sedan (
Toyota Camry, Ford Taurus ) Full Size SUVS ( Chevrolet Tahoe, Lexus LX470) Full
Size Trucks ( Ford F-150, Dodge Ram 1500) XL Truck or Van ( Ford F-350 ,
Mercedes Sprinter ) Motorcyle / ATV Boat Trailer
Select
 * Select
 * Exotic Super Car ( Ferrari, Mclaren )
 * Sports Car or Classic Car ( Corvette, Porsche)
 * Luxury Sedans ( BMW, Audi, Mercedes )
 * Basic Small Car ( Honda Civic, Kia Rio)
 * Crossover SUV ( Ford Escape, Honda CRV)
 * Mid Size Sedan ( Toyota Camry, Ford Taurus )
 * Full Size SUVS ( Chevrolet Tahoe, Lexus LX470)
 * Full Size Trucks ( Ford F-150, Dodge Ram 1500)
 * XL Truck or Van ( Ford F-350 , Mercedes Sprinter )
 * Motorcyle / ATV
 * Boat
 * Trailer

Add vehicle+

Vehicle List

# Year Make Model

Back
Continue Booking

RAPID QUOTE CACLULATOR

Name
Phone
Email
Move Date



Back
Continue Booking

 * 1
 * 2
 * 3


QUICK LINKS

HAWAII CAR SHIPPING CALCULATOR       ALASKA CAR SHIPPING CALCULATOR       LOAD
BOARD SEARCH       TRUCKING CO. LOGIN      
CAR HAULER PROFILES - COMPANY SEARCH






RECENTLY BUY A CAR ON CARS & BIDS OR BRING A TRAILER ? READ THIS FIRST | MAR 15
2023 : OUR REVIEW OF THE CARS & BIDS SHIPPING SERVICE


COMPARING PRICING & QUOTES ?

WE ARE HAPPY TO INTRODUCE NAME YOUR PRICE OPTIONS. NOW YOU CAN TAKE CONTROL OF
THE PRICING YOU WANT. HOW DOES IT WORK ? SIMPLE, ONCE YOU RECEVIE YOUR INSTANT
QUOTE WITH OUR INSTANT RATE CALCULATOR, IF THE PRICING SEEMS TO HIGH, SIMPLY
INDICATE IN THE BOOKING NOTES TOWARD THE BOTTOM OF THE BOOKING SCREEN THE RATE
YOU'D LIKE TO PAY FOR YOUR SHIPMENT, OR ARE HOPING TO PAY. ONCE THE ORDER IS
BOOKED WITH US, WE WILL BEGIN ATTEMPTING TO MOVE THE UNIT AT OR NEAR THE RATE
YOU HAVE REQUESTED IN THE NOTES ON YOUR ORDER. AND IF WE DO FIND A VIABLE OPTION
AT THE RATE YOU'RE REQUESTING, YOU WILL RECEIVE THE SAVINGS 100%.

READ MORE

UNDERSTANDING HOW PRICING AND QUOTES WORK IS ESSENTIAL TO GETTING EVERYTHING YOU
WANT ON YOUR TRANSPORT.

HERE ARE SOME OF THE FACTORS THAT WILL INFLUENCE THE PRICING:

 * The narrowness of your date requirements
   A tight date range selection for your pickup request often leads to a
   reduction in the amount of viable trucking options that may be available or
   able to meet your needs. By shrinking the number of trucks that could
   possibly move your order by having a narrow date range, you're are also
   typically inflating the price to some extent also. If your goal is to achieve
   the best possible rate, then you almost always need great flexibility,
   specifically as it relates to your "pickup window". And by pickup window we
   mean the range of dates that the unit can be available to be picked up
   within. So for example, a tight date range request would be a pickup on
   04/22-23 , while a flexible / generous pickup window would be 04/22-30. The
   likelihood that we can source a viable, yet cheaper option , is far greater
   with the larger pickup window. Booking your transport months or multiple
   weeks in advance is NOT the same as having a flexible pickup window. Do not
   confuse auto transport with airline tickets, they are not the same.
   
   
 * Remote locations VS large cities
   Trying to move a vehicle to or from a remote location, that's for instance
   well off a major highway, can often be challenging and take considerably more
   $ to move. This is because the availability of trucks in such areas, or
   trucks that want to move orders in these areas is very sparse. Trucks want to
   be able to seamlessly load 5-8 cars and move coast to coast or region to
   region. Even a 2 hour diversion off of a major highway can cost a truck an
   entire day. So for these reasons remote locations almost always will require
   a higher premium to move. Especially if you are looking to move a unit
   rapidly (Within 1-3 days). Here again, though, the most important factor is
   your flexibility on the pickup window. With great flexibility, eventually a
   truck will more then likely move through that area, and with few loads in
   that same remote location to choose from, that truck is now far more likely
   to pickup your order for a lower rate, as they are already there anyway, and
   you are not paying extra for them to divert off their main route. But this
   can take anywhere from 1-3 weeks in many cases depending on the specific
   location.
   
   
 * The type of vehicle you are trying to move
   Let's be honest here. A 2018 Honda Civic, or a 2020 MINI Cooper is not the
   same as a 220 Inch 1960's Cadillac. One unit weighs 4-5000 pounds, is 3-5
   feet longer, likely doesn't start on the first crank, doesn't maneuver as
   easily onto a trailer, and is just likely to be more of a hassle in general
   for the transporter. You are not going to find too many transporters too
   eager to move the old Cadillac. The Honda however, is easy to load, small,
   lightweight and doesn't take near the precision or care to load then the
   Cadillac will. This matters to transporters, dispatchers and drivers. So even
   with a very strong premium one may be willing to pay to move the Cadillac,
   there will absolutely be far fewer options to move it. Many companies just
   don't want to even hassle with those cars. So you are reducing the available
   options that are out there regardless of what price you are willing to pay.
   You have to accept this reality when moving certain types of vehicles. Other
   notable examples of more difficult to move vehicles are:
   
   
   * Large Trucks
   * Large / Old Suv's
   * Large Vans
   * Inoperable Vehicles
   * Larger / Longer / Heavier Classic Cars
   * Older Cars in general
   * Auction or damaged cars
   * Exotic Cars
   * Heavily Modified Cars
   * Lowered Cars
   * Race Cars
   * Lifted Trucks / SUV'S
     
     
   * Understanding the rate quote you receive on airRyd.com
     It is essential that you understand that initial quote projections are
     exactly that, "close approximate projections" based on the most recent
     moves that have occurred of similar styles of vehicles travelling on
     similar routes. So we can closely estimate where your transport will fall
     based on this data. On better then 90% of our orders, we are able to locate
     options within $100 of the initial quoted rates. Probably around 15-20% of
     our orders are actually moved beneath the quoted rate. So you must
     understand that you have to simply accept a small range of flexibility, of
     say, $100-250 on your transport, and trust that the company you are working
     with has your best interest in hand. Selecting a company based on a low
     quote will almost for sure lead to you having a bad experience since most
     of the ultra low quotes you'll find online, will likely never move your
     vehicle anyway. However, we are more then happy to attempt to move any unit
     at any price a customer would like us to. But if you veer too far beneath
     where we are quoting your order at, your order will likely not be picked up
     by a carrier, or the options to move the unit will be subpar. If we cannot
     locate an option with $150 of our quoted rates, we are more then happy to
     refund you on the initial deposit of $89 if you do not want to go with any
     of the options we present to you.
     
     


OK, SO HERE IS THE TRUTH ABOUT HOW OUR CAR SHIPPING PROCESS ACTUALLY WORKS.



STEP 1.

Get an INSTANT price estimate now with our airRyd.com transport quote
calculator.


READ MORE

Our Ball Park calculator will give you a rough estimate, usually within $100-150
of the final rate. Because auto transport pricing fluctuates regularly, similar
to airline tickets or the price of oil, rates cannot be completely guaranteed
until a carrier has agreed to move the vehicle for a particular price.


STEP 2.

Select your personal preferences needed for your specific transport needs.


READ MORE

Within the booking process, we will attempt to gather the transport needs that
are most important to you. Such as price, pickup times, type of equipment,
enclosed, open, how fast you want your car transported, the quality of the
equipment, scheduling needs, and other requests. This will help us to narrow in
on exactly the type of service you require, so that we can provide a completely
personalized service based on your specific needs.


STEP 3.

Pay just $89 on most orders to book your shipment with us and confirm your
order.


READ MORE

Pay a one time, ($89 open or $125 enclosed ) , and book your transport with us.
You pay nothing more to move your car until it is delivered to it's final
destination.


STEP 4.

We list your vehicle on major load boards at REAL market pricing, or at the
price YOU select.


READ MORE

We list your vehicle on all national load boards including Central Dispatch. We
list your vehicle at "market pricing". In other words we list your car at the
rates that will clearly, and obviously move your car within 48-72 hours.
However, if you notated in the booking order that you wanted to try to move your
car below market pricing, we will attempt to move it at the lower rate, at your
request. But in most cases, market pricing will be required to move your car in
an efficient time frame, and especially if you have scheduling, or specific date
requirements for pickup or delivery.


STEP 5.

We present you with REAL offers from REAL trucks, to move your vehicle.


READ MORE

Thousands and thousands of trucks are traversing the USA every single day. Auto
haulers will call and text into us with offers to move your vehicle at different
price levels. We will sort through the offers and present you with what we
believe to be the best overall options based on your specific requirements.
These offers are typically within the range that we provide to you with the
initial quote.


STEP 6.

Accept an offer from a highly rated trucking company and schedule the pickup and
dropoff.


READ MORE

We present you with every piece of information at our disposal on the carriers
interested in moving your car. You select an offer that best meets your needs
from an FMCSA licensed and insured carrier. Finally, schedule the pickup and
dropoff of you car with that particular carrier, in coordination with airRyd.


No Games, No False Promises,
No Unrealistic Guarantees, we are REAL.


OVER 70% HAVE THEIR CAR SCHEDULED FOR PICKUP WITHIN 48 HOURS

HIGHLY VETTED CARRIERS

The average auto transport broker has no experience hauling cars. airRyd is
built by experienced auto transporters who know exactly what it takes to
properly load, strap, and safely transport cars across the USA. Just being in
business is not enough for us.


TOP NOTCH CUSTOMER SERVICE

We pride ourselves on being honest, transparent, and AVAILABLE. We know that
shipping your car is an anxiety inducing event in most people's lives. We
understand your concerns. We don't disappear after your order is booked. We are
available by text, email, or phone nearly 24/7.


FLAT FEE STRUCTURE

What most don't realize is that your average online auto broker will NEVER
disclose what they are charging. They commonly tell the transporters to "not
disclose the rates". Well we decided we would toss the old model out and just be
straight up with our customers. When you book with us, you know exactly what
your paying us, and exactly what your paying the carrier. There are no secrets.

About Our Company


WE ARE CHANGING THE WAY CAR SHIPPING HAPPENS IN THE USA.

The car transport industry is littered with endless examples of terrible
consumer experiences. From broker's over-promising and under-delivering, to the
sly pricing tactics, the bogus quotes, the price gouging, we would need an
entire page to list the horror stories many have encountered using the old and
tired traditional methods of auto shipping.

So we decided, as experienced auto transporters, that a change was needed. Our
goal is to provide you with the knowledge and information you need, so that you
can make an informed decision as a consumer looking to move your car. Whether
you want to know what truck is being dispatched, or how much we are charging, or
what the realistic expectations should be, our commitment remains the same;
provide you with every piece of knowledge and data we have at our disposal, so
that you can properly plan, and choose the transport option that works for you.

Our goals are to develop TRUST-WORTHY solutions for shipping your car, so that
you can rest easy. We have many projects in the works, including a full blown
end to end mobile app that will hopefully bring credibility, trust, and
transparency to the auto shipping process.

Help Us Get There!! Book Your Car Online Today, and experience the difference.


More About Us






Wes's Top 15 Tips For Having a Successful Auto Transport


WHY GO ANYWHERE ELSE? WE
ARE THE HIGHEST RATED AUTO SHIPPING COMPANY IN THE INDUSTRY ACROSS ALL REVIEW
PLATFORMS





4.9 RATING

AIRRYD.COM PAGE

MIDWEST EXOTIC PAGE





4.9 RATING

AIRRYD.COM PAGE

MIDWEST EXOTIC PAGE

OR VISIT OUR REVIEWS PAGE


AIRRYD.COM


AN ECOSYSTEM OF
EXCELLENCE


 *   Over 48 Instructional Videos on Auto Transport
   
   
 *   Over 160 Plus Ratings on Yelp & Google at 4.99
   
   
 *   5000 Plus Cars Shipped with ZERO major incidents
   
   
 *   Free Trucking Co. Search & Reviews on airRyd.com
   
   
 *   The Most in Depth FAQ Page in the Industry by far
   
   
 *   Market Pricing & Flat Fees | Total Transparency
   
   


AIRRYD BLOG

22

MAR

 * Wes with airRyd
 * 3


WHAT MAKES AIRRYD DIFFERENT FROM THE REST ?

22

JUL

 * Wes with airRyd
 * 5


HOW TO AVOID THE MOST COMMON SCAMS WHEN SHIPPING A CAR

21

APR

 * Wes with airRyd
 * 12


TOP 3 QUESTIONS PEOPLE HAVE WHEN SHIPPING THEIR CAR.


CONFIDENTLY OUTPERFORMING THE COMPETITION

Phone: 24/7 913-215-3113

MEDIA

 * About Us
 * Common Car Shipping Questions
 * Cars Wev'e Hauled
 * ATD on Youtube
 * Midwest Exotic Transport - Our Parent Company

OPEN HOURS

 * M-F: 7am-5pm Pacific
 * Saturday: 9am-3pm
 * Sunday: Closed
 * Text Support after hours 913-215-3113

RESOURCES

 * Your Auto Shipping Checklist
 * Common Car Shipping Questions
 * Enclosed Shipping
 * Exotic Car Shipping
 * The airRyd Blog

Email: Mx1transport@gmail.com

Phone: 913-215-3113

Offices In:
Chandler, AZ
Lenexa, KS

SEO
   




  DOT Authority #3639677 | MC #1250169 |
Fully Licensed & Bonded



BOOKING AN ORDER ON AIRRYD.COM

×


0 people
are viewing this site

Someone from Bayonne, NJ
Just booked a shipment on airRyd
15 hours ago

0 people
viewed this page
in the last