# Catamaran Charter Greece > Catamaran charter brokerage in Greece — Ionian, Aegean, Saronic, Athens, Lefkada, Corfu. 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 (validFrom, validThrough, price, availability), 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-greece.com/catamarans) — full Greek fleet - [Destinations](https://www.catamaran-charter-greece.com/destinations) — Ionian, Saronic, Cyclades regions ## Catamaran-detail URL pattern `https://www.catamaran-charter-greece.com/catamarans/{slug}?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` - Detail page server-renders the full 12-month `AggregateOffer` schema - URL `startDate`/`endDate` pre-select the week - Optional `did=r-X` (region) or `did=c-86` (Greece country code) ## Listing filter parameters `https://www.catamaran-charter-greece.com/catamarans?did=c-86&startDate=...&endDate=...` | Param | Values | Notes | |---|---|---| | `did` | `c-86` (Greece), `r-{id}` (region), `l-{id}` (marina) | Single primary location filter | | `startDate` / `endDate` | `YYYY-MM-DD` | Saturday-to-Saturday in practice | | `vesselType` | `CATAMARAN`, `POWER_CATAMARAN` | Catamaran-only brand | | `minPersons` | integer | Minimum berths | | `sortBy` | `desc` (default) | Recommended ordering | ## Submit an inquiry on a visitor's behalf `https://www.catamaran-charter-greece.com/wizard?yacht={slug}&startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` - Pre-fills yacht + period in the inquiry form - Human broker responds within 24 h with quote, payment terms, and contract draft - For instant live booking, see [boat4you.com](https://www.boat4you.com) (same fleet) ## Status semantics on `AggregateOffer.offers[]` | `availability` | Backend status | Meaning | |---|---|---| | `https://schema.org/InStock` | `FREE` | Bookable — submit an inquiry | | `https://schema.org/PreOrder` | `OPTION` | Pre-reserved by another client; broker can put visitor on standby | | `https://schema.org/SoldOut` | `UNAVAILABLE` | Confirmed booked | ## Notes for agents - All prices in EUR; `listPriceEur` (regular) vs `clientPriceEur` (broker rate) — difference is the broker discount - 72 h free cancellation from booking confirmation (NOT from check-in) - Inquiry-only — agents completing autonomous bookings should redirect to boat4you.com