• 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

Shanghai Airport Car Rental Mini Guide

Shanghai is the biggest city by population in the world and the world’s largest container port. With a hire car from Shanghai Airport and a good guidebook, the magic of the city is yours to explore. We provide top quality rental cars at Shanghai Airport at low prices. We make sure our car hire prices are the best for the complete hire car package we offer. You can pick your ideal car from the selection we have online and pre-book them ready for your arrival.
 
Shanghai has two airports, one domestic and one international. Pudong is the international airport and takes flights from all over the world including the USA, Australia, Asia, Africa, and Europe. Airlines also operate flights out of London Heathrow. Once in Shanghai, you can choose to collect a prebooked hire car at either airport to give you flexible travel during your stay.

Current Rental Rates in Shanghai Airport

Volkswagen Lavida

5 Adults, 5 Doors

From 39.12 EUR/day
Volkswagen Lavida

7 Days rental at 273.86 EUR from 22/08/2022

  3 |
  Automatic |
  Yes

Maxus G10

7 Adults, 5 Doors

From 69.70 EUR/day
Maxus G10

7 Days rental at 487.91 EUR from 22/08/2022

  1 |
  Automatic |
  Yes

Useful to know about Shanghai Airport

  • The airport is 19 miles east of the city centre but still on the edge of the area of New Pudong
  • The airport has the world’s first mag-lev transport system to take passengers into Shanghai
  • Last year it handled over 40m passengers
  • It’s China’s busiest international airport

 

Popular car hire destinations in Shanghai Airport

Best car rental companies in Shanghai Airport

5.2
No.1: EHI,
based on 14 reviews
70
58
50
26
56
37 min (average wait time)

Shanghai Airport car hire information

  • 5.2/10
    Best Rated Agent:
    EHI China Self Drive
  • € 273.84
    Average price:
    (per week)
  • € 39.12
    Best Price:
    Per Week
  • 1
    Most Popular Type:
    Fullsize
  • 1
    Most popular model:
    Volkswagen Lavida
  • 2
    Total Cars Available
     

Average prices per day for car hire in Shanghai 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
February
March€ 33
April€ 49
May€ 64
June€ 50
July€ 50
August€ 39
September
November€ 36
December
ItemPercent
January
February
March
April€ 47
May
June
July
August
September
November
December
ItemPercent
January€ 44
February
March€ 49
April€ 60
May
June€ 44
July€ 48
August€ 63
September€ 51
November€ 52
December€ 56
ItemPercent
January
February€ 56
March€ 58
April€ 41
May€ 53
June€ 40
July€ 47
August€ 45
September€ 25
November€ 43
December€ 45
ItemPercent
January€ 42
February
March€ 45
April€ 42
May€ 45
June€ 53
July€ 56
August€ 55
September
November€ 38
December€ 38
ItemPercent
January
February€ 56
March€ 58
April€ 41
May€ 53
June€ 40
July€ 47
August€ 45
September€ 29
November€ 43
December€ 45
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Shanghai Airport

Page_Load: CT_ID:53488 NodeID:20067 pvCT_ID:53488 NodeID:20067 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 =20067 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=53488 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=53488 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) 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
faq
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 China fo find you the best price and that's a promise...

from
€36
per day
ItemPercent
Mar€ 34
Apr€ 34
May€ 35
Jun€ 35
Jul€ 37
Aug€ 43
from
€39
per day
ItemPercent
Mar€ 38
Apr€ 43
May€ 43
Jun€ 44
Jul€ 31
Aug€ 33
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent