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.5 KB · 37 lines markdown
Rendered Raw Blame History
1# Hobbiesville connector (`hobbiesville`)23- Source: https://www.hobbiesville.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)78Toronto TCG + toy retailer. Shopify storefront; MTG singles titles embed "(SET-number)"; also Funko, LEGO and Japanese Pokémon sealed.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `magic-singles` | `magic_the_gathering` | Magic: The Gathering |14| `fab-singles` | `flesh_and_blood` | Flesh and Blood |15| `disney-lorcana-singles` | `disney_lorcana` | Disney Lorcana |16| `gundam-card-game-singles` | `other_tcg` | Gundam Card Game |17| `japanese-pokemon` | `pokemon` | Pokémon |18| `bf-yugioh` | `yugioh` | Yu-Gi-Oh! |19| `funko-pop` | `funko` | Funko |20| `lego` | `lego_sets` | LEGO |21| `lego-star-wars` | `lego_sets` | LEGO / Star Wars |22| `banpresto-one-piece` | `action_figures` | Banpresto / One Piece |2324Rules (first match wins, applied to "title | product_type | tags | collection"):25- `\blego\b[\s\S]*minifig|minifig[\s\S]*\blego\b` → `lego_minifigures` (brand LEGO)2627Excluded (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`2829Title pattern: `^(?<name>.+?) \((?<set>[A-Z0-9]{2,6})-(?<number>[A-Za-z0-9]+)\)` (name / set / number)3031## Access & compliance32See `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: gift-guide/sale umbrella collections, board games, blind boxes, supplies.3334## Fixtures & tests35`data/fixtures/hobbiesville/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts hobbiesville`), trimmed single-product payloads incl. a sold-out variant.36`pnpm vitest run connectors/api/hobbiesville` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts hobbiesville`.37