Salou Mini Guide
Not far away from the heady lights of
Barcelona, Salou is a modestly sized seaside town which is a favourite for Spanish and foreign holiday makers who go to the Costa Daurada. To get into Salou most customers use nearby
Reus Airport where we also have rental vehicles available to pick up.
We recommend booking your rental vehicle well in advance of travelling and not only will you be assured of the biggest choice of cars you could also save yourself even more on our low car hire rates. Once booked just present your reservation voucher and documents at the local agents desk and you will be free to try all that Salou has to offer
Current Rental Rates in Salou
Toyota Aygo
4 Adults, 3 Doors
From 61.35 EUR/day
7 Days rental at 429.45 EUR from 24/07/2023
Toyota Aygo
4 Adults, 3 Doors
From 61.91 EUR/day
7 Days rental at 433.42 EUR from 24/07/2023
Opel Corsa
5 Adults, 5 Doors
From 65.76 EUR/day
7 Days rental at 460.37 EUR from 24/07/2023
Seat Ibiza
5 Adults, 5 Doors
From 66.13 EUR/day
7 Days rental at 462.92 EUR from 24/07/2023
Kia Picanto
4 Adults, 3 Doors
From 67.34 EUR/day
7 Days rental at 471.38 EUR from 24/07/2023
Citroen C1
4 Adults, 3 Doors
From 67.61 EUR/day
7 Days rental at 473.28 EUR from 24/07/2023
Citroen C-Elysee
5 Adults, 3 Doors
From 75.47 EUR/day
7 Days rental at 528.33 EUR from 24/07/2023
Citroen C-Elysee
5 Adults, 3 Doors
From 75.59 EUR/day
7 Days rental at 529.15 EUR from 24/07/2023
Seat Leon
5 Adults, 5 Doors
From 75.68 EUR/day
7 Days rental at 529.77 EUR from 24/07/2023
Useful to know about Salou
- Salou is home to Port Aventura, one of the largest theme parks in Europe.
- The theme park has the fastest roller coaster in Europe and is managed by Universal Studios.
- In the 16th century Salou was a haven for pirates and considered too dangerous a town to visit.
- Salou’s beautiful beaches have 34 Blue Flag awards between them.
- In its time Salou has been occupied by Greeks and Romans and used as their ports for the export of products from Spain.
Popular car hire destinations in Salou
Best car rental companies in Salou
7.5
No.1: EUROPCAR,
based on 3958 reviews
20 min (average wait time)
7.2
No.2: KEDDY BY EUROPCAR,
based on 1155 reviews
20 min (average wait time)
Salou car hire information
-
€ 429.45
Average price:
(per week)
-
€ 61.35
Best Price:
Per Week
Average prices per day in Salou
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)
Item | Percent |
---|
April | € 18 |
---|
May | € 52 |
---|
June | € 77 |
---|
July | € 90 |
---|
August | € 74 |
---|
September | € 66 |
---|
October | € 43 |
---|
Item | Percent |
---|
April | € 15 |
---|
May | € 35 |
---|
June | € 63 |
---|
July | € 58 |
---|
August | € 44 |
---|
September | € 56 |
---|
October | € 36 |
---|
Item | Percent |
---|
April | |
---|
May | € 68 |
---|
June | € 93 |
---|
July | € 71 |
---|
August | € 49 |
---|
September | € 75 |
---|
October | € 49 |
---|
Item | Percent |
---|
April | € 13 |
---|
May | € 36 |
---|
June | € 56 |
---|
July | € 67 |
---|
August | € 50 |
---|
September | € 53 |
---|
October | € 32 |
---|
Item | Percent |
---|
April | |
---|
May | € 77 |
---|
June | € 101 |
---|
July | € 137 |
---|
August | € 120 |
---|
September | |
---|
October | |
---|
*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:52888 NodeID:19354 pvCT_ID:52888 NodeID:19354 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 =19354 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=52888 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=52888 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.