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%
3.5 KB · 38 lines json
Raw Blame History
1{2  "id": "hibid",3  "displayName": "HiBid (past catalogs, prices realized)",4  "sourceId": "hibid",5  "sourceName": "HiBid",6  "sourceType": "marketplace",7  "sourceUrl": "https://hibid.com",8  "module": "api/hibid",9  "enginePriority": ["api"],10  "categories": ["coins", "banknotes", "stamps", "sports_memorabilia", "baseball_cards", "basketball_cards", "football_cards", "hockey_cards", "other_sports_cards", "pokemon", "magic_the_gathering", "yugioh", "other_tcg", "non_sport_cards", "marvel_comics", "dc_comics", "independent_comics", "video_games", "vintage_toys", "action_figures", "dolls", "model_trains", "model_cars", "other_watches", "rolex", "omega", "jewelry", "gemstones", "advertising", "militaria", "medals", "musical_instruments", "music", "cameras", "clocks", "books", "maps", "postcards", "glass_crystal", "porcelain", "silver", "art", "antiques", "fossils", "minerals", "meteorites", "pens", "lighters", "arcade_pinball", "casino_memorabilia", "political_memorabilia", "disney_collectibles", "star_wars", "board_games", "license_plates", "pins", "automotive_memorabilia"],11  "regions": ["US", "CA"],12  "country": "US",13  "languages": ["en"],14  "currency": ["USD", "CAD"],15  "supportsListings": false,16  "supportsSold": true,17  "supportsAuctions": false,18  "supportsImages": true,19  "supportsCatalog": false,20  "supportsPopulation": false,21  "supportsLookup": false,22  "refreshFrequencyMinutes": 720,23  "priority": "medium",24  "trustScore": 0.75,25  "attributionRequired": true,26  "termsUrl": "https://hibid.com/terms-and-conditions",27  "acquisitionMethod": "embedded Apollo state JSON on public catalog pages",28  "historicalDepth": "months",29  "accessNotes": "Plain HTTPS with the RareIndex user agent on hibid.com (Cloudflare in front; the bot UA is served normally). Pages read: the public past-auction list /auctions/past?apage=N (25 archived auctions per page, current month window, ~1 300 auctions) and catalog pages /catalog/<id>/<slug>?apage=N (100 lots per page). The lot data is taken from the Apollo state the public Angular page embeds in <script id=\"hibid-state\">; we never call hibid.com/graphql ourselves. robots.txt (User-agent *) disallows */livecatalog/, */webcast/, /auctioneer/, */account/, */catalog/print/, /error/, /auctions/current/map/, /hibiddemo/ and the keyword search /auctions/past/*?q=* — none of these are fetched; bingbot gets Crawl-delay 5, we wait 3 s between requests. The Terms & Conditions page is client-rendered and its text could not be read over plain HTTP (recorded here, to be re-checked). Sales: closed lots whose auctioneer publishes 'price realized' (many auctioneers hide it → 0 lots, skipped); the figure is the hammer/high bid — the buyer's premium (text like 'Buyers Premium 18%' kept in metadata) is charged separately → buyerPremiumIncluded=false. Sale date = auction bidCloseDateTime (zone-less local time treated as UTC, an approximation of a few hours). Currency = the auction's currencyAbbreviation (USD/CAD; others skipped). Only lots whose HiBid category maps to the collectibles taxonomy are kept — real estate, vehicles, farm/construction equipment, household, tools, business liquidations are filtered; firearms and ammunition are never emitted. Auction house name = the auctioneer's public business name + '(HiBid)'; auctioneer contact details (email, phone, address) are never stored. 0 credits.",30  "enabled": true,31  "schemaVersion": "1.0",32  "config": {33    "pastPagesPerRun": 3,34    "auctionsPerRun": 6,35    "pagesPerAuction": 1036  }37}38