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.0 KB · 26 lines markdown
Rendered Raw Blame History
1# The Game Steward connector (`the-game-steward`)23- Source: https://www.thegamesteward.com · dealer · US · USD · Shopify storefront4- Acquisition: public `/collections/<handle>/products.json?limit=250&page=N` (shared `ShopifyStoreConnector` adapter wrapped by `MarketPinnedShopifyConnector`, which adds a `localization=US` cookie so Shopify Markets never geo-converts prices; no store-specific code)5- Records: `listing` (asking prices, one per variant; out-of-stock variants → `ended`)6- Refresh: every 12 h (ACTIVE→NORMAL boundary, large catalogue) · history: none (listings only)78US retailer specialised in Kickstarter-exclusive / deluxe board-game editions (out-of-print collector market). Shopify storefront; product_type "Kickstarter Board Game (Expansion|Accessory)".910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `all-kickstarter-exclusive-badge` | `board_games` | Kickstarter Exclusive |14| `all-kickstarter-games-all-time` | `board_games` | Kickstarter |15| `core-games-stand-alone-games` | `board_games` | — |16| `eagle-gryphon-deluxe-kickstarter-games` | `board_games` | Eagle-Gryphon Games / Deluxe Kickstarter |1718Excluded (regex): `gift card|mystery|\| Kickstarter Board Game Accessory \||play ?mats?|\bsleeves?\b|\binserts?\b|organizer|\bshipping\b|upgrade kit|dice (tower|tray|set|bag)`1920## Access & compliance21See `accessNotes` in meta.json: robots.txt verified 2026-09-08 (standard Shopify rules, products.json paths allowed), honest UA, 1 req / 1.5 s, listings only, no personal data. Not fetched: accessories (play mats, sleeves, inserts, organizers), mechanic/player-count umbrella collections, franchise duplicates.2223## Fixtures & tests24`data/fixtures/the-game-steward/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts the-game-steward`), trimmed single-product payloads incl. a sold-out variant.25`pnpm vitest run connectors/api/the-game-steward` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts the-game-steward`.26