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.1 KB · 44 lines json
Raw Blame History
1{2  "id": "gooding",3  "displayName": "Gooding & Company (prices realized)",4  "sourceId": "gooding",5  "sourceName": "Gooding & Company",6  "sourceType": "auction_house",7  "sourceUrl": "https://www.goodingco.com",8  "module": "api/gooding",9  "enginePriority": ["api"],10  "categories": ["automobiles", "motorcycles", "automotive_memorabilia"],11  "regions": ["US", "GB", "FR"],12  "languages": ["en"],13  "currency": ["USD", "GBP", "EUR"],14  "supportsListings": false,15  "supportsSold": true,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": false,19  "supportsPopulation": false,20  "supportsLookup": true,21  "refreshFrequencyMinutes": 1440,22  "priority": "medium",23  "trustScore": 0.9,24  "attributionRequired": true,25  "termsUrl": "https://www.goodingco.com/terms-of-use",26  "accessNotes": "Gooding & Company's public 'Prices Realized' pages are a Gatsby site; each realized auction page ships its full lot list as static JSON at /page-data/auction/realized/<slug>/page-data.json (one plain HTTPS request per auction, 0 credits; robots.txt has no disallow rules). Each lot carries salePrice (auction currency), lotNumber, title, model year, make, model and Cloudinary image ids (cloud 'goodingco'). Sale date = the last ContentfulSubEventAuction end date of the auction. Lots without a salePrice (unsold/withdrawn) and private-sale prices are skipped. The page does not state whether salePrice includes the buyer's premium, so buyer_premium_included is null (Gooding's published totals are customarily quoted inclusive of premium). Auction slugs come from config.seeds plus /auction/realized/ links found on the homepage; lookup() handles /lot/<slug> pages via their page-data JSON.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": {30    "seeds": [31      "pebble-beach-auctions-2026",32      "amelia-island-auctions-2026",33      "retromobile-paris-2026",34      "retromobile-new-york-auctions-2026",35      "pebble-beach-auctions-2025",36      "pebble-beach-auctions-2024",37      "london-auction-2024",38      "pebble-beach-auctions-2023",39      "london-auction-2023"40    ],41    "auctionsPerRun": 342  }43}44