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.2 KB · 45 lines json
Raw Blame History
1{2  "id": "cardrush",3  "displayName": "Cardrush (カードラッシュ) singles",4  "sourceId": "cardrush",5  "sourceName": "Cardrush",6  "sourceType": "dealer",7  "sourceUrl": "https://www.cardrush-mtg.jp",8  "module": "api/cardrush",9  "enginePriority": ["api", "scrapfly"],10  "categories": ["magic_the_gathering", "one_piece_card_game", "yugioh", "digimon_tcg", "pokemon", "other_tcg"],11  "regions": ["JP"],12  "country": "JP",13  "languages": ["ja"],14  "currency": ["JPY"],15  "supportsListings": true,16  "supportsSold": false,17  "supportsAuctions": false,18  "supportsImages": true,19  "supportsCatalog": false,20  "supportsPopulation": false,21  "supportsLookup": false,22  "refreshFrequencyMinutes": 1440,23  "priority": "medium",24  "trustScore": 0.8,25  "attributionRequired": true,26  "termsUrl": "https://www.cardrush-mtg.jp/law",27  "acquisitionMethod": "public product-list HTML pages (plain HTTP; Scrapfly ASP only for the Cloudflare-fronted Pokémon store)",28  "historicalDepth": "none",29  "capabilities": ["live_listings", "images"],30  "accessNotes": "Cardrush is a Japanese single-card retailer running one storefront per game on the same shop platform: www.cardrush-mtg.jp (Magic), www.cardrush-op.jp (One Piece), www.cardrush.jp (Yu-Gi-Oh!), www.cardrush-dm.jp (Duel Masters), www.cardrush-digimon.jp (Digimon) and www.cardrush-pokemon.jp (Pokémon). Category listing pages https://<store>/product-list/<id>?page=<n> are public, server-rendered (100 items per page, pager with a 'next' link) and give product id, title ([condition] name 《language》【set】 or 〔condition/grade〕name【rarity】{number}), JPY price incl. tax, stock/在庫なし and image. robots.txt on every store disallows only GPTBot/Bytespider/TikTokSpider/meta-externalagent (the Pokémon store adds a Cloudflare 'Content-Signal: search=yes, ai-train=no' block and more AI crawlers) — RareIndexBot is allowed everywhere. Five stores answer plain HTTP with the honest UA; the Pokémon store sits behind a Cloudflare managed challenge (403 for any non-browser client), so its public listing pages are fetched through Scrapfly ASP (country jp, no JS rendering, ~25 credits per page) and limited to one page per category per run — no login, no private data. Requests ≥ 4 s apart (8 s on the Pokémon store), 1 concurrent. Not fetched: product detail pages (only linked), buy-list (買取) prices, mystery packs (オリパ) and supplies categories, carts. Shop asking prices → listings, never sales.",31  "enabled": true,32  "schemaVersion": "1.0",33  "config": {34    "stores": [35      { "host": "www.cardrush-mtg.jp", "categorySlug": "magic_the_gathering", "franchise": "Magic: The Gathering", "brand": "Wizards of the Coast", "bracket": "set", "lists": { "2": "スタンダード(パック別)", "3": "モダン(パック別)", "4": "レガシー(パック別)", "5": "特殊セット(パック別)", "7": "統率者" } },36      { "host": "www.cardrush-op.jp", "categorySlug": "one_piece_card_game", "franchise": "One Piece", "brand": "Bandai", "bracket": "rarity", "lists": { "17": "赤", "18": "緑", "19": "青", "20": "紫", "21": "黒", "22": "黄", "23": "多色", "4": "未開封BOX" } },37      { "host": "www.cardrush.jp", "categorySlug": "yugioh", "franchise": "Yu-Gi-Oh!", "brand": "Konami", "bracket": "rarity", "lists": { "291": "コレクター向け", "384": "未開封BOX" } },38      { "host": "www.cardrush-dm.jp", "categorySlug": "other_tcg", "franchise": "Duel Masters", "brand": "Takara Tomy", "bracket": "rarity", "lists": { "2": "光", "4": "火", "3": "闇", "5": "自然", "6": "水", "7": "無", "8": "多" } },39      { "host": "www.cardrush-digimon.jp", "categorySlug": "digimon_tcg", "franchise": "Digimon", "brand": "Bandai", "bracket": "rarity", "lists": { "2": "デジモン", "3": "テイマー", "4": "デジタマ", "5": "オプション", "7": "未開封商品" } },40      { "host": "www.cardrush-pokemon.jp", "categorySlug": "pokemon", "franchise": "Pokémon", "brand": "The Pokémon Company", "bracket": "rarity", "engines": ["scrapfly"], "pagesPerList": 1, "lists": { "3": "草", "2": "炎", "5": "水", "4": "雷", "9": "超", "7": "闘", "16": "悪", "10": "鋼", "8": "妖", "6": "竜", "11": "無", "23": "未開封BOX" } }41    ],42    "pagesPerList": 343  }44}45