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.7 KB · 36 lines markdown
Rendered Raw Blame History
1# Face to Face Games connector (`face-to-face-games`)23- Source: https://www.facetofacegames.com · dealer · CA · CAD · Shopify storefront4- Acquisition: public `/collections/<handle>/products.json?limit=250&page=N` (shared `ShopifyStoreConnector` adapter wrapped by `MarketPinnedShopifyConnector`, which adds a `localization=CA` 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)78Major Canadian MTG/Pokémon/Lorcana retailer (Toronto + Montréal). Shopify storefront with clean per-game singles/sealed/high-end collections; titles embed number and set code.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `magic-the-gathering-singles` | `magic_the_gathering` | Magic: The Gathering |14| `magic-the-gathering-high-end` | `magic_the_gathering` | Magic: The Gathering |15| `magic-the-gathering-sealed` | `magic_the_gathering` | Magic: The Gathering |16| `pokemon-singles` | `pokemon` | Pokémon |17| `pokemon-high-end` | `pokemon` | Pokémon |18| `pokemon-sealed` | `pokemon` | Pokémon |19| `lorcana-singles` | `disney_lorcana` | Disney Lorcana |20| `lorcana-sealed` | `disney_lorcana` | Disney Lorcana |21| `yu-gi-oh-premium` | `yugioh` | Yu-Gi-Oh! |22| `one-piece` | `one_piece_card_game` | One Piece |23| `star-wars-sealed` | `star_wars_tcg` | Star Wars Unlimited |24| `riftbound-singles` | `other_tcg` | Riftbound |2526Excluded (regex): `gift card|sleeves?|deck box|binder|playmat|toploader|top loader|storage box|dice|tokens? only|bundle of|mystery|buylist|submission|event ticket|\bentry\b|tournament|store credit|pre-?release event|supplies|card savers?|\brepack|bulk lot|\blot of\b|\bpaints?\b|primer|brushes|online (pack|code)|digital code|code card|unused digital|ptcgo|ptcg live`2728Title pattern: `^(?<name>.+?) - (?<number>[^\s\[]+) - [^\[]*\[(?<set>[a-z0-9]+)(?:-[^\]]*)?\]` (name / set / number)2930## Access & compliance31See `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: events/WPN tickets, supplies (sleeves, deck boxes, playmats), the giant "single"/"archive"/flash-sale umbrella collections (duplicates of the per-game ones).3233## Fixtures & tests34`data/fixtures/face-to-face-games/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts face-to-face-games`), trimmed single-product payloads incl. a sold-out variant and a graded item.35`pnpm vitest run connectors/api/face-to-face-games` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts face-to-face-games`.36