Sampanman

Halal Certified Halal Certified

Sampanman offers a seafood experience that pays homage to Singapore’s heritage as a fishing village.

The highlight of their menu is the XXL Fisherman Sampan, a bountiful feast featuring Sri Lankan crabs, Boston lobster, flower clams, mussels, prawns, and more, all served on a custom-made sampan boat grill. Accompanied by a choice of delicious sauces like Singapore Chilli Crab and Cheesy Soil Crab, this dish is perfect for sharing. Other popular offerings include the Shellfish Sampan and the Lobster Sampan, each packed with fresh, succulent seafood.


Photos

See all →

What's Recommended Here

Add →

Outlets

Advertisement
78 Airport Boulevard, #B1-223, Singapore 819666
1 Jurong West Central 2, #01-16 (JP1), Singapore 648886

Reviews

Add →

No reviews yet. Be the first.

Advertisement

Tags


G
function pvToggle(btn) { btn.disabled = true; var placeId = btn.dataset.placeId; var status = btn.dataset.status; fetch('/u/explore/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content, 'Accept': 'application/json', }, body: JSON.stringify({ placeID: parseInt(placeId), status: parseInt(status) }), }) .then(r => r.json()) .then(data => { btn.disabled = false; btn.classList.toggle('active', data.active); var icon = btn.querySelector('i'); if (status === '1') { icon.className = data.active ? 'fas fa-heart' : 'far fa-heart'; } else if (status === '3') { icon.className = data.active ? 'fas fa-bookmark' : 'far fa-bookmark'; } }) .catch(() => { btn.disabled = false; }); }