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.
curl -X GET 'https://api.parse.bot/scraper/fbcfbbed-b376-4eb3-a263-540b20e4dc86/search_lots' \ -H 'X-API-Key: $PARSE_API_KEY'
Search auction lots by keyword with optional country filter and sorting. Returns paginated results including lot title, bidding status, current bid, location, and images.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. |
| queryrequired | string | Search term to find lots (e.g. 'excavator', 'tractor', 'forklift'). |
| country | string | Two-letter country code to filter results (e.g. 'nl', 'be', 'de', 'fr', 'at'). Omitting returns results from all countries. |
| sort_by | string | Field to sort results by. Accepted value: 'endDate'. Omitting sorts by relevance. |
| language | string | Language for search results. Accepted values: 'en', 'nl', 'de', 'fr', 'it', 'es', 'pl', 'ro', 'sv', 'no', 'fi'. |
| page_size | integer | Number of results per page. |
| sort_direction | string | Sort direction. Accepted values: 'asc', 'desc'. Used with sort_by. |
{
"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.