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%
1.7 KB · 31 lines json
Raw Blame History
1{2  "id": "pokemonprice",3  "displayName": "PokemonPrice (graded Pokémon price guide)",4  "sourceId": "pokemonprice",5  "sourceName": "PokemonPrice.com",6  "sourceType": "pricing_guide",7  "sourceUrl": "https://www.pokemonprice.com",8  "module": "api/pokemonprice",9  "enginePriority": ["api", "firecrawl"],10  "categories": ["pokemon"],11  "regions": ["US"],12  "languages": ["en"],13  "currency": ["USD"],14  "supportsListings": false,15  "supportsSold": false,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": true,19  "supportsPopulation": false,20  "supportsLookup": true,21  "refreshFrequencyMinutes": 2880,22  "priority": "medium",23  "trustScore": 0.7,24  "attributionRequired": true,25  "termsUrl": "https://www.pokemonprice.com/about-us",26  "accessNotes": "Public server-rendered card pages (robots.txt allows '/' for generic agents; Content-Signal ai-train=no respected). Each card page embeds, in its React Server Components payload, a per-grade price model (Raw, PSA 1–10, BGS, CGC: fair/low/high price, model confidence, last sale date) derived from eBay and other public sold listings, plus monthly transaction counts. Emitted as price_observations 'guide_value' (+ low/high) per grade with the model confidence (capped 0.8) and the monthly transaction count as sampleSize — not transactions. Set naming follows pokemontcg ('Base Set', 'Jungle'…); edition suffixes (1st Edition, Shadowless) become the variant so assets merge with the API catalogs. ~167 set lists, ~25k card pages; politeness 1.5 s, `maxCardsPerRun` caps a run and the cursor rotates through sets.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": { "seeds": [], "maxCardsPerRun": 300, "priceKinds": ["guide_value", "low", "high"] }30}31