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.3 KB · 32 lines markdown
Rendered Raw Blame History
1# Newbury Comics connector (`newbury-comics`)23- Source: https://www.newburycomics.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)78Boston chain famous for exclusive colored-vinyl variants and signed editions. Shopify storefront; product_type Vinyl/CD/Cassette; catalog numbers in tags.910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `vinyl` | `music` | — |14| `exclusive-vinyl` | `music` | — |15| `exclusive-indie-vinyl` | `music` | — |16| `vinyl-singles` | `music` | — |17| `vinyl-box-sets` | `music` | — |18| `exclusive-soundtracks-vinyl` | `music` | — |19| `autographed-vinyl` | `music` | — |20| `autographed-cds` | `music` | — |21| `cassettes` | `music` | — |22| `cds` | `music` | — |2324Excluded (regex): `gift card|mystery|\| (Apparel|T-Shirts?|Merch|Accessories|Turntables?|Speakers?|Headphones?|Cartridges?|Cables?|Posters?|Digital) \||t-shirt|hoodie|\bshirt\b|\bhat\b|\btote\b|\bmug\b|poster|slipmat|slip mat|cartridge|stylus|turntable|speaker|headphone|\bcable\b|cleaner|cleaning|\bbrush\b|record weight|inner sleeves?|outer sleeves?|\bcrate\b|\bstand\b|\bpin\b|enamel pin|digital (album|download)|\bsocks?\b|\bpatch\b|\bsticker`2526## Access & compliance27See `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: merch, "domestic-only"/"test" umbrella collections, label collections (duplicates of the format collections).2829## Fixtures & tests30`data/fixtures/newbury-comics/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts newbury-comics`), trimmed single-product payloads incl. a sold-out variant.31`pnpm vitest run connectors/api/newbury-comics` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts newbury-comics`.32