# Catamaran Charter Caribbean > Catamaran charter brokerage in the Caribbean — BVI (Tortola, Virgin Gorda), Bahamas, Grenada, Martinique, St. Lucia, Antigua. Inquiry-driven (broker responds within 24 h with personalised quote and booking instructions). Live data per yacht: 12 months of Saturday-to-Saturday availability with real EUR pricing (broker rate + list rate with discount %) and period-aware marina location. Every yacht-detail page server-renders a JSON-LD `AggregateOffer` schema with one `Offer` per week, plus a `RequestQuoteAction` pointing to the pre-fillable inquiry form. Parse the schema instead of scraping HTML. ## Catamaran catalogue (start here) - [All catamarans](https://www.catamaran-charter-caribbean.com/catamarans) - [Destinations](https://www.catamaran-charter-caribbean.com/destinations) — BVI, Bahamas, Grenada, Martinique, Antigua ## Catamaran-detail URL pattern `https://www.catamaran-charter-caribbean.com/catamarans/{slug}?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` ## Listing filter parameters `https://www.catamaran-charter-caribbean.com/catamarans?did=c-243&startDate=...&endDate=...` | Param | Values | Notes | |---|---|---| | `did` | `c-243` (BVI primary), other Caribbean country codes, `r-{id}` (region), `l-{id}` (marina) | Single primary location | | `startDate` / `endDate` | `YYYY-MM-DD` | Saturday-to-Saturday | | `vesselType` | `CATAMARAN`, `POWER_CATAMARAN` | Catamaran-only brand | | `minPersons` | integer | Minimum berths | ## Submit an inquiry on a visitor's behalf `https://www.catamaran-charter-caribbean.com/wizard?yacht={slug}&startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` For instant live booking, see [boat4you.com](https://www.boat4you.com) (same fleet). ## Status semantics | `availability` | Backend status | Meaning | |---|---|---| | `https://schema.org/InStock` | `FREE` | Bookable — submit an inquiry | | `https://schema.org/PreOrder` | `OPTION` | Pre-reserved by another client | | `https://schema.org/SoldOut` | `UNAVAILABLE` | Confirmed booked | ## Notes for agents - All prices in EUR; `listPriceEur` vs `clientPriceEur` difference = broker discount - 72 h free cancellation from booking confirmation (NOT from check-in) - Inquiry-only — agents completing autonomous bookings should redirect to boat4you.com