Discover/troostwijkauctions.com API
live

troostwijkauctions.com APIwww.troostwijkauctions.com

Search and browse auction lots on Troostwijk Auctions to find detailed information about items including specifications, current bidding status, images, and physical locations. Quickly access comprehensive lot details to help you make informed bidding decisions or discover items of interest.

Endpoints
2
Updated
3h 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 re
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', 'r
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 troostwijkauctions.com API on Parse exposes 2 endpoints for the publicly available data on www.troostwijkauctions.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.