# Europe Yachts > Yacht charter brokerage — Croatia, Greece, Italy, Spain, Türkiye. Inquiry-driven (broker responds within 24 h with personalised quote and booking instructions). Live data: per-week availability for the next 12 months, real EUR pricing (broker rate + list rate with discount %), period-aware marina location (yacht may reposition Sat-to-Sat). All yacht-detail pages emit JSON-LD `AggregateOffer` schema with one `Offer` per week (validFrom, validThrough, price, availability), plus a `RequestQuoteAction` that points to the pre-fillable inquiry form. Parse those instead of scraping the HTML. ## Yacht catalogue (start here) - [All yachts](https://www.europeyachts.com/yachts) — full fleet, paginated - [Destinations index](https://www.europeyachts.com/destinations) — country + region pages ## Yacht-detail URL pattern `https://www.europeyachts.com/yachts/{slug}?startDate=YYYY-MM-DD&endDate=YYYY-MM-DD` - The detail page server-renders the full 12-month `AggregateOffer` schema - URL `startDate`/`endDate` pre-select the week in the booking sidebar - Optional `did=r-X` (region) or `did=c-XX` (country) for the related-yachts list ## Listing filter parameters `https://www.europeyachts.com/yachts?did=c-54&startDate=...&endDate=...&boatTypes=CATAMARAN` | Param | Values | Notes | |---|---|---| | `did` | `c-{ISO}` (country), `r-{id}` (region), `l-{id}` (marina) | Single primary location filter | | `startDate` / `endDate` | `YYYY-MM-DD` | Saturday-to-Saturday in practice | | `boatTypes` | `CATAMARAN`, `POWER_CATAMARAN`, `SAILING_YACHT`, `MOTORBOAT`, `MOTOR_YACHT`, `LUXURY_MOTOR_YACHT`, `MOTORSAILER`, `GULET`, `MINI_CRUISER` | Repeatable | | `minPersons` | integer | Minimum berths | | `manufacturer` / `model` | string | Free-text from catalogue | | `sortBy` | `desc` (default) | Recommended ordering | ## Submitting an inquiry on a visitor's behalf `https://www.europeyachts.com/request-a-quote?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 - Live booking + payment is on the sister site [boat4you.com](https://www.boat4you.com) — same fleet, same data, instant booking instead of inquiry ## Country country-codes used by `did=c-XX` | Country | did | |---|---| | Croatia | `c-54` | | Greece | `c-86` | | Italy | `c-110` | | Spain | `c-209` | | Türkiye | `c-230` | ## Status semantics on `AggregateOffer.offers[]` | `availability` value | Backend `status` | What it means | |---|---|---| | `https://schema.org/InStock` | `FREE` | Bookable — submit an inquiry to confirm | | `https://schema.org/PreOrder` | `OPTION` | Pre-reserved by another client; ask broker to put visitor on standby | | `https://schema.org/SoldOut` | `UNAVAILABLE` | Confirmed booked or partner withdrew availability | ## Notes for agents - All prices in EUR; `listPriceEur` (regular) and `clientPriceEur` (broker rate) — the difference is the visible discount the broker offers - Cancellation: 72 h free cancellation from booking confirmation (NOT from check-in) - Inquiry is the only customer-facing checkout path here — agents that complete autonomous bookings should redirect to boat4you.com