• 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

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
Toyota Aygo

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

  2 |
  Manual |
  Yes

Toyota Aygo

4 Adults, 3 Doors

From 61.91 EUR/day
Toyota Aygo

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

  2 |
  Manual |
  Yes

Opel Corsa

5 Adults, 5 Doors

From 65.76 EUR/day
Opel Corsa

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

  2 |
  Manual |
  Yes

Seat Ibiza

5 Adults, 5 Doors

From 66.13 EUR/day
Seat Ibiza

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

  2 |
  Manual |
  Yes

Kia Picanto

4 Adults, 3 Doors

From 67.34 EUR/day
Kia Picanto

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

  1 |
  Manual |
  Yes

Citroen C1

4 Adults, 3 Doors

From 67.61 EUR/day
Citroen C1

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

  2 |
  Manual |
  Yes

Citroen C-Elysee

5 Adults, 3 Doors

From 75.47 EUR/day
Citroen C-Elysee

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

  3 |
  Manual |
  Yes

Citroen C-Elysee

5 Adults, 3 Doors

From 75.59 EUR/day
Citroen C-Elysee

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

  3 |
  Manual |
  Yes

Seat Leon

5 Adults, 5 Doors

From 75.68 EUR/day
Seat Leon

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

  3 |
  Manual |
  Yes

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
80
75
67
74
80
20 min (average wait time)
7.2
No.2: KEDDY BY EUROPCAR,
based on 1155 reviews
77
73
66
70
78
20 min (average wait time)

Salou car hire information

  • 7.6/10
    Best Rated Agent:
    Europcar EMEA Corporate
  • € 429.45
    Average price:
    (per week)
  • € 61.35
    Best Price:
    Per Week
  • 8
    Most Popular Type:
    Compact
  • 2
    Most popular model:
    Citroen C-Elysee
  • 15
    Total Cars Available
     

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)
ItemPercent
April€ 18
May€ 52
June€ 77
July€ 90
August€ 74
September€ 66
October€ 43
ItemPercent
April€ 15
May€ 35
June€ 63
July€ 58
August€ 44
September€ 56
October€ 36
ItemPercent
April
May€ 68
June€ 93
July€ 71
August€ 49
September€ 75
October€ 49
ItemPercent
April€ 13
May€ 36
June€ 56
July€ 67
August€ 50
September€ 53
October€ 32
ItemPercent
April
May€ 77
June€ 101
July€ 137
August€ 120
September
October
ItemPercent
ItemPercent
ItemPercent
*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.


Other Rhino Car Hire Locations

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

from
€33
per day
ItemPercent
Jan€ 26
Feb€ 25
Mar€ 26
Apr€ 26
May€ 26
Jun€ 63
Jul€ 77
Aug€ 24
Sep€ 24
Oct€ 26
Nov€ 26
Dec€ 26
from
€41
per day
ItemPercent
Jan€ 38
Feb€ 30
Mar€ 34
Apr€ 45
May€ 53
Jun€ 67
Jul€ 30
Aug€ 66
Sep€ 30
Oct€ 28
Nov€ 32
Dec€ 38
from
€29
per day
ItemPercent
Jan€ 30
Feb€ 33
Mar€ 30
Apr€ 22
May€ 21
Jun€ 26
Jul€ 40
Aug€ 38
Sep€ 20
Oct€ 27
Nov€ 29
Dec€ 27
from
€29
per day
ItemPercent
Jan€ 30
Feb€ 33
Mar€ 30
Apr€ 22
May€ 21
Jun€ 26
Jul€ 40
Aug€ 38
Sep€ 20
Oct€ 27
Nov€ 29
Dec€ 27