{
  "id": "auctionet",
  "displayName": "Auctionet (Nordic & European online auctions — results)",
  "sourceId": "auctionet",
  "sourceName": "Auctionet",
  "sourceType": "marketplace",
  "sourceUrl": "https://auctionet.com",
  "module": "api/auctionet",
  "enginePriority": ["api"],
  "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"],
  "regions": ["SE", "DE", "DK", "FI", "ES", "GB"],
  "languages": ["sv", "de", "da", "fi", "es", "en"],
  "currency": ["SEK", "EUR", "DKK", "GBP"],
  "supportsListings": false,
  "supportsSold": true,
  "supportsAuctions": true,
  "supportsImages": true,
  "supportsCatalog": false,
  "supportsPopulation": false,
  "supportsLookup": false,
  "refreshFrequencyMinutes": 360,
  "priority": "high",
  "trustScore": 0.85,
  "attributionRequired": true,
  "termsUrl": "https://auctionet.com/en/terms_of_use",
  "acquisitionMethod": "public JSON API (undocumented, unauthenticated)",
  "historicalDepth": "years",
  "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.",
  "enabled": true,
  "schemaVersion": "1.0",
  "config": {
    "apiBase": "https://auctionet.com/api/v2",
    "perPage": 100,
    "incrementalMaxPages": 60,
    "apiItemCap": 10000,
    "countryCodes": ["SE", "DE", "DK", "FI", "ES", "GB"],
    "backfillCategoryIds": []
  }
}
