# Rotofugi connector (`rotofugi`) - Source: https://www.rotofugi.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) Chicago designer-toy gallery/shop since 2004. Shopify storefront; brand collections (Kidrobot, Pop Mart, Medicom, Mighty Jaxx, Coarse, tokidoki, Konatsuya…). ## Collections → taxonomy | collection handle | category | brand / franchise / series | |---|---|---| | `vinyl-plastic-toys` | `designer_toys` | — | | `blind-box-random-toys` | `designer_toys` | — | | `kaiju-for-grown-ups` | `designer_toys` | — | | `diy-toys` | `designer_toys` | — | | `kidrobot` | `designer_toys` | Kidrobot | | `pop-mart` | `designer_toys` | Pop Mart | | `medicom` | `designer_toys` | Medicom Toy | | `mighty-jaxx` | `designer_toys` | Mighty Jaxx | | `coarse` | `designer_toys` | coarse | | `tokidoki` | `designer_toys` | tokidoki | | `konatsuya` | `designer_toys` | Konatsuya | | `how2work` | `designer_toys` | How2Work | | `gargamel` | `designer_toys` | Gargamel | | `uvd-toys` | `designer_toys` | UVD Toys | | `squadt` | `designer_toys` | Ferg / Squadt | | `super-7` | `action_figures` | Super7 / ReAction | | `gund` | `plush` | GUND | Rules (first match wins, applied to "title | product_type | tags | collection"): - `\| Plush[^|]* \||\bplush\b` → `plush` Excluded (regex): `gift card|mystery|\| (Apparel|T-Shirts?|Hats?|Accessories|Pins?|Enamel Pins?|Patches?|Socks|Hoodies?|Bags?|Stationery|Stickers?|Prints?|Posters?|Merch|Keychains?|Lanyards?|Pins? Lanyard Set|Books?|Toy Displays?|Home Goods|Drinkware) \||t-shirt|\btee\b|hoodie|sweatshirt|\bhat\b|\bcap\b|beanie|\bsocks?\b|enamel pin|\bpins? set\b|\bpatch\b|sticker|\bkeychain\b|lanyard|\bmug\b|\btote\b|tumbler|display case|acrylic case|pop protector only|art print|\bposter\b|\bzine\b|\bbook\b|\bgame\b|puzzle|blanket|towel|\bwallet\b|backpack|\bshirt\b` ## 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: wearables, prints/posters/art objects, pins, bags, the "archived"/"private"/"all" umbrella collections. ## Fixtures & tests `data/fixtures/rotofugi/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts rotofugi`), trimmed single-product payloads incl. a sold-out variant. `pnpm vitest run connectors/api/rotofugi` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts rotofugi`.