# Auction site sources | Name | API Available | Implemented | |------------------|---------------|-------------| | [Live Auctioneers](https://www.liveauctioneers.com/) | | JSON | :check: | | [Catawiki](https://www.catawiki.com/en/) | | JSON | | | [ProxiBid](https://www.proxibid.com/) | | None | | | [The Saleroom](https://www.the-saleroom.com) | | None | | - Catawiki ``` curl 'https://www.catawiki.com/buyer/api/v1/auctions?locale=en&per_page=25' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0' \ -H 'Accept: application/json' \ -H 'Accept-Language: en-US,en;q=0.5' \ -H 'Accept-Encoding: gzip, deflate, br' \ -H 'Referer: https://www.catawiki.com/en/' \ -H 'DNT: 1' \ -H 'Connection: keep-alive' \ -H 'Cookie: ab_first_visit=1; absmartly_id=a808d691-6a64-4797-bf77-97516c2917a9; cw_sid=2e67590dbaee388af8b5f1a59b4dd12f5d01759bc6a4603c6a8ae1add4637bdd; cw_ab=eaVcsgJ5TBW7bkaaWxN/6QAB; enable_marketing_cookies=true; enable_analytical_cookies=true; cookie_preferences_used_cta=accept_all; has_pending_cookie_consent_sync=true; rmb_disabled_at=1684553408868; _catawiki_session=KQn7aiPKK6FUaO8zr8yfwrAVUtfKv6wXQ9ntoW00Qux19aliGIcXXNUs6vmomxsOSruGU%2Bn%2BsNp8%2FzessvIc4ZZ7wkWJkhiHKHhV13dBUYm4Tu3SvP2nOPKXFzBJngnwgJRh%2BUIdoTv86KDmB%2B8%3D--aRi3oNveTClu9Grs--CFMYiz%2BOtTknj34sB2fblQ%3D%3D' \ -H 'Pragma: no-cache' \ -H 'Cache-Control: no-cache' \ -H 'TE: trailers' ```