{
  "id": "cdncoin",
  "displayName": "Canadian Coin & Currency (Canadian coin & banknote store, CAD)",
  "sourceId": "cdncoin",
  "sourceName": "Canadian Coin & Currency",
  "sourceType": "dealer",
  "sourceUrl": "https://www.cdncoin.com",
  "module": "api/cdncoin",
  "enginePriority": [
    "api"
  ],
  "categories": [
    "coins",
    "banknotes",
    "medals"
  ],
  "regions": [
    "CA"
  ],
  "languages": [
    "en"
  ],
  "currency": [
    "CAD"
  ],
  "supportsListings": true,
  "supportsSold": false,
  "supportsAuctions": false,
  "supportsImages": true,
  "supportsCatalog": false,
  "supportsPopulation": false,
  "supportsLookup": true,
  "refreshFrequencyMinutes": 720,
  "priority": "medium",
  "trustScore": 0.75,
  "attributionRequired": true,
  "termsUrl": "https://www.cdncoin.com/policies/terms-of-service",
  "accessNotes": "Canadian Coin & Currency (cdncoin.com) 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 17 configured collections (certified, pcgs, canadian-collections, world-coins, us-coins, ancient-coins, pre-confederation-tokens, royal-canadian-mint-products-2 … (+9 more, see config.collections)) and /products/<handle>.json for URL lookups (~23k products; 4.7k certified (ICCS/PCGS/PMG), 4k Canadian paper money). 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. Third-party grades in titles (PSA/BGS/CGC/ICCS/PMG…) are parsed by parseGradeFromTitle; cert numbers are not extracted. 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 — bullion (silver/gold), gift/theme collections (\"for nature lovers\"…), supplies, new-arrivals umbrella. 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": "Canadian Coin & Currency",
    "location": "Richmond Hill, ON, Canada",
    "collections": [
      {
        "handle": "certified",
        "categorySlug": "coins"
      },
      {
        "handle": "pcgs",
        "categorySlug": "coins"
      },
      {
        "handle": "canadian-collections",
        "categorySlug": "coins"
      },
      {
        "handle": "world-coins",
        "categorySlug": "coins"
      },
      {
        "handle": "us-coins",
        "categorySlug": "coins"
      },
      {
        "handle": "ancient-coins",
        "categorySlug": "coins"
      },
      {
        "handle": "pre-confederation-tokens",
        "categorySlug": "coins"
      },
      {
        "handle": "royal-canadian-mint-products-2",
        "categorySlug": "coins"
      },
      {
        "handle": "canadian-paper-money",
        "categorySlug": "banknotes"
      },
      {
        "handle": "pmg",
        "categorySlug": "banknotes"
      },
      {
        "handle": "world-paper-money",
        "categorySlug": "banknotes"
      },
      {
        "handle": "us-paper-money",
        "categorySlug": "banknotes"
      },
      {
        "handle": "replacement-notes",
        "categorySlug": "banknotes"
      },
      {
        "handle": "bank-of-canada-1937",
        "categorySlug": "banknotes"
      },
      {
        "handle": "dominion-province-of-canada",
        "categorySlug": "banknotes"
      },
      {
        "handle": "chartered",
        "categorySlug": "banknotes"
      },
      {
        "handle": "medals-exonumia",
        "categorySlug": "medals"
      }
    ],
    "rules": [
      {
        "match": "\\bPMG\\b|\\bbanknotes?\\b|\\bpaper money\\b|\\| (Canadian Paper Money|World Paper Money|US Paper Money|Chartered Bank Notes?|Dominion of Canada|Bank of Canada)[^|]* \\||\\bBC-\\d|\\bDC-\\d",
        "categorySlug": "banknotes"
      },
      {
        "match": "\\bmedal(lion)?s?\\b",
        "categorySlug": "medals"
      }
    ],
    "defaultCategory": null,
    "exclude": "gift card|supplies|\\balbums?\\b|\\bholders?\\b|\\bcapsules?\\b|catalogue|catalog|magnifier|cleaning|\\bflips?\\b|\\bpages?\\b|\\brolls?\\b|\\bbooks?\\b|\\btubes?\\b|\\bcases?\\b|storage|\\bbinder|\\bloupe\\b|\\bgloves?\\b|\\bscale\\b|\\bmaps?\\b|\\bframe",
    "keepOutOfStock": true,
    "fetchBarcodes": false,
    "wholeShop": false,
    "pageSize": 250
  }
}
