Troostwijkauctions: Search Lots
Troostwijkauctions via Parse · marketplace
Full-text search across Troostwijk auction lots. query matches lot titles; results include bidding status, current bid, location, and images. Supports country filtering and sorting by end date. Paginates via page number. Each result exposes a slug for fetching full details via get_lot_details. Search auction lots on Troostwijk Auctions and retrieve detailed lot information including specifications, bidding status, images, and location. Fulfilled by Parse from www.troostwijkauctions.com.
- automotive
- ecommerce
- marketplace
- parse
- platform-key
- troostwijkauctions
- www-troostwijkauctions-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fbcfbbed-b376-4eb3-a263-540b20e4dc86/search_lots
- Interface artifact
- sha256:51f499312a7510be8d094752061b184dae8339dcd8d3c3195d2fc4c665831709
- Manifest digest
- sha256:1cf6625373da9f384a934c512bacdf73e241827ddd40a5a9ad3395fc102e4a75
Request fields
- page (integer): Page number for pagination.
- query (string, required): 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.: Allowed values: nl, be, de, fr, at
- sort_by (string): Field to sort results by. Accepted value: 'endDate'. Omitting sorts by relevance.: Allowed values: endDate
- language (string): Language for search results. Accepted values: 'en', 'nl', 'de', 'fr', 'it', 'es', 'pl', 'ro', 'sv', 'no', 'fi'.: Allowed values: en, nl, de, fr, it, es, pl, ro, sv, no, fi
- page_size (integer): Number of results per page.: Allowed values: 5, 10, 20
- sort_direction (string): Sort direction. Used with sort_by.: Allowed values: asc, desc
Example queries
- {"page":"1","query":"excavator","country":"nl","sort_by":"endDate","language":"en","page_size":"5","sort_direction":"asc"}