yachtr.com APIyachtr.com ↗
Access comprehensive boat listings from yachtr.com to find specifications, engine details, descriptions, images, and contact information for brokers. Search and review detailed boat information to compare vessels and connect with sellers all in one place.
curl -X GET 'https://api.parse.bot/scraper/aa1e2835-2f90-48a2-b0c0-5a81ce39f795/get_boat_details' \ -H 'X-API-Key: $PARSE_API_KEY'
Get comprehensive details of a boat listed on yachtr.com. Accepts either a full yachtr.com listing URL or the numeric vessel ID (the digits at the end of the URL). Returns specifications, engine info, description, full details, image URLs, and broker contact information.
| Param | Type | Description |
|---|---|---|
| boat_idrequired | string | Either a full yachtr.com boat listing URL (e.g. https://yachtr.com/44-ted_brewer-1995-2850869/) or the numeric vessel ID from the end of the URL (e.g. 2850869). |
{
"type": "object",
"fields": {
"title": "string",
"broker": "object with broker name, email, brokerage, and office_email",
"images": "array of image URLs",
"engines": "array of engine objects with make, model, type, horsepower, etc.",
"location": "string",
"boat_name": "string",
"price_usd": "string",
"vessel_id": "string",
"description": "string",
"full_details": "string",
"specifications": "object containing key-value pairs of boat specs (Name, LOA, Year, Beam, etc.)"
},
"sample": {
"title": "1995 Ted Brewer 44'",
"broker": {
"name": "John Doe",
"email": "[email protected]",
"brokerage": "David Walters Yachts",
"office_email": "[email protected]"
},
"images": [
"https://cdn.yachtbroker.org/images/2850869_9b4bbffd_1.jpg.webp"
],
"engines": [
{
"name": "Engine 1",
"Hours": "2300.00",
"Power HP": "72.00",
"Fuel Type": "Diesel",
"Engine Make": "Detroit Diesel",
"Engine Type": "Inboard",
"Engine Model": "3-53"
}
],
"location": "St. George's, Grenada",
"boat_name": "Victory 1995 Ted Brewer 44 ft Cutter by John Doe",
"price_usd": "-1169000",
"vessel_id": "2850869",
"description": "Custom Ted Brewer Design #98 - full-keel pilothouse offshore cutter built for serious bluewater cruising...",
"full_details": "Interior Accommodations and Layout...",
"specifications": {
"LOA": "43'10\" (13.36 Meters)",
"Beam": "13'6\"",
"Name": "Victory",
"Type": "Sail-Used",
"Year": "1995",
"Cabins": "2",
"Designer": "Ted Brewer",
"Fuel Type": "Diesel",
"Hull Material": "Fiberglass"
}
}
}About the yachtr.com API
The yachtr.com API on Parse exposes 1 endpoint for the publicly available data on yachtr.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.