{
  "id": "livestock",
  "displayName": "Livestock (Canadian sneaker store, CAD)",
  "sourceId": "livestock",
  "sourceName": "Livestock",
  "sourceType": "dealer",
  "sourceUrl": "https://www.deadstock.ca",
  "module": "api/livestock",
  "enginePriority": [
    "api"
  ],
  "categories": [
    "sneakers",
    "adidas_yeezy",
    "nike_jordan",
    "new_balance_asics_other"
  ],
  "regions": [
    "CA"
  ],
  "languages": [
    "en"
  ],
  "currency": [
    "CAD"
  ],
  "supportsListings": true,
  "supportsSold": false,
  "supportsAuctions": false,
  "supportsImages": true,
  "supportsCatalog": false,
  "supportsPopulation": false,
  "supportsLookup": true,
  "refreshFrequencyMinutes": 1440,
  "priority": "low",
  "trustScore": 0.75,
  "attributionRequired": true,
  "termsUrl": "https://www.deadstock.ca/policies/terms-of-service",
  "accessNotes": "Livestock (deadstock.ca) runs on Shopify. The connector reads ONLY the public, unauthenticated storefront JSON that every Shopify shop serves to any visitor: /collections/<handle>/products.json?limit=250&page=N for the 5 configured collections (footwear, footwear-adidas, footwear-jordan, footwear-asics, footwear-converse) and /products/<handle>.json for URL lookups (~450 footwear SKUs (adidas Originals, ASICS, Jordan, Converse)). robots.txt (verified 2026-09-08, User-agent *): standard Shopify rules — Disallow /admin, /cart, /checkout(s), /orders, /account, /services, /sf_*, /cart.js, /recommendations/products, /cdn/wpm/*.js and the filter/sort crawl traps (/collections/*sort_by*, /collections/*+*, /collections/*filter*&*filter*); no Crawl-delay for *. The /collections/<handle>/products.json and /products/<handle>.json paths we read carry none of those patterns and are allowed. Sitemap declared at /sitemap.xml (not needed). Access behaviour: plain HTTP 200 JSON with the honest RareIndexBot UA, no anti-bot challenge, no login, no key. Market pinning: Shopify Markets localises products.json prices by the requester IP as soon as an Accept-Language header is present (observed on Markets-enabled shops: a Canadian crawler receives CAD-converted prices with content-language en-CA while the JSON carries no currency field). Every request therefore sends the public localization=CA cookie — the shop's own home market, exactly what a CA visitor gets — so prices are always the declared CAD (verified 2026-09-08: 30.00 vs 43.00 on a Markets shop). Politeness: 1 request per 1.5 s, concurrency 1 per host (connectors/domains.d/g3-shops-na.json), crawlDepth pages per collection per incremental run, backfill bounded by backfillMaxPages. Data: asking prices in CAD (the shop's declared currency) — these are LISTINGS, never sales (§111); one listing per variant (condition/size/edition), variant SKU kept as identifier, out-of-stock variants kept as 'ended' listings, 0.00-priced placeholders dropped. Dates: published_at only; no fetch time is ever used as a sale date. Deliberately NOT fetched: cart/checkout/account/customer endpoints, per-product .js barcode enrichment (fetchBarcodes=false: one extra request per product is not worth it for listings), the whole-shop /products.json, and unmapped collections — apparel, accessories (G-Shock, headwear, bags), lifestyle/home goods; non-sneaker footwear is dropped by the exclude regex (sandals, Birkenstock, boots). No personal data is collected; seller = the store itself.",
  "enabled": true,
  "schemaVersion": "1.0",
  "acquisitionMethod": "Shopify storefront products.json",
  "historicalDepth": "none",
  "requires": [],
  "config": {
    "currency": "CAD",
    "market": "CA",
    "seller": "Livestock",
    "location": "Vancouver / Toronto, Canada",
    "collections": [
      {
        "handle": "footwear",
        "categorySlug": "sneakers"
      },
      {
        "handle": "footwear-adidas",
        "categorySlug": "adidas_yeezy",
        "brand": "adidas"
      },
      {
        "handle": "footwear-jordan",
        "categorySlug": "nike_jordan",
        "brand": "Jordan"
      },
      {
        "handle": "footwear-asics",
        "categorySlug": "new_balance_asics_other",
        "brand": "ASICS"
      },
      {
        "handle": "footwear-converse",
        "categorySlug": "new_balance_asics_other",
        "brand": "Converse"
      }
    ],
    "rules": [
      {
        "match": "\\b(air )?jordan\\b|\\bnike\\b",
        "categorySlug": "nike_jordan"
      },
      {
        "match": "\\badidas\\b|\\byeezy\\b",
        "categorySlug": "adidas_yeezy"
      },
      {
        "match": "new balance|\\basics\\b|\\bsalomon\\b|\\bhoka\\b|\\bpuma\\b|\\breebok\\b|\\bsaucony\\b|\\bconverse\\b|\\bvans\\b|\\bon running\\b|\\bmizuno\\b",
        "categorySlug": "new_balance_asics_other"
      }
    ],
    "defaultCategory": null,
    "exclude": "gift card|^[^|]*\\|(?![^|]*Footwear \\|)[^|]*\\||birkenstock|\\bsandals?\\b|\\bslides?\\b|\\bclogs?\\b|\\bmules?\\b|\\bloafers?\\b|\\bboots?\\b|\\bugg\\b|\\bcrocs\\b|\\bsocks?\\b|\\blaces\\b|insoles?|cleaner|shoe trees?",
    "keepOutOfStock": true,
    "fetchBarcodes": false,
    "wholeShop": false,
    "pageSize": 250
  }
}
