TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "id": "auctionet",3 "displayName": "Auctionet (Nordic & European online auctions — results)",4 "sourceId": "auctionet",5 "sourceName": "Auctionet",6 "sourceType": "marketplace",7 "sourceUrl": "https://auctionet.com",8 "module": "api/auctionet",9 "enginePriority": ["api"],10 "categories": ["art", "contemporary_art", "photography", "antiques", "design_furniture", "porcelain", "glass_crystal", "silver", "clocks", "watches", "rolex", "omega", "patek_philippe", "audemars_piguet", "other_watches", "jewelry", "gemstones", "coins", "banknotes", "medals", "stamps", "books", "maps", "historical_documents", "autographs", "cameras", "vintage_toys", "action_figures", "dolls", "model_cars", "model_trains", "comics", "trading_cards", "music", "music_memorabilia", "movie_memorabilia", "musical_instruments", "pens", "sports_memorabilia", "advertising", "scientific_instruments", "automobiles", "motorcycles", "automotive_memorabilia", "fashion_streetwear", "luxury_handbags", "wine", "whisky", "militaria"],11 "regions": ["SE", "DE", "DK", "FI", "ES", "GB"],12 "languages": ["sv", "de", "da", "fi", "es", "en"],13 "currency": ["SEK", "EUR", "DKK", "GBP"],14 "supportsListings": false,15 "supportsSold": true,16 "supportsAuctions": true,17 "supportsImages": true,18 "supportsCatalog": false,19 "supportsPopulation": false,20 "supportsLookup": false,21 "refreshFrequencyMinutes": 360,22 "priority": "high",23 "trustScore": 0.85,24 "attributionRequired": true,25 "termsUrl": "https://auctionet.com/en/terms_of_use",26 "acquisitionMethod": "public JSON API (undocumented, unauthenticated)",27 "historicalDepth": "years",28 "accessNotes": "Auctionet is the Nordic/European online auction platform used by ~100 houses (Stockholms Auktionsverk, Crafoord, Uppsala Auktionskammare, Bruun Rasmussen online, Stockholms Auktionsverk Köln, Helsingborgs Auktionskammare…). We read ONLY the public, unauthenticated JSON endpoint https://auctionet.com/api/v2/items.json (the same endpoint the site's own search uses; verified HTTP 200 with the RareIndexBot UA, no key, no cookies) plus /api/v2/categories.json once per run. Parameters used: is=ended (closed lots), per_page (≤ 500; we use 100), page (the API caps every query at 10 000 items, page > cap returns an empty list), category_id and country_code for backfill slices. robots.txt disallows only /admin/ and /*/my paths; /api/ is not disallowed; terms_of_use contain no clause on automated access. Each item carries state (sold/unsold/published), currency (SEK/EUR/DKK/GBP — native, never converted), estimate, ends_at (unix, = sale date), house, location, catalog_number, bids[] whose top amount is the winning bid. Auctionet publishes the WINNING BID = hammer price; each house adds its own buyer's fee on top, so buyer_premium_included=false and metadata.price_basis='winning_bid_excl_buyer_fee'. We store no bidder data (bidder numbers are anonymous and discarded), no user data. Items in licence-weapon, firearm, vehicle-part, boat, moped, bicycle, garden, tool and consumer-electronics categories are skipped (out of taxonomy / regulated). Politeness 1.5 s between requests; incremental runs page through the most recently ended lots until the previous checkpoint (ends_at) is reached; backfill iterates category × country slices (≤ 10 000 items each) with a resumable cursor.",29 "enabled": true,30 "schemaVersion": "1.0",31 "config": {32 "apiBase": "https://auctionet.com/api/v2",33 "perPage": 100,34 "incrementalMaxPages": 60,35 "apiItemCap": 10000,36 "countryCodes": ["SE", "DE", "DK", "FI", "ES", "GB"],37 "backfillCategoryIds": []38 }39}40