goldin_search
Search Goldin's auction and fixed-price lots by keyword, category, item type, certification, or auction ID, with sort options. Returns structured JSON.
Instructions
Search Goldin's lot auction inventory. Browse or search Goldin's current lot inventory by free-text keyword, category, sub_category, certification, item_type, and auction_id, in a caller-selected sort order. Every filter is optional and combines with AND semantics. All enum values come from goldin-categories -- pass the matching auction_type to both. The Auction pool (default) and the Fixed Price "Private Sales" marketplace are disjoint item pools with different certification/item_type values and different sort enums.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number, defaults to 1 | |
| sort | No | One value from goldin-categories' own sort field for the same auction_type. Auction pool: Featured (default), Ending_Soonest, Highest_Bids, Lowest_Bids, Most_Bids, Least_Bids, Most_Recent_Bids, Highest_Lot_Number, Recently_Started. Fixed Price pool: Recently_Created (default), Highest_Bids, Lowest_Bids | |
| keyword | No | Free-text search across lot titles/descriptions | |
| category | No | One value from goldin-categories' category field | |
| item_type | No | One value from goldin-categories' item_type field | |
| page_size | No | Page size, defaults to 24, capped at 96 | |
| auction_id | No | One auction id from goldin-categories' auctions field -- only meaningful for auction_type Auction | |
| auction_type | No | Auction (default) or Fixed_Price -- selects which lot pool to search | |
| sub_category | No | One value from goldin-categories' sub_category field | |
| certification | No | One value from goldin-categories' certification field |