# Waxwork Records connector (`waxwork-records`) - Source: https://waxworkrecords.com · dealer · US · USD · Shopify storefront - Acquisition: public `/collections//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) - Records: `listing` (asking prices, one per variant; out-of-stock variants → `ended`) - Refresh: every 24 h (NORMAL, small catalogue) · history: none (listings only) New Orleans horror/cult soundtrack label (limited colored vinyl). Shopify storefront; Vinyl/CD/Cassette variants on one product. ## Collections → taxonomy | collection handle | category | brand / franchise / series | |---|---|---| | `vinyl` | `music` | Waxwork Records | | `cd` | `music` | Waxwork Records | | `cassettes` | `music` | Waxwork Records | Excluded (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` ## Access & compliance See `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/apparel/pins, digital albums, wholesale collections. ## Fixtures & tests `data/fixtures/waxwork-records/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts waxwork-records`), trimmed single-product payloads incl. a sold-out variant. `pnpm vitest run connectors/api/waxwork-records` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts waxwork-records`.