SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
2.4 KB · 37 lines json
Raw Blame History
1{2  "id": "tokyo-chuo",3  "displayName": "Tokyo Chuo Auction (results, tcabid.com)",4  "sourceId": "tokyo-chuo",5  "sourceName": "Tokyo Chuo Auction",6  "sourceType": "auction_house",7  "sourceUrl": "https://tcabid.com",8  "module": "api/tokyo-chuo",9  "enginePriority": ["api"],10  "categories": ["art", "contemporary_art", "antiques", "porcelain", "jewelry", "gemstones", "other_watches", "rolex", "patek_philippe", "whisky", "wine", "coins", "stamps", "luxury_handbags", "books", "manga", "designer_toys", "cameras"],11  "regions": ["HK", "JP", "TW"],12  "languages": ["zh", "ja", "en"],13  "currency": ["HKD", "JPY", "TWD"],14  "supportsListings": false,15  "supportsSold": true,16  "supportsAuctions": true,17  "supportsImages": true,18  "supportsCatalog": false,19  "supportsPopulation": false,20  "supportsLookup": false,21  "refreshFrequencyMinutes": 1440,22  "priority": "medium",23  "trustScore": 0.85,24  "attributionRequired": true,25  "termsUrl": "https://www.chuo-auction.com/zh/buyer",26  "acquisitionMethod": "public JSON API of the tcabid.com bidding platform (BiddingArt)",27  "historicalDepth": "years",28  "accessNotes": "Tokyo Chuo Auction (東京中央オークション: Tokyo, Hong Kong, Taipei) publishes its catalogues and results on the tcabid.com single-page app whose unauthenticated JSON API we read: GET /app_api/v1/auctions/finished_auctions_and_store_categories (past sales with start_at, place, lot_count) and GET /app_api/v1/auction_items?auction_category_auction_id_eq=<auctionId>&per_page=100&page=N (lots: number, title, description, final_price, status hammered/unsold, transaction_time, estimate range, images, auction_category.currency — HKD/JPY/TWD depending on the saleroom). No key, no cookies, honest UA; verified 200. tcabid.com has no robots.txt rules (the SPA shell is served); the corporate site chuo-auction.com is not crawled. final_price is the HAMMER price (the site labels it 落札価格 and the buyer's commission 15–20 % is described separately on the auction page) → buyer_premium_included=false. Native currency preserved per lot; lots whose currency is missing/unsupported are dropped. Sale date = the lot's transaction_time (falls back to the auction start). No bidder or user data. 1.5 s politeness; salesPerRun caps incremental runs; backfill walks all finished auctions with a resumable cursor.",29  "enabled": true,30  "schemaVersion": "1.0",31  "config": {32    "perPage": 100,33    "auctionsListSize": 200,34    "salesPerRun": 235  }36}37