# Catamaran Charter Italy > Catamaran charter brokerage in Italy — Sardinia, Sicily, Aeolian Islands, Tuscany, Naples & Amalfi, Apulia. 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.catamarancharteritaly.com/catamarans) - [Destinations](https://www.catamarancharteritaly.com/destinations) — Sardinia, Sicily, Amalfi, Tuscany regions ## Catamaran-detail URL pattern `https://www.catamarancharteritaly.com/catamarans/{slug}?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` ## Listing filter parameters `https://www.catamarancharteritaly.com/catamarans?did=c-110&startDate=...&endDate=...` | Param | Values | Notes | |---|---|---| | `did` | `c-110` (Italy), `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.catamarancharteritaly.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