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%
4.3 KB · 60 lines json
Raw Blame History
1{2  "id": "mattel-creations",3  "displayName": "Mattel Creations (Hot Wheels Collectors, Matchbox, Barbie Signature, MOTU — official MSRP)",4  "sourceId": "mattel-creations",5  "sourceName": "Mattel Creations",6  "sourceType": "manufacturer",7  "sourceUrl": "https://creations.mattel.com",8  "module": "api/mattel-creations",9  "enginePriority": ["api"],10  "categories": ["model_cars", "dolls", "action_figures"],11  "regions": ["US"],12  "languages": ["en"],13  "currency": ["USD"],14  "supportsListings": true,15  "supportsSold": false,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": true,19  "supportsPopulation": false,20  "supportsLookup": true,21  "refreshFrequencyMinutes": 720,22  "priority": "medium",23  "trustScore": 0.85,24  "attributionRequired": true,25  "termsUrl": "https://creations.mattel.com/pages/terms-of-use",26  "accessNotes": "Reads only the public, unauthenticated Shopify storefront JSON of Mattel's official collector shop: https://creations.mattel.com/collections/<handle>/products.json?limit=250&page=N for the collector collections in config (hot-wheels-collectors, hot-wheels-premium, hot-wheels-red-line-club, hot-wheels-elite-64, hot-wheels-car-culture, matchbox-collectors, barbie-signature, masters-of-the-universe-collectibles, wwe, action-figures, dolls, cars-vehicles). robots.txt (Shopify standard): `User-agent: *` Allow: / for products/collections; plain HTTPS with the RareIndex bot UA returns 200. Products carry 'Brand: …', 'Category: …' and 'Filter-AgeGrade: …' tags, vendor, SKU (Mattel item number, e.g. HCD19), price and availability. Apparel, drinkware, memberships, home décor, bags, hats, posters and pins are excluded by rule. Prices are Mattel's own MSRP: stored both as the listing price and as originalMsrp; sold-out items are kept as 'ended' listings so the MSRP record survives sell-outs. Listings are never sales (SPEC §111). 1.5 s politeness, concurrency 2, no cart/checkout/account endpoints.",27  "enabled": true,28  "schemaVersion": "1.0",29  "acquisitionMethod": "Shopify storefront products.json",30  "historicalDepth": "none",31  "requires": [],32  "config": {33    "currency": "USD",34    "seller": "Mattel Creations",35    "location": "US",36    "keepOutOfStock": true,37    "exclude": "gift card|Category: (Apparel|Drinkware|Digital Memberships|Home Decor|Home Décor|Accessories|Bags|Hats|Posters|Pins|Books|Puzzles|Games|Stationery)|membership|t-shirt|\\btee\\b|hoodie|sweatshirt|sweater|jacket|mug|tumbler|\\bglass(?:ware)?\\b|poster|backpack|tote|\\bcap\\b|beanie|\\bhat\\b|socks|pin set|enamel pin|keychain|lanyard|blanket|ornament|candle|puzzle|card game|\\buno\\b",38    "collections": [39      { "handle": "hot-wheels-collectors", "categorySlug": "model_cars", "brand": "Hot Wheels", "franchise": "Hot Wheels" },40      { "handle": "hot-wheels-premium", "categorySlug": "model_cars", "brand": "Hot Wheels", "franchise": "Hot Wheels" },41      { "handle": "hot-wheels-red-line-club", "categorySlug": "model_cars", "brand": "Hot Wheels", "franchise": "Hot Wheels", "series": "Red Line Club" },42      { "handle": "hot-wheels-elite-64", "categorySlug": "model_cars", "brand": "Hot Wheels", "franchise": "Hot Wheels", "series": "Elite 64" },43      { "handle": "hot-wheels-car-culture", "categorySlug": "model_cars", "brand": "Hot Wheels", "franchise": "Hot Wheels", "series": "Car Culture" },44      { "handle": "matchbox-collectors", "categorySlug": "model_cars", "brand": "Matchbox", "franchise": "Matchbox" },45      { "handle": "barbie-signature", "categorySlug": "dolls", "brand": "Barbie", "franchise": "Barbie", "series": "Barbie Signature" },46      { "handle": "masters-of-the-universe-collectibles", "categorySlug": "action_figures", "brand": "Masters of the Universe", "franchise": "Masters of the Universe" },47      { "handle": "wwe", "categorySlug": "action_figures", "brand": "WWE", "franchise": "WWE" },48      { "handle": "action-figures", "categorySlug": "action_figures" },49      { "handle": "dolls", "categorySlug": "dolls" },50      { "handle": "cars-vehicles", "categorySlug": "model_cars" }51    ],52    "rules": [53      { "match": "Category: Vehicles|\\bdiecast\\b|die-cast|1:64|1:43|1:18", "categorySlug": "model_cars" },54      { "match": "Category: (Action Figures|Figure Sets|Playsets)|action figure", "categorySlug": "action_figures" },55      { "match": "Category: Dolls|\\bdoll\\b", "categorySlug": "dolls" }56    ],57    "defaultCategory": null58  }59}60