05-15-2024 03:49 PM
Sorry I don't know where to post this, so here it is. I am looking for a RESTful API driven way to get the final price and # bids (auctions only) for ids I already know from one of the search APIs. Alternatively, if I could find a way to grab all ended auctions for the last 12-24 hours, that'd work. The categories I track are not huge, but I can't seem to sort out what to use for that. Thank you.
Brett
05-21-2024 01:45 PM
Hi @patctrend-0,
Browse API get calls like getItem, getItemByLegacyId can be used to retrieve the current highest bid for an auction item and the number of bids for the items.