Discover/troostwijkauctions.com API
live

troostwijkauctions.com APIwww.troostwijkauctions.com

Search auction lots and retrieve full lot details from Troostwijk Auctions including bids, specs, images, and location via a simple REST API.

Endpoints
2
Updated
15d ago
Try it
Page number for pagination.
Search term to find lots (e.g. 'excavator', 'tractor', 'forklift').
Two-letter country code to filter results (e.g. 'nl', 'be', 'de', 'fr', 'at'). Omitting returns results from all countries.
Field to sort results by. Accepted value: 'endDate'. Omitting sorts by relevance.
Language for search results. Accepted values: 'en', 'nl', 'de', 'fr', 'it', 'es', 'pl', 'ro', 'sv', 'no', 'fi'.
Number of results per page.
Sort direction. Accepted values: 'asc', 'desc'. Used with sort_by.
api.parse.bot/scraper/fbcfbbed-b376-4eb3-a263-540b20e4dc86/<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/fbcfbbed-b376-4eb3-a263-540b20e4dc86/search_lots' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search auction lots by keyword with optional country filter and sorting. Returns paginated results including lot title, bidding status, current bid, location, and images.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch term to find lots (e.g. 'excavator', 'tractor', 'forklift').
countrystringTwo-letter country code to filter results (e.g. 'nl', 'be', 'de', 'fr', 'at'). Omitting returns results from all countries.
sort_bystringField to sort results by. Accepted value: 'endDate'. Omitting sorts by relevance.
languagestringLanguage for search results. Accepted values: 'en', 'nl', 'de', 'fr', 'it', 'es', 'pl', 'ro', 'sv', 'no', 'fi'.
page_sizeintegerNumber of results per page.
sort_directionstringSort direction. Accepted values: 'asc', 'desc'. Used with sort_by.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "total": "integer",
    "results": "array of lot summaries with id, display_id, title, location, images, bids_count, current_bid_amount_cents, currency, bidding_status, slug",
    "has_next": "boolean",
    "page_size": "integer"
  },
  "sample": {
    "page": 1,
    "total": 780,
    "results": [
      {
        "id": "e4535e58-3098-4895-b4a8-51ab92c12dcd",
        "slug": "2025-excavator-vtw-10-mini-excavator-A1-40139-212",
        "title": "2025 Excavator VTW-10 Mini Excavator",
        "images": [
          {
            "url": "https://media.tbauctions.com/image-media/d95e542f-e154-4eaf-8d15-bbb4dbb43b7e/file",
            "order": 0,
            "mediaId": "d95e542f-e154-4eaf-8d15-bbb4dbb43b7e"
          }
        ],
        "currency": "EUR",
        "end_date": 1780596840,
        "location": {
          "id": "84603e78-7d6a-4b36-8f7c-9a298e0d6d8d",
          "city": "Smilde",
          "coordinates": "6.44869,52.94727",
          "countryCode": "nl"
        },
        "sale_term": "OPEN_RESERVE_PRICE_NOT_ACHIEVED",
        "bids_count": 15,
        "display_id": "A1-40139-212",
        "lot_number": 212,
        "start_date": 1779451200,
        "bidding_status": "BIDDING_OPEN",
        "followers_count": 54,
        "direct_sale_type": "NOT_SET",
        "current_bid_amount_cents": 120000
      }
    ],
    "has_next": true,
    "page_size": 3
  }
}

About the troostwijkauctions.com API

The Troostwijk Auctions API gives access to 2 endpoints covering industrial and commercial auction inventory across Europe. Use search_lots to query live listings by keyword with country, sort, and pagination controls, then call get_lot_details to retrieve a specific lot's full specification attributes, current bidding status, condition, images, and collection scheduling.

Endpoint Overview

The search_lots endpoint accepts a required query string and optional filters including a two-letter country code (e.g. nl, de, be), language, sort_by (currently endDate), sort_direction, page, and page_size. Each result in the results array includes the lot id, display_id, title, location, images, bids_count, current_bid_amount_cents, currency, bidding_status, and a slug used to fetch full details. The response also surfaces total, has_next, and page_size for reliable pagination.

Lot Detail Fields

get_lot_details takes a slug (returned from search results) and an optional language parameter. The response includes structured attributes — an array of specification objects each carrying a name, unit, and value — which represent the machine or asset specifications typical of heavy equipment, vehicles, and industrial goods listed on the platform. Additional fields cover condition, quantity, start_date (Unix timestamp), an auction object with id, name, and description, a location object with countryCode and city, and an ordered images array.

Coverage and Language Support

Both endpoints support 11 languages: English, Dutch, German, French, Italian, Spanish, Polish, Romanian, Swedish, Norwegian, and Finnish. Country filtering in search_lots is optional; omitting it returns results across all available regions. This makes the API suited for cross-border monitoring of industrial auction inventory throughout continental Europe.

Common use cases
  • Monitor current bid prices for specific equipment categories (e.g. excavators, forklifts) across multiple European countries
  • Build an equipment valuation tool using current_bid_amount_cents, bids_count, and attributes from lot details
  • Aggregate auction closing dates by sorting search_lots results by endDate ascending to track upcoming lot expirations
  • Populate a multilingual asset database using get_lot_details with the language parameter for localized descriptions
  • Filter auction inventory by country code to surface lots available for viewing or collection in a specific region
  • Track image assets and condition data for industrial equipment listings to support visual cataloguing workflows
  • Build lot watchlists by periodically polling search_lots for a keyword and detecting changes in bidding_status
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 Troostwijk Auctions have an official developer API?+
Troostwijk Auctions does not publish a documented public developer API. This Parse API provides structured access to lot search and detail data from the platform.
What does `bidding_status` in the search results indicate?+
The bidding_status field in each search_lots result reflects the current state of bidding on that lot — for example, whether bidding is open or has ended. It is paired with current_bid_amount_cents and bids_count to give a snapshot of auction activity at the time of the request.
Can I retrieve bid history or individual bidder information for a lot?+
Not currently. The API returns aggregate bidding data — current_bid_amount_cents and bids_count from search_lots, and lot-level metadata from get_lot_details — but does not expose per-bid history or bidder identities. You can fork this API on Parse and revise it to add an endpoint targeting bid history if that data becomes accessible.
How granular is the location data returned for lots?+
Location data is returned at the city and country-code level. The search_lots results include a location field, and get_lot_details returns a location object with countryCode and city. Street-level addresses and map coordinates are not currently returned. You can fork this API on Parse and revise it to surface more precise location fields if the source exposes them.
Is there a way to filter search results by lot category or equipment type beyond keyword search?+
The search_lots endpoint filters by query, country, and sort_by only — there is no dedicated category or asset-type filter parameter. Category-level filtering is not currently supported. You can fork this API on Parse and revise it to add a category filter endpoint if Troostwijk exposes category identifiers in their data.
Page content last updated . Spec covers 2 endpoints from www.troostwijkauctions.com.
Related APIs in MarketplaceSee all →
ebay.com API
Search and monitor eBay listings across any category, with support for active and completed/sold listings. Retrieve item details, pricing history, seller profiles and feedback, and category data. Filter by keyword, category, condition, seller, and sort order to support price research, market analysis, and inventory monitoring.
store.epicgames.com API
store.epicgames.com API
psacard.com API
Look up PSA certification details for graded collectible cards and search comprehensive population reports and price guides across all card categories. Browse collectible categories by set to discover grading data, pricing information, and population statistics.
craigslist.org API
Search and retrieve Craigslist listings for apartments, vehicles, jobs, services, and other categories across all regional sites to find exactly what you're looking for. Get detailed information about specific listings, browse by location and category, and compare options all in one place.
jp.mercari.com API
Search and browse millions of product listings on Mercari Japan with bilingual support, filtering by categories and getting detailed pricing, item specifications, and seller information. Access comprehensive marketplace data including product summaries, category overviews, and individual seller profiles to find exactly what you're looking for.
mercadolibre.com.ar API
Search for products, cars, and real estate listings on MercadoLibre Argentina and access detailed information including product specifications, customer reviews, and seller profiles. Get comprehensive market data to compare prices, evaluate sellers, and make informed purchasing decisions across multiple categories.
arrow.com API
Search for electronic components and instantly access pricing, availability, and detailed product specifications from Arrow Electronics' catalog. Look up manufacturers, retrieve bulk component data, and find the parts you need all in one place.
auctions.yahoo.co.jp API
Search active and completed Yahoo Auctions Japan listings, view detailed item information, and identify bargain deals by comparing current prices against market trends. Analyze seller profiles to make informed bidding decisions on Japanese auction items.