Miami Beach
Tapas y Tintos

Anna Lvin
Deal Expert
The Deal
This “charming” hot spot on Española Way “offers an immense menu of small plates that capitalize on traditional Spanish flavors” (Miami New Times).
What’s Included
- For $55, get dinner and drinks for two (reg. up to $107), including:
- Two tapas (up to $18 each) like the braised Spanish octopus or the garlic shrimp
- One Meat Lovers or Seafood paella (up to $45)
- Two glasses of sangria (up to $13 each)
-
For $109, get dinner and drinks for four (reg. up to $214), including four tapas, two paellas and four glasses of sangria
Why We Love It
- Select from 16 different tapas and two large paellas
- Located on the historic Española Way in South Beach since 1981
- “Honors the tradition of eating tapas” (Thrillist)
When You Can Go
Aug. 31, 2018; Monday-Thursday, limited Friday-Sunday
Have a Question? Contact Travelzoo.

Your Recently Viewed Deals
Book now at
‘ + value.source + ‘
‘ : “”);
var expirationDate = new Date(value.expirationdate);
var isExpired = !isNaN(expirationDate) && expirationDate ‘;
content += ‘ ‘;
content += ‘
‘ + (isExpired ? ‘SOLD OUT’ : ”) + ‘
‘;
content += ‘
‘ + value.headline + ‘
‘;
content += ‘
‘ + value.meta + ‘
‘;
content += ‘ ‘;
content += ”;
}
//show +X more deals
if (index == 4)
content += ”;
index++;
});
//add placeholders
if (index ‘;
content += ‘ ‘;
content += ‘
content += ‘ ‘;
content += ‘
Search for more deals
‘;
content += ‘
‘;
content += ‘
‘;
content += ‘
‘;
content += ‘ ‘;
content += ”;
}
}
content += ”;
$(‘#recently-viewed-deals’).append(content);
$(‘#ShowMoreRVD’).click(function (e)
moreContent = “”;
$.each(JSON.parse(rvd), function (key, value)
var linkoutContent = (value.directlink == ‘true’ ? ‘
‘ + value.source + ‘
‘ : “”);
var expirationDate = new Date(value.expirationdate);
var isExpired = !isNaN(expirationDate) && expirationDate ‘;
moreContent += ‘ ‘;
moreContent += ‘
‘ + (isExpired ? ‘SOLD OUT’ : ”) + ‘
‘;
moreContent += ‘
‘ + value.headline + ‘
‘;
moreContent += ‘
‘ + value.meta + ‘
‘;
moreContent += ‘
‘ + value.when + ‘
‘;
moreContent += ‘ ‘;
moreContent += ”;
);
$(‘#moreRecentlyViewedDeals ul’).html(moreContent);
$(‘#moreRecentlyViewedDeals’).dialog(‘open’);
e.preventDefault();
);
$(‘#recently-viewed-deals .deal-module a’)
.add(‘#moreRecentlyViewedDeals .deal-module a’)
.not(‘#ShowMoreRVD’)
.bind(‘click’, function()
var dealid = $(this).data(‘dealid’);
var countrycode = $(this).data(‘countrycode’);
var rvd = “”;
rvd = Storages.sessionStorage.get(‘_rvd’);
if(rvd != undefined && typeof rvd == “object”)
rvd = JSON.stringify(rvd);
if (rvd != undefined && JSON.parse(rvd).length > 0)
var dealsList = (typeof rvd == “object”) ? rvd : JSON.parse(rvd);
dealsList = dealsList.filter(function (deal) return deal.adid == dealid );
if(dealsList != undefined && dealsList.length > 0) ” + headline + ” (” +countrycode +”: “+ dealid +”)”;
try
tzoo.gtm.analyticsEvent(‘RecentlyViewed’, ‘Clicked’, sourcePage, 1, undefined, undefined);
catch(err)
console.log(err);
);
$(‘#moreRecentlyViewedDeals’).dialog(
closeOnEscape: true,
autoOpen: false,
modal: true,
closeText: “”,
resizable: false,
draggable: false,
show: effect: ‘fade’ ,
open: function (event, ui)
$(‘#moreRecentlyViewedDeals’).parent().addClass(“moreRecentlyViewedDeals”);
$(‘#moreRecentlyViewedDeals’).prev().hide();
tzoo.imageLoader.loadImagesWithoutScroll();
);
$(‘#closeMoreItems’).click(function ()
$(‘#moreRecentlyViewedDeals’).dialog(‘close’);
);
} else
$(‘#recentlyViewedDealsDiv’).hide();
}