TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1# Strangecat Toys connector (`strangecat-toys`)23- Source: https://strangecattoys.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)78Pittsburgh designer-toy retailer/producer (Strangecat exclusives, artist customs, blind-box minis, plush). Shopify storefront; product_type Designer Toy(s).910## Collections → taxonomy11| collection handle | category | brand / franchise / series |12|---|---|---|13| `designer-toys` | `designer_toys` | — |14| `blindbox-mini` | `designer_toys` | — |15| `custom-figures` | `designer_toys` | Custom |16| `made-by-strangecat` | `designer_toys` | Strangecat Toys |17| `exclusives` | `designer_toys` | — |18| `pop-culture` | `designer_toys` | — |19| `plush-more` | `plush` | — |2021Rules (first match wins, applied to "title | product_type | tags | collection"):22- `\bfunko\b|\bpop!` → `funko` (brand Funko)2324Excluded (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|\bshipping\b|\bopen box\b`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: bags/accessories/stationery/apparel/art prints/pins/books, toy displays, sale umbrella collections, "open box" items.2829## Fixtures & tests30`data/fixtures/strangecat-toys/` — live captures (`pnpm tsx connectors/api/_g3-shops-na-lib/capture.ts strangecat-toys`), trimmed single-product payloads incl. a sold-out variant.31`pnpm vitest run connectors/api/strangecat-toys` · live probe: `pnpm tsx connectors/api/_g3-shops-na-lib/probe.ts strangecat-toys`.32