• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Gimpo Airport Car Rental Mini Guide

If you are flying into Seoul from inside South Korea, China, or Japan, you are likely to land at Gimpo Airport. Getting from Gimpo into the city is straightforward with a pre-booked rental car from Gimpo Airport. This saves you the inconvenience of changes on the subway and the potential for a long walk with luggage. 
 
If you are intending to travel widely across the city or even going to spend a few days out of Seoul, a hire car from Gimpo Airport would work out cheaper. Once you have prebooked your car hire online and landed at the airport just head over to the car hire desks to fill out the final paperwork and then you will be on your way to see what Seoul has to offer.
 

Current Rental Rates in Gimpo Airport

Hyundai Elantra

5 Adults, 5 Doors

From 70.35 EUR/day
Hyundai Elantra

7 Days rental at 492.49 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Hyundai Sonata

5 Adults, 4 Doors

From 104.50 EUR/day
Hyundai Sonata

7 Days rental at 731.54 EUR from 24/07/2023

  5 |
  Automatic |
  Yes

Useful to know about Gimpo Airport

  • Gimpo Airport is the second largest airport in South Korea
  • The airport was originally built by the Japanese in the Second World War
  • It mainly handles domestic flights and those to neighbouring countries
  • Last year it handled nearly 15m passengers
  • Defecting North Korean pilot No Kum-Sok landed his MIG-15 aeroplane there in 1953

 

Popular car hire destinations in Gimpo Airport

Best car rental companies in Gimpo Airport

9.1
No.1: LOTTE RENT A CAR,
based on 24 reviews
90
89
89
90
94
12 min (average wait time)
9.0
No.3: LOTTE RENT A CAR,
based on 24 reviews
90
88
88
90
93
11 min (average wait time)
9.0
No.2: LOTTE RENT A CAR,
based on 24 reviews
90
88
88
90
93
11 min (average wait time)

Gimpo Airport car hire information

  • 9.0/10
    Best Rated Agent:
    Lotte Rent-a-Car
  • € 492.45
    Average price:
    (per week)
  • € 70.35
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Fullsize
  • 1
    Most popular model:
    Hyundai Sonata
  • 2
    Total Cars Available
     

Average prices per day in Gimpo Airport

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.RemoveAt(Int32 index) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.generateGraph(String pvNodeID, String pvChartTitle) at CMSWebParts_MyWebParts_ChartCityAmchartsV1.Page_Load(Object sender, EventArgs e)
ItemPercent
January€ 48
February€ 48
March€ 48
April€ 57
May€ 57
June€ 57
July€ 56
August€ 48
September€ 48
October€ 48
November€ 48
December€ 48
ItemPercent
January€ 92
February€ 91
March€ 89
April€ 108
May€ 108
June€ 108
July€ 102
August€ 91
September€ 92
October€ 92
November€ 92
December€ 106
ItemPercent
January
February
March
April€ 92
May€ 91
June€ 92
July€ 213
August
September
October
November
December
ItemPercent
January
February
March
April€ 108
May€ 107
June€ 109
July€ 107
August
September
October
November
December
ItemPercent
January
February
March
April€ 92
May€ 91
June€ 92
July€ 91
August
September
October
November
December
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:27748 NodeID:20033 pvCT_ID:27748 NodeID:20033 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =20033 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=27748 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=27748 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
FAQs - How can we help?

There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.


Other Rhino Car Hire Locations

We specialise in car rentals throughout South Korea fo find you the best price and that's a promise...

from
€72
per day
ItemPercent
Jan€ 85
Feb€ 83
Mar€ 80
Apr€ 73
May€ 35
Jun€ 35
Jul€ 47
Aug€ 83
Sep€ 85
Oct€ 85
Nov€ 86
Dec€ 89
from
€72
per day
ItemPercent
Jan€ 85
Feb€ 83
Mar€ 80
Apr€ 73
May€ 35
Jun€ 35
Jul€ 47
Aug€ 83
Sep€ 85
Oct€ 85
Nov€ 86
Dec€ 89
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent