www.isavia.is Open in urlscan Pro
2606:4700:10::6816:3daf  Public Scan

Submitted URL: https://kefparking.com/
Effective URL: https://www.isavia.is/en/keflavik-airport/parking-and-transport/parking
Submission: On July 16 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://book.kefairport.is/book/KEF/Parking

<form id="parking" method="get" action="https://book.kefairport.is/book/KEF/Parking">
  <input type="hidden" name="progressToNextStep" value="1">
  <input type="hidden" name="type" value="1">
  <input type="hidden" name="lang" value="en-gb">
  <style>
    .select label {
      color: #fff;
    }

    .select .radio-inline label {
      font-weight: normal;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    .card.card-text.card-parking.card-parking-image .card-body {
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    .card.card-text.card-parking.card-parking-image .faq-link a:hover {
      color: #ccc;
    }
  </style>
  <div class="select">
    <div class="radio-inline">
      <input type="radio" name="type" id="type-1" value="1" checked="checked"><label for="type-1">Select flight</label>
    </div>
    <div class="radio-inline">
      <input type="radio" name="type" id="type-2" value="2"><label for="type-2">Select time</label>
    </div>
  </div>
  <div class="upper">
    <div class="form-group has-feedback">
      <input name="entryDate" class="form-control date-picker" autocomplete="off" type="text" placeholder="Entry date" aria-label="Entry date" readonly="">
      <span class="icon-dagatal form-control-feedback"></span>
    </div>
    <div class="form-group has-feedback type-2" style="display: none;">
      <select name="entryTime" class="form-control" aria-label="Entry time">
        <option value="" disabled="" selected="" hidden="">Entry time</option>
        <option>00:01</option>
        <option>00:15</option>
        <option>00:30</option>
        <option>00:45</option>
        <option>01:00</option>
        <option>01:15</option>
        <option>01:30</option>
        <option>01:45</option>
        <option>02:00</option>
        <option>02:15</option>
        <option>02:30</option>
        <option>02:45</option>
        <option>03:00</option>
        <option>03:15</option>
        <option>03:30</option>
        <option>03:45</option>
        <option>04:00</option>
        <option>04:15</option>
        <option>04:30</option>
        <option>04:45</option>
        <option>05:00</option>
        <option>05:15</option>
        <option>05:30</option>
        <option>05:45</option>
        <option>06:00</option>
        <option>06:15</option>
        <option>06:30</option>
        <option>06:45</option>
        <option>07:00</option>
        <option>07:15</option>
        <option>07:30</option>
        <option>07:45</option>
        <option>08:00</option>
        <option>08:15</option>
        <option>08:30</option>
        <option>08:45</option>
        <option>09:00</option>
        <option>09:15</option>
        <option>09:30</option>
        <option>09:45</option>
        <option>10:00</option>
        <option>10:15</option>
        <option>10:30</option>
        <option>10:45</option>
        <option>11:00</option>
        <option>11:15</option>
        <option>11:30</option>
        <option>11:45</option>
        <option>12:00</option>
        <option>12:15</option>
        <option>12:30</option>
        <option>12:45</option>
        <option>13:00</option>
        <option>13:15</option>
        <option>13:30</option>
        <option>13:45</option>
        <option>14:00</option>
        <option>14:15</option>
        <option>14:30</option>
        <option>14:45</option>
        <option>15:00</option>
        <option>15:15</option>
        <option>15:30</option>
        <option>15:45</option>
        <option>16:00</option>
        <option>16:15</option>
        <option>16:30</option>
        <option>16:45</option>
        <option>17:00</option>
        <option>17:15</option>
        <option>17:30</option>
        <option>17:45</option>
        <option>18:00</option>
        <option>18:15</option>
        <option>18:30</option>
        <option>18:45</option>
        <option>19:00</option>
        <option>19:15</option>
        <option>19:30</option>
        <option>19:45</option>
        <option>20:00</option>
        <option>20:15</option>
        <option>20:30</option>
        <option>20:45</option>
        <option>21:00</option>
        <option>21:15</option>
        <option>21:30</option>
        <option>21:45</option>
        <option>22:00</option>
        <option>22:15</option>
        <option>22:30</option>
        <option>22:45</option>
        <option>23:00</option>
        <option>23:15</option>
        <option>23:30</option>
        <option>23:45</option>
        <option>23:59</option>
      </select>
      <span class="icon-klukka form-control-feedback"></span>
    </div>
    <div class="form-group has-feedback type-1 flight-drop">
      <input type="hidden" name="flightDetailsOutbound" value="">
      <input id="flightNumberOutbound" name="flightNumberOutbound" type="text" autocomplete="off" class="form-control" placeholder="Flight code or destination" disabled="">
      <ul>
        <li class="error">Vinsamlegast sláðu inn einhver leitarorð.</li>
      </ul>
      <span class="icon-planeup form-control-feedback"></span>
    </div>
    <style>
      .flight-drop {
        position: relative;
      }

      .flight-drop ul {
        display: none;
        position: absolute;
        z-index: 99;
        top: calc(100% + 5px);
        left: 0%;
        margin: 0px;
        padding: 0px;
        width: 100%;
        list-style: none;
        background: #fff;
        border: 1px solid #e4e4e4;
        max-height: 215px;
        overflow: auto;
        border-radius: 5px;
      }

      .flight-drop input:focus~ul,
      .flight-drop input.focus~ul {
        display: block;
        border: 1px solid #e4e4e4;
      }

      .flight-drop ul li {
        clear: both;
        float: left;
        margin: 0px;
        font-size: 14px !important;
        width: 100%;
        color: #a0a0a0;
      }

      .flight-drop ul li a {
        display: block;
        padding: 5px 10px;
        width: 100%;
        color: #a0a0a0;
        box-sizing: border-box;
        text-align: left;
      }

      .flight-drop ul li:hover {
        background: #e4e4e4;
      }

      .flight-drop ul li:hover a {
        color: #a0a0a0;
      }
    </style>
  </div>
  <div class="lower">
    <div class="form-group has-feedback">
      <input name="exitDate" class="form-control date-picker" type="text" autocomplete="off" placeholder="Exit date" aria-label="Exit date" readonly="">
      <span class="icon-dagatal form-control-feedback"></span>
    </div>
    <div class="form-group has-feedback type-2" style="display: none;">
      <select name="exitTime" class="form-control " aria-label="Exit time">
        <option value="" disabled="" selected="" hidden="">Exit time</option>
        <option>00:01</option>
        <option>00:15</option>
        <option>00:30</option>
        <option>00:45</option>
        <option>01:00</option>
        <option>01:15</option>
        <option>01:30</option>
        <option>01:45</option>
        <option>02:00</option>
        <option>02:15</option>
        <option>02:30</option>
        <option>02:45</option>
        <option>03:00</option>
        <option>03:15</option>
        <option>03:30</option>
        <option>03:45</option>
        <option>04:00</option>
        <option>04:15</option>
        <option>04:30</option>
        <option>04:45</option>
        <option>05:00</option>
        <option>05:15</option>
        <option>05:30</option>
        <option>05:45</option>
        <option>06:00</option>
        <option>06:15</option>
        <option>06:30</option>
        <option>06:45</option>
        <option>07:00</option>
        <option>07:15</option>
        <option>07:30</option>
        <option>07:45</option>
        <option>08:00</option>
        <option>08:15</option>
        <option>08:30</option>
        <option>08:45</option>
        <option>09:00</option>
        <option>09:15</option>
        <option>09:30</option>
        <option>09:45</option>
        <option>10:00</option>
        <option>10:15</option>
        <option>10:30</option>
        <option>10:45</option>
        <option>11:00</option>
        <option>11:15</option>
        <option>11:30</option>
        <option>11:45</option>
        <option>12:00</option>
        <option>12:15</option>
        <option>12:30</option>
        <option>12:45</option>
        <option>13:00</option>
        <option>13:15</option>
        <option>13:30</option>
        <option>13:45</option>
        <option>14:00</option>
        <option>14:15</option>
        <option>14:30</option>
        <option>14:45</option>
        <option>15:00</option>
        <option>15:15</option>
        <option>15:30</option>
        <option>15:45</option>
        <option>16:00</option>
        <option>16:15</option>
        <option>16:30</option>
        <option>16:45</option>
        <option>17:00</option>
        <option>17:15</option>
        <option>17:30</option>
        <option>17:45</option>
        <option>18:00</option>
        <option>18:15</option>
        <option>18:30</option>
        <option>18:45</option>
        <option>19:00</option>
        <option>19:15</option>
        <option>19:30</option>
        <option>19:45</option>
        <option>20:00</option>
        <option>20:15</option>
        <option>20:30</option>
        <option>20:45</option>
        <option>21:00</option>
        <option>21:15</option>
        <option>21:30</option>
        <option>21:45</option>
        <option>22:00</option>
        <option>22:15</option>
        <option>22:30</option>
        <option>22:45</option>
        <option>23:00</option>
        <option>23:15</option>
        <option>23:30</option>
        <option>23:45</option>
        <option>23:59</option>
      </select>
      <span class="icon-klukka form-control-feedback"></span>
    </div>
    <div class="form-group has-feedback type-1 flight-drop">
      <input type="hidden" name="flightDetailsInbound" value="">
      <input id="flightNumberInbound" name="flightNumberInbound" type="text" autocomplete="off" class="form-control" placeholder="Flight code or departure" disabled="">
      <ul>
        <li class="error">Vinsamlegast sláðu inn einhver leitarorð.</li>
      </ul>
      <span class="icon-planeup form-control-feedback"></span>
    </div>
    <input type="submit" value="Book parking" class="btn btn-blue btn-rounded">
    <a href="https://book.kefairport.is/book/KEF/ParkingManageBooking?cmd=login&amp;lang=en-gb" class="btn btn-blue btn-rounded">My booking</a>
  </div>
</form>

Text Content

About cookies on this site

This website uses cookies for functional purposes, statistical analysis and
marketing purposes.

Learn more

Allow cookiesCookie settings

About cookies on this site

 * Cookie settings
 * Cookie declaration

This website uses cookies for functional purposes, statistical analysis and
marketing purposes.

Learn more

Allow cookiesDeny all


Necessary cookies

Some cookies are required to provide core functionality. The website won't
function properly without these cookies and they are enabled by default.



Preferences

Preference cookies enables the web site to remember information to customize how
the web site looks or behaves for each user. This may include storing selected
currency, region, language or color theme.



Analytical cookies

Analytical cookies help us improve our website by collecting and reporting
information on its usage.



Marketing cookies

Marketing cookies are used to collect information to allow publishers to display
relevant ads.



Other cookies

The cookies in this category have not yet been categorized and the purpose may
be unknown at this time.

Cookie consent by CookieHub

This website uses cookies for functional purposes, statistical analysis and
marketing purposes.

Learn more

Necessary cookies

Some cookies are required to provide core functionality. The website won't
function properly without these cookies and they are enabled by default.

NameHostnamePathExpiryTagscookiehub.isavia.is/365 days

Used by CookieHub to store information about whether visitors have given or
declined the use of cookie categories used on the site.

Preferences

Preference cookies enables the web site to remember information to customize how
the web site looks or behaves for each user. This may include storing selected
currency, region, language or color theme.

NameHostnamePathExpiryTagsVISITOR_INFO1_LIVE.youtube.com/180 days3rd party

A cookie that YouTube sets that measures your bandwidth to determine whether you
get the new player interface or the old.

AWSALBCORS6067768.global.siteimproveanalytics.io/7 days3rd party

Amazon Web Services cookie. This cookie enables us to allocate server traffic to
make the user experience as smooth as possible. A so-called load balancer is
used to determine which server currently has the best availability. The
information generated cannot identify you as an individual.

Analytical cookies

Analytical cookies help us improve our website by collecting and reporting
information on its usage.

NameHostnamePathExpiryTags_gid.isavia.is/1 day

Contains a unique identifier used by Google Analytics to determine that two
distinct hits belong to the same user across browsing sessions.

_ga.isavia.is/730 days

Contains a unique identifier used by Google Analytics to determine that two
distinct hits belong to the same user across browsing sessions.

_gat_UA-116968773-1.isavia.is/1 hourYSC.youtube.com/Session3rd party

This cookie is set by YouTube video service on pages with YouTube embedded
videos to track views.

nmstat.isavia.is/1000 days

This cookie is used to help record visitors' use of the website. It is used to
collect statistics about site usage such as when the visitor last visited the
site. This information is then used to improve the user experience on the
website. This Siteimprove Analytics cookie contains a randomly generated ID used
to recognize the browser when a visitor reads a page. The cookie contains no
personal information and is used only for web analytics.

Marketing cookies

Marketing cookies are used to collect information to allow publishers to display
relevant ads.

NameHostnamePathExpiryTags_fbp.isavia.is/90 days

Facebook Pixel advertising first-party cookie. Used by Facebook to track visits
across websites to deliver a series of advertisement products such as real time
bidding from third party advertisers.

_gcl_au.isavia.is/90 days

Used by Google AdSense to understand user interaction with the website by
generating analytical data.

test_cookie.doubleclick.net/1 hour3rd party

Used to check if the user's browser supports cookies

IDE.doubleclick.net/390 days3rd party

Used by Google's DoubleClick to serve targeted advertisements that are relevant
to users across the web. Targeted advertisements may be displayed to users based
on previous visits to a website. These cookies measure the conversion rate of
ads presented to the user.

Other cookies

The cookies in this category have not yet been categorized and the purpose may
be unknown at this time.

NameHostnamePathExpiryTags_ga_QNWS5M9TLM.isavia.is/730 days

Cookie consent by CookieHub

Save settings
Cookie settings


Airports

 * Keflavik Airport
 * Reykjavik Airport
 * Akureyri Airport
 * Egilsstadir Airport
 * Isafjordur Airport
 * Vestmannaeyjar Airport
 * Husavik Airport
 * Hornafjordur Airport
 * Grimsey Airport
 * Bildudalur Airport
 * Vopnafjordur Airport
 * Thorshofn Airport
 * Gjogur Airport
 * Other airports and runways





SEARCH RESULTS

Results of 0

 * All
 * Articles



No results found



Pages

Skip to main content

 * Airports (current)
 * Corporate


 * Íslenska
 * 

Keflavik Airport
8 °C

9 m/s
 * Flight information
    * Arrivals
    * Departures
    * Transfers
    * Cargo
      * Arrivals
      * Departures
    * Airlines
    * Destinations
    * Connection to domestic flights
    * Track your flight
   
   Here you can find everything you need to know about flights from Keflavik
   airport.
   
 * Parking and transport
    * Parking
      * FAQ Parking
        * How does Autopay work?
      * Rates for short term parking
      * Rates for Long term parking
    * Coach and bus
    * Car rental
    * Taxi service
    * Public bus service
    * Bus zone
   
   Here you will find everything you need to know about getting to and from the
   airport.
   
 * Before flying
    * Check in
    * Security control and rules
      * Q & A
    * Passport control
    * Lost and found
    * Lost luggage
    * Customs
    * Bag pick-up
    * Luggage and Security
    * Luggage lockers
   
   Plan your trip ahead of time so you can relax at the airport before your
   flight.
   
 * Services and Facilities
    * Free Wi-Fi
    * Maps
    * Currency and VAT refunds
    * For the children
    * Special assistance
      * Hidden disabilities
    * Meet & Greet services
      * Servio
      * One Luxury
   
   Isavia handles the operation and development of all airports in Iceland and,
   furthermore, manages air traffic in the Icelandic control area that has a
   size of 5,4 million square kilometres which makes it one of the largest in
   the world.
   
 * Shops and restaurants
    * Shops
    * Restaurants
   
   The journey starts here. With our broad selection of shops and restaurants,
   60,000 tax-free items in 14 sectors, there should be something for everyone.
   
 * About KEF
 * 


 * Find Flight
 * Flight information
   * Arrivals
   * Departures
   * Transfers
   * Cargo
     * Arrivals
     * Departures
   * Airlines
   * Destinations
   * Connection to domestic flights
   * Track your flight
 * Parking and transport
   * Parking
     * FAQ Parking
       * How does Autopay work?
     * Rates for short term parking
     * Rates for Long term parking
   * Coach and bus
   * Car rental
   * Taxi service
   * Public bus service
   * Bus zone
 * Before flying
   * Check in
   * Security control and rules
     * Q & A
   * Passport control
   * Lost and found
   * Lost luggage
   * Customs
   * Bag pick-up
   * Luggage and Security
   * Luggage lockers
 * Services and Facilities
   * Free Wi-Fi
   * Maps
   * Currency and VAT refunds
   * For the children
   * Special assistance
     * Hidden disabilities
   * Meet & Greet services
     * Servio
     * One Luxury
 * Shops and restaurants
   * Shops
   * Restaurants
 * About KEF
 * Íslenska

 * Find your flight
 * 
 * OR
 * Schedule

 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

Go to timetable


PARKING

Take care of your parking needs before the journey begins.


BOOK YOUR PARKING



Select flight
Select time
Entry time 00:01 00:15 00:30 00:45 01:00 01:15 01:30 01:45 02:00 02:15 02:30
02:45 03:00 03:15 03:30 03:45 04:00 04:15 04:30 04:45 05:00 05:15 05:30 05:45
06:00 06:15 06:30 06:45 07:00 07:15 07:30 07:45 08:00 08:15 08:30 08:45 09:00
09:15 09:30 09:45 10:00 10:15 10:30 10:45 11:00 11:15 11:30 11:45 12:00 12:15
12:30 12:45 13:00 13:15 13:30 13:45 14:00 14:15 14:30 14:45 15:00 15:15 15:30
15:45 16:00 16:15 16:30 16:45 17:00 17:15 17:30 17:45 18:00 18:15 18:30 18:45
19:00 19:15 19:30 19:45 20:00 20:15 20:30 20:45 21:00 21:15 21:30 21:45 22:00
22:15 22:30 22:45 23:00 23:15 23:30 23:45 23:59
 * Vinsamlegast sláðu inn einhver leitarorð.

Exit time 00:01 00:15 00:30 00:45 01:00 01:15 01:30 01:45 02:00 02:15 02:30
02:45 03:00 03:15 03:30 03:45 04:00 04:15 04:30 04:45 05:00 05:15 05:30 05:45
06:00 06:15 06:30 06:45 07:00 07:15 07:30 07:45 08:00 08:15 08:30 08:45 09:00
09:15 09:30 09:45 10:00 10:15 10:30 10:45 11:00 11:15 11:30 11:45 12:00 12:15
12:30 12:45 13:00 13:15 13:30 13:45 14:00 14:15 14:30 14:45 15:00 15:15 15:30
15:45 16:00 16:15 16:30 16:45 17:00 17:15 17:30 17:45 18:00 18:15 18:30 18:45
19:00 19:15 19:30 19:45 20:00 20:15 20:30 20:45 21:00 21:15 21:30 21:45 22:00
22:15 22:30 22:45 23:00 23:15 23:30 23:45 23:59
 * Vinsamlegast sláðu inn einhver leitarorð.

My booking


PAY FOR PARKING


DON'T HAVE A RESERVATION?


If you have an Autopay account you can drive out without doing anything.If you
are using our services for the first time you can pay here below.

Pay now


HOW TO USE AUTOPAY

Below are information on how to pay for parking with Autopay. 




Click here

CAR PARK TERMS & CONDITONS










 * Parking and transport
 * Parking

 * Keflavik Airport
 * 235 Keflavíkurflugvöllur
 * +354 425 6000
 * Contact Us

#WHENINKEF

Airports

 * Keflavik Airport
 * Reykjavik Airport
 * Akureyri Airport
 * Egilsstadir Airport
 * Isafjordur Airport
 * Vestmannaeyjar Airport
 * Husavik Airport
 * Hornafjordur Airport
 * Grimsey Airport
 * Gjogur Airport
 * Vopnafjordur Airport
 * Thorshofn Airport
 * Bildudalur Airport
 * Other airports and runways

About Isavia

 * Work at Isavia
 * Data protection

Pilots

 * NOTAM
 * The Icelandic AIP
 * ICAO Flight Plan
 * Aviation Weather
 * Request for drone flight in proximity to airport
 * Account sale for airport charges

Pilots

 * NOTAM
 * The Icelandic AIP
 * ICAO Flight Plan
 * Aviation Weather
 * Request for drone flight in proximity to airport
 * Account sale for airport charges

Aviation partners

 * Airport charges and terms of service

 * Isavia
 * Keflavíkurflugvelli
 * Open from 8 to 16
 * Tel +354 424 4000
 * Contact us