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 · 41 lines json
Raw Blame History
1{2  "id": "winebid",3  "displayName": "WineBid (recent sales per wine)",4  "sourceId": "winebid",5  "sourceName": "WineBid",6  "sourceType": "marketplace",7  "sourceUrl": "https://www.winebid.com",8  "module": "api/winebid",9  "enginePriority": ["api", "firecrawl", "scrapfly"],10  "categories": ["wine", "whisky"],11  "regions": ["US"],12  "languages": ["en"],13  "currency": ["USD"],14  "supportsListings": true,15  "supportsSold": true,16  "supportsAuctions": true,17  "supportsImages": true,18  "supportsCatalog": false,19  "supportsPopulation": false,20  "supportsLookup": true,21  "refreshFrequencyMinutes": 1440,22  "priority": "medium",23  "trustScore": 0.85,24  "attributionRequired": true,25  "termsUrl": "https://www.winebid.com/Help/TermsAndConditions",26  "accessNotes": "US online wine auction (weekly auctions). Category browse pages (/BuyWine/Items/<region>/<id>) are rendered through Firecrawl (1 credit, plain HTTP returns 403 for list pages) to discover item URLs; each public item page (/BuyWine/Item/<id>/<slug>, plain HTTPS) shows the wine, the current auction lot (estimate / current bid) and a 'Recent sales' table of past winning bids for the same wine: item id, quantity sold, per-bottle amount (USD) and sale date. robots.txt lists rules for named search engines only (no generic group); we still avoid /Sales, /AuctionClosed and account paths. Winning bids exclude WineBid's 17% buyer's premium (buyer_premium_included=false; premium % in metadata). Sale dates come from the table (PDT). 2 s politeness delay; itemsPerRun caps each run.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": {30    "categories": [31      { "path": "/BuyWine/Items/Bordeaux/18403", "label": "Bordeaux" },32      { "path": "/BuyWine/Items/Burgundy/15363", "label": "Burgundy" },33      { "path": "/BuyWine/Items/Napa-Valley/2910", "label": "Napa Valley" },34      { "path": "/BuyWine/Items/Barolo/16367", "label": "Barolo" },35      { "path": "/BuyWine/Items/Brunello-di-Montalcino/7725165", "label": "Brunello di Montalcino" },36      { "path": "/BuyWine/Items/Big-Bottles/7902856", "label": "Large formats" }37    ],38    "itemsPerRun": 2439  }40}41