POST /api/catawiki/lots
Price: 10 credits
Get one Catawiki auction lot by id or URL: title, seller description, specifications, images, expert estimate, current bid in EUR, USD and GBP, reserve and closing state, bidding window, the auction it belongs to, the seller and the curating experts.
Fetch a single Catawiki lot by its numeric id or catawiki.com/l/ URL. Use catawiki/lots/bids for its bid history and catawiki/lots/similar for comparable lots.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)lot string required — Catawiki lot id or lot URL (examples: "107069105", "https://www.catawiki.com/en/l/107069105-rolex-datejust-16233-unisex-1989"; minLength: 1)@type string (default: "CatawikiLot")id string requiredsubtitle string nullableurl string nullabledescription string nullableauto_translated_description string nullablesummary string nullablebrand string nullablecondition string nullableimages array (default: [])specifications array (default: [])@type string (default: "CatawikiSpecification")specification_id string requiredname string nullablevalue string nullablevalue_id string nullableurl string nullablecategory object nullable@type string (default: "CatawikiLotCategory")id string requiredurl string nullablelevel integer nullableauction_id string nullableauction object nullable@type string (default: "CatawikiAuctionSummary")id string requiredurl string nullablestatus string nullablestart_at integer nullableclose_at integer nullableclosed_at integer nullablelot_count integer nullabletype_id string nullabletheme_id string nullableis_themed boolean nullableis_explicit_content boolean nullableimage string nullablepromo_images array (default: [])categories array (default: [])@type string (default: "CatawikiCategoryRef")id string requiredname string nullableurl string nullablelevel integer nullableauctioneers array (default: [])@type string (default: "CatawikiAuctioneer")id string requiredname string nullableimage string nullableis_profile_complete boolean nullablelive_stream object nullable@type string (default: "CatawikiLiveStream")campaign_key string nullablestatus string nullablescheduled_start_at integer nullablestarted_at integer nullableended_at integer nullableis_giveaway boolean nullableseller object nullable@type string (default: "CatawikiSellerSummary")id string requiredname string nullableuser_name string nullableurl string nullablecountry_code string nullablecountry string nullableis_pro boolean nullableis_top boolean nullablecreated_at integer nullablesold_count integer nullableactive_lot_count integer nullablerating object nullable@type string (default: "CatawikiSellerScore")score number nullablepositive_count integer nullableneutral_count integer nullablenegative_count integer nullablelifetime_count integer nullableprofile_text string nullableis_profile_auto_translated boolean nullableterms_url string nullablebadges array (default: [])@type string (default: "CatawikiBadge")name string requireddescription string nullableicon string nullableexperts array (default: [])@type string (default: "CatawikiExpert")id string requiredname string nullableimage string nullableurl string nullablebio string nullableis_profile_complete boolean nullableestimate_min object nullable@type string (default: "CatawikiAmount")eur number nullableusd number nullablegbp number nullableestimate_max object nullable@type string (default: "CatawikiAmount")eur number nullableusd number nullablegbp number nullableestimate_type string nullablecurrent_bid object nullable@type string (default: "CatawikiAmount")eur number nullableusd number nullablegbp number nullableminimum_bid_eur number nullablefavorite_count integer nullableis_reserve_price_met boolean nullableis_close_to_reserve_price boolean nullableis_open boolean nullableis_closed boolean nullableis_sold boolean nullableis_high_interest boolean nullableis_buy_now_available boolean nullableis_explicit_content boolean nullableis_age_check_required boolean nullableclose_status string nullablebidding_start_at integer nullablebidding_end_at integer nullablehighest_bidder_token string nullablewinner_token string nullablelive_stream object nullable@type string (default: "CatawikiLiveStream")campaign_key string nullablestatus string nullablescheduled_start_at integer nullablestarted_at integer nullableended_at integer nullableis_giveaway boolean nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No Catawiki lot exists at this id. Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.