• 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

Sousse Mini Guide

Sousse is one of the best holiday destinations in Tunisia and is visited by thousands of European tourists each year. Most of them hire a car in Sousse so they can explore the different beaches that line the Gulf of Hammamet either side of the city.
 
How do I get to Sousse?
There are two airports which serve Sousse; Enfida and Monastir. Enfida is the newest but not all the infrastructure is in place meaning an expensive or arduous journey into the resort from the airport. Whilst Monastir is older, it’s only 20 minutes away and has a train called the Metro that takes you directly into Sousse. There are dozens of flights to Monastir from the UK, many with budget carriers so getting there is cheap and convenient.

Current Rental Rates in Sousse

Fiat Punto

4 Adults, 3 Doors

From 59.56 EUR/day
Fiat Punto

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

  3 |
  Manual |
  Yes

Honda Amaze

5 Adults, 5 Doors

From 65.83 EUR/day
Honda Amaze

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

  3 |
  Manual |
  Yes

Peugeot 301

5 Adults, 5 Doors

From 68.97 EUR/day
Peugeot 301

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

  3 |
  Manual |
  No

Suzuki Ciaz

5 Adults, 4 Doors

From 72.10 EUR/day
Suzuki Ciaz

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

  4 |
  Manual |
  Yes

Useful to know about Sousse

  • Sousse is the French name for the Arabic city of Susa
  • The city has been aligned to the Romans, belonged to the Vandals, the Spanish, Arabs and French in its time
  • Despite its antiquity, nothing remains of the city before the 7th century AD
  • The region around the city has 2,500km2 of olive groves which, along with tourism, accounts for nearly half Sousse’s economy

 

Popular car hire destinations in Sousse

Best car rental companies in Sousse

5.4
No.1: AVIS,
based on 11 reviews
58
56
60
57
60
15 min (average wait time)
5.0
No.2: BUDGET,
based on 64 reviews
53
43
46
52
58
18 min (average wait time)

Sousse car hire information

  • 5.4/10
    Best Rated Agent:
    Avis Europe Franchise
  • € 416.92
    Average price:
    (per week)
  • € 59.56
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Honda Amaze
  • 4
    Total Cars Available
     

Average prices per day in Sousse

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€ 41
February€ 32
March€ 32
April€ 32
May€ 32
June€ 32
July€ 67
August€ 66
September€ 45
October€ 41
November€ 41
December€ 29
ItemPercent
January€ 28
February€ 26
March€ 27
April€ 27
May€ 27
June€ 32
July€ 59
August€ 58
September€ 31
October€ 30
November€ 27
December€ 25
ItemPercent
January€ 36
February€ 33
March€ 35
April€ 35
May€ 33
June€ 40
July€ 70
August€ 68
September€ 42
October€ 36
November€ 34
December€ 32
ItemPercent
ItemPercent
ItemPercent
ItemPercent
ItemPercent
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:1420 NodeID:20920 pvCT_ID:1420 NodeID:20920 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 =20920 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=1420 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=1420 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 Tunisia fo find you the best price and that's a promise...

from
€37
per day
ItemPercent
Jan€ 27
Feb€ 28
Mar€ 30
Apr€ 32
May€ 28
Jun€ 27
Jul€ 80
Aug€ 67
Sep€ 30
Oct€ 30
Nov€ 30
Dec€ 30
from
€38
per day
ItemPercent
Jan€ 27
Feb€ 28
Mar€ 31
Apr€ 32
May€ 28
Jun€ 27
Jul€ 79
Aug€ 80
Sep€ 30
Oct€ 30
Nov€ 30
Dec€ 30
from
€42
per day
ItemPercent
Jan€ 36
Feb€ 39
Mar€ 30
Apr€ 34
May€ 28
Jun€ 29
Jul€ 80
Aug€ 80
Sep€ 34
Oct€ 41
Nov€ 36
Dec€ 40
from
€37
per day
ItemPercent
Jan€ 27
Feb€ 28
Mar€ 30
Apr€ 32
May€ 28
Jun€ 27
Jul€ 80
Aug€ 67
Sep€ 30
Oct€ 30
Nov€ 30
Dec€ 30