• 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

A Mini Guide to Side

Side is an ancient Greek city in Anatolia, now known as Antalya on the south Mediterranean coast of Turkey. Its name means pomegranate and fruit of abundance.
 
Travellers from the UK and Europe will fly into Antalya Airport and the journey to Side takes around 45 minutes by car, It is an easy drive along the D400 road.  We would recommend car hire to get you around the historic sites or to find the best parts of the quietest beaches. Renowned as one of the best classical sites, Side is also a contender for one of the best Turkish resorts. There are plenty of Roman ruins in the area including the well-preserved Temple of Apollo, but the town has also done all it can to ensure that those that come for sun and fun are well catered for too.

Current Rental Rates in Side

Fiat Egea

5 Adults, 5 Doors

From 43.14 EUR/day
Fiat Egea

7 Days rental at 302.02 EUR from 22/05/2023

  3 |
  Manual |
  Yes

Renault Clio

5 Adults, 5 Doors

From 47.25 EUR/day
Renault Clio

7 Days rental at 330.81 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Fiat Egea

5 Adults, 5 Doors

From 54.11 EUR/day
Fiat Egea

7 Days rental at 378.78 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Dacia Duster

5 Adults, 5 Doors

From 60.96 EUR/day
Dacia Duster

7 Days rental at 426.74 EUR from 22/05/2023

  2 |
  Automatic |
  Yes

Renault Megane

5 Adults, 3 Doors

From 60.96 EUR/day
Renault Megane

7 Days rental at 426.74 EUR from 22/05/2023

  3 |
  Automatic |
  Yes

Useful to know about Side

  • Side is considered to be one of the best classical sites.
  • The city is believed to date from the 7th century BC.
  • The city once had its own language which has yet to be deciphered.
  • Side was captured by Alexander the Great’s army.
  • Eventually it fell to Rome in 78 BC.
  • Rental cars in Side are provided by Turkey's leading rental agents such as Alamo, Budget, Dollar and Hertz.

 

Popular car hire destinations in Side

Best car rental companies in Side

6.9
No.1: EUROPCAR,
based on 202 reviews
70
70
60
60
70
9 min (average wait time)
6.7
No.2: EUROPCAR,
based on 139 reviews
71
65
70
57
70
26 min (average wait time)
4.8
No.3: CIRCULAR,
based on 2143 reviews
48
44
50
46
52
29 min (average wait time)

Side car hire information

  • 7.0/10
    Best Rated Agent:
    Europcar Direct
  • € 301.98
    Average price:
    (per week)
  • € 43.14
    Best Price:
    Per Week
  • 4
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Fiat Egea
  • 5
    Total Cars Available
     

Average prices per day for car hire in Side

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€ 38
February€ 41
March€ 41
April€ 47
May€ 55
June€ 60
July€ 70
August€ 80
September€ 83
October€ 72
November€ 73
December€ 44
ItemPercent
January€ 35
February€ 35
March€ 35
April€ 37
May€ 46
June€ 50
July€ 57
August€ 67
September€ 63
October€ 60
November€ 58
December€ 38
ItemPercent
January
February
March
April€ 100
May
June
July
August
September
October
November
December
ItemPercent
January€ 45
February
March
April€ 48
May€ 53
June€ 58
July€ 69
August€ 88
September€ 68
October€ 48
November€ 53
December€ 53
ItemPercent
January
February
March
April€ 35
May€ 38
June€ 42
July€ 54
August€ 57
September
October
November
December
ItemPercent
January
February€ 42
March
April€ 59
May€ 63
June€ 71
July€ 85
August€ 98
September
October
November
December
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Side

Page_Load: CT_ID:3788 NodeID:11861 pvCT_ID:3788 NodeID:11861 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 =11861 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=3788 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=3788 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 Turkey fo find you the best price and that's a promise...

from
€39
per day
ItemPercent
Jan€ 37
Feb€ 33
Mar€ 35
Apr€ 34
May€ 38
Jun€ 38
Jul€ 46
Aug€ 55
Sep€ 41
Oct€ 41
Nov€ 34
Dec€ 31
from
€31
per day
ItemPercent
Jan€ 23
Feb€ 23
Mar€ 26
Apr€ 22
May€ 29
Jun€ 38
Jul€ 48
Aug€ 45
Sep€ 38
Oct€ 32
Nov€ 28
Dec€ 24
from
€23
per day
ItemPercent
Jan€ 12
Feb€ 12
Mar€ 14
Apr€ 18
May€ 24
Jun€ 29
Jul€ 38
Aug€ 37
Sep€ 27
Oct€ 20
Nov€ 21
Dec€ 21
from
€24
per day
ItemPercent
Jan€ 13
Feb€ 15
Mar€ 15
Apr€ 20
May€ 24
Jun€ 34
Jul€ 38
Aug€ 37
Sep€ 27
Oct€ 22
Nov€ 22
Dec€ 22