Discover/yachtauctions.com API
live

yachtauctions.com APIyachtauctions.com

Access National Liquidators' vessel auction inventory via API. List, search, and retrieve details on boats, yachts, and watercraft listings with specs and pricing.

Endpoints
8
Updated
14d ago
Try it
Filter by vessel make slug from get_vessel_makes (e.g. 'sea-ray', 'bayliner').
Zero-based page number. Each page returns up to 18 items.
Free-text keyword to search vessel titles and descriptions.
Sort option slug. Verified values: 'date_desc', '_price_asc', '_wpgb_featured_product_desc
Filter by vessel type slug from get_vessel_types (e.g. 'center-console', 'cruiser').
Set to 'true' to show only live auction listings. Any other value or omission shows all li
api.parse.bot/scraper/c3da45f2-c2b5-4cee-afa8-0e82c04cff14/<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/c3da45f2-c2b5-4cee-afa8-0e82c04cff14/list_vessel_listings?page=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

List vessel listings with pagination and filters. Returns up to 18 items per page. Supports filtering by make, vessel type, live auction status, text search, and sorting.

Input
ParamTypeDescription
makestringFilter by vessel make slug from get_vessel_makes (e.g. 'sea-ray', 'bayliner').
pageintegerZero-based page number. Each page returns up to 18 items.
querystringFree-text keyword to search vessel titles and descriptions.
sort_bystringSort option slug. Verified values: 'date_desc', '_price_asc', '_wpgb_featured_product_desc', 'acf/year_desc'.
vessel_typestringFilter by vessel type slug from get_vessel_types (e.g. 'center-console', 'cruiser').
live_auctionsstringSet to 'true' to show only live auction listings. Any other value or omission shows all listings.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "count": "integer, number of items returned on this page",
    "items": "array of listing objects with title, url, slug, price, location, badges, and thumbnail"
  },
  "sample": {
    "data": {
      "page": 0,
      "count": 18,
      "items": [
        {
          "url": "https://yachtauctions.com/browse/2001-carver-506-motor-yacht-stk-41810/",
          "slug": "2001-carver-506-motor-yacht-stk-41810",
          "price": null,
          "title": "2001 Carver 506 Motor Yacht – Stk# 41810",
          "badges": [
            "Live Auction"
          ],
          "location": "Located in Michigan",
          "thumbnail": "https://yachtauctions.com/wp-content/uploads/2026/04/93f2d337-f721-4914-9a67-bf0c8e5ca6fd-768x354.jpg"
        }
      ]
    },
    "status": "success"
  }
}

About the yachtauctions.com API

This API exposes 8 endpoints covering National Liquidators' full vessel auction inventory on yachtauctions.com, including live auctions, featured listings, and recently added boats. The get_vessel_detail endpoint returns per-vessel specs, photos, asking price, contact info, and US state location. list_vessel_listings supports filtering by make, vessel type, live auction status, keyword query, and sort order, returning up to 18 results per page.

Listing and Searching Vessels

The list_vessel_listings endpoint is the primary way to browse inventory. It accepts a zero-based page integer, free-text query string, make slug (sourced from get_vessel_makes), vessel_type slug (sourced from get_vessel_types), and a sort_by option — verified values include date_desc, _price_asc, _wpgb_featured_product_desc, and acf/year_desc. Setting live_auctions to 'true' filters down to only currently active auction listings. Each page returns up to 18 items, each with title, url, slug, price, location, badges, and thumbnail. The search_vessels endpoint provides a direct keyword search matched against vessel titles and descriptions.

Vessel Detail Data

get_vessel_detail takes a vessel slug (formatted as <year>-<make>-<model>-stk-<id>) and returns the full listing: asking_price, description, photos array, contact_email, contact_phone, location_office, state, and a specs object organized by category with key-value pairs for hull, engine, dimensions, and other vessel attributes. If the listing no longer exists, the endpoint returns input_not_found.

Convenience Endpoints and Taxonomy

list_live_auctions and list_featured_listings require no inputs and return the same listing object shape used across all list endpoints. list_recently_listed returns up to 18 listings sorted by date descending — useful for monitoring new inventory as it becomes available. get_vessel_makes and get_vessel_types each return an array with name, slug, and count fields, giving you the full set of valid filter values for list_vessel_listings.

Common use cases
  • Monitor new vessel inventory by polling list_recently_listed and alerting when target makes appear.
  • Build a vessel comparison tool by pulling specs from multiple get_vessel_detail calls.
  • Track active auction count over time using list_live_auctions response count.
  • Aggregate asking price distributions by vessel type using list_vessel_listings with vessel_type and _price_asc sort.
  • Generate a make-specific inventory digest using get_vessel_makes slugs piped into list_vessel_listings.
  • Display a curated featured listings widget using list_featured_listings thumbnail and price fields.
  • Build a regional vessel search tool by filtering get_vessel_detail results on the state field.
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 yachtauctions.com have an official developer API?+
No. National Liquidators does not publish a documented public developer API for yachtauctions.com inventory data.
What does `get_vessel_detail` return in the `specs` object?+
The specs field is an object of named categories — such as hull, engine, and dimensions — each containing key-value pairs for the attributes listed under that category. The exact keys present vary by listing depending on what the seller has provided. The endpoint also returns photos (array of image URLs), asking_price, state, contact_email, contact_phone, location_office, and the full description text.
How does pagination work in `list_vessel_listings`?+
The page parameter is zero-based, so page 0 is the first page. Each page returns at most 18 items. The response includes a count field reflecting how many items were returned on that specific page, not the total inventory count. To walk through all results, increment page until count is less than 18.
Can I retrieve historical sold or completed auction listings?+
Not currently. The API covers active inventory, live auctions, featured listings, and recently added vessels. It does not expose completed or archived auction records. You can fork this API on Parse and revise it to add an endpoint targeting historical or closed listings if that data becomes available on the site.
Are bid amounts or auction end times available in listing results?+
Not currently. Listing items return price, title, location, badges, slug, url, and thumbnail. The detail endpoint returns asking_price but no bid history, current bid amount, or auction countdown data. You can fork this API on Parse and revise it to surface those fields if they appear on individual listing pages.
Page content last updated . Spec covers 8 endpoints from yachtauctions.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.