Discover/yachtbuyer.com API
live

yachtbuyer.com APIyachtbuyer.com

Access used and new yacht listings, boat models, broker details, specifications, and Top 100 yacht rankings from YachtBuyer.com via a structured API.

Endpoints
7
Updated
14d ago
Try it
Geographic filter (e.g. 'int' for international).
Page number for pagination.
Sort order for results.
Maximum budget filter.
Maximum number of cabins.
Maximum length in meters (e.g. '50').
Minimum budget filter.
Minimum number of cabins.
Minimum length in meters (e.g. '30').
api.parse.bot/scraper/23f33517-d5a7-4432-8891-a6c948622ac1/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/23f33517-d5a7-4432-8891-a6c948622ac1/search_used_yachts?page=1&length_to=50&length_from=30' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for used yachts for sale with optional filters for length, budget, cabins, geography, and sorting. Returns paginated results.

Input
ParamTypeDescription
geostringGeographic filter (e.g. 'int' for international).
pageintegerPage number for pagination.
sort_bystringSort order for results.
budget_tostringMaximum budget filter.
cabins_tostringMaximum number of cabins.
length_tostringMaximum length in meters (e.g. '50').
budget_fromstringMinimum budget filter.
cabins_fromstringMinimum number of cabins.
length_fromstringMinimum length in meters (e.g. '30').
Response
{
  "type": "object",
  "fields": {
    "results": "array of yacht listing objects with name, url, brand, price, location, year, engines, features, length, and model",
    "has_more": "boolean indicating if more pages are available",
    "current_page": "integer current page number",
    "total_results": "integer total number of matching listings"
  },
  "sample": {
    "data": {
      "results": [
        {
          "url": "https://www.yachtbuyer.com/en/lurssen/for-sale/pelorus-563e9c43",
          "name": "PELORUS",
          "year": "2003 (2025)",
          "brand": "Lurssen",
          "model": "Custom",
          "price": "€160,000,000",
          "length": "115m",
          "engines": "2 x Wartsila 5,300hp",
          "features": "Stabilisers, Helipad, Elevator, Spa",
          "location": "Montenegro"
        }
      ],
      "has_more": true,
      "current_page": 1,
      "total_results": 2322
    },
    "status": "success"
  }
}

About the yachtbuyer.com API

The YachtBuyer.com API exposes 7 endpoints covering used yacht search, new yacht and boat model browsing, full listing detail pages, broker resolution, news articles, and the Top 100 longest yachts list. The search_used_yachts endpoint alone returns up to 8 filterable fields — including length, budget range, cabin count, and geography — with paginated results carrying price, location, year, engine data, and feature arrays per listing.

Search and Filter Listings

search_used_yachts accepts filters for budget_from, budget_to, cabins_from, cabins_to, length_to, geo, sort_by, and page. Each result object includes name, url, brand, price, location, year, engines, features, length, and model. The response also returns total_results, current_page, and has_more for pagination. search_new_yachts and search_boats follow the same pagination shape but return only name, url, and brand — new and builder listings on YachtBuyer.com do not carry price, year, or engine data.

Listing Detail and Broker Data

get_listing_detail takes a full yachtbuyer.com listing URL and returns the complete detail page: images (array of image URLs), brokers (array of objects with name and company), specifications (object keyed by category, each containing key-value spec pairs), amenities (array of strings), description, and ld_json (structured Vehicle schema.org data). When a search result shows a yacht listed by multiple brokers, resolve_overlay accepts an overlay_id from that result and returns an array of direct listing URLs with associated broker name and company — letting you identify all brokerage sources for a single vessel.

Editorial and Reference Data

get_news returns the latest articles from YachtBuyer with title, url, date, and summary per article — useful for tracking market trends or new launches. get_top100_yachts returns a ranked list of the world's longest yachts, each with name, rank, and vessel_id. The vessel_id can be used to construct a URL for a subsequent get_listing_detail call where a listing exists.

Common use cases
  • Build a yacht search tool filtered by budget range and cabin count using search_used_yachts parameters
  • Aggregate broker contact information across multiple brokerages for the same vessel using resolve_overlay
  • Display full yacht specifications, amenities, and image galleries by calling get_listing_detail with a listing URL
  • Track which new yacht models are available from builders by paginating through search_new_yachts
  • Populate a superyacht reference database with ranked vessel names from get_top100_yachts
  • Syndicate maritime industry news with structured article metadata from get_news
  • Compare used yacht listings by length and location using geographic and length filters on search_used_yachts
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does YachtBuyer.com have an official developer API?+
YachtBuyer.com does not publish a public developer API or documented data feed. The Parse API is the structured way to access listing data from the site.
What does `resolve_overlay` return and when do I need it?+
Some used yacht search results represent vessels listed by more than one broker. In those cases the result carries an overlay_id rather than a direct listing URL. Passing that ID to resolve_overlay returns an array of objects, each with a direct url, broker name, and broker company, so you can retrieve the individual brokerage listings.
Do new yacht and boat search results include price, year, or engine data?+
No. search_new_yachts and search_boats return only name, url, and brand per result. Those fields are not present in new or builder listings on YachtBuyer.com. Full specification detail is available for individual listings via get_listing_detail where a listing page exists.
Does the API support filtering used yacht searches by vessel type or hull material?+
Not currently. search_used_yachts filters cover budget, cabin count, length, geography, sort order, and pagination. Vessel type and hull material filters are not exposed. You can fork this API on Parse and revise it to add those filter parameters if YachtBuyer.com surfaces them on the search interface.
Can I retrieve charter listings or rental availability through this API?+
Not currently. The API covers used yacht sales listings, new yacht models, boat models, listing detail pages, and editorial content. Charter or rental data is not included. You can fork this API on Parse and revise it to target any charter-specific sections of the site.
Page content last updated . Spec covers 7 endpoints from yachtbuyer.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.