Allsurplus: Search Assets
Allsurplus via Parse · marketplace
Search and browse auction lots with keyword, category, seller, event, and time-based filters. Returns paginated asset summaries with bid info and facets for further narrowing. Each result carries the assetId and accountId needed to fetch its full detail via get_asset_detail. Sorted by relevance by default; closedatetime and currentbid are alternatives. API for AllSurplus, a B2B surplus and industrial auction marketplace. Provides access to asset search, auction lot details, auction events, and category/location hierarchies. Fulfilled by Parse from allsurplus.com.
- allsurplus
- allsurplus-com
- b2b-directory
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/f6ee20f8-b2d1-4a4d-be82-cae28e1ded7c/search_assets
- Interface artifact
- sha256:34b9ae52cf4421ff41633d52b2d589ea0a498b34ef03f7ac0ff8d27cd53f5d7a
- Manifest digest
- sha256:7caee470f955c6ccfc72804c390810eb44388becf11f4ebc30bf453a2cf39e16
Request fields
- page (integer): Page number for pagination.
- limit (integer): Number of results per page.
- query (string): Search keyword. Use '*' for all results.
- event_id (string): Event ID to filter results by a specific auction event.
- time_type (string): Time-based filter such as 'closingToday' or 'newListings'.
- sort_field (string): Field to sort results by.: Allowed values: bestfit, closedatetime, currentbid
- sort_order (string): Sort direction.: Allowed values: asc, desc
- account_ids (string): Comma-separated list of numeric account IDs to filter by seller.
- category_ids (string): Category ID to filter results (from list_categories endpoint).
- facets_filter (string): JSON array of facet filter strings (e.g. '["region:\"Americas\""]').
Example queries
- {"page":"1","limit":"5","query":"truck","sort_field":"bestfit","sort_order":"asc"}