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%
3.3 KB · 49 lines json
Raw Blame History
1{2  "id": "yuyu-tei",3  "displayName": "Yuyu-tei (遊々亭) singles",4  "sourceId": "yuyu-tei",5  "sourceName": "Yuyu-tei",6  "sourceType": "dealer",7  "sourceUrl": "https://yuyu-tei.jp",8  "module": "api/yuyu-tei",9  "enginePriority": ["api"],10  "categories": ["pokemon", "one_piece_card_game", "yugioh", "weiss_schwarz", "digimon_tcg", "dragon_ball_tcg", "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": true,20  "supportsPopulation": false,21  "supportsLookup": false,22  "refreshFrequencyMinutes": 1440,23  "priority": "high",24  "trustScore": 0.8,25  "attributionRequired": true,26  "termsUrl": "https://yuyu-tei.jp/guide/index",27  "acquisitionMethod": "public HTML set pages (server-rendered, plain HTTP)",28  "historicalDepth": "none",29  "capabilities": ["live_listings", "catalog", "images"],30  "accessNotes": "Yuyu-tei is one of Japan's largest single-card shops; its sell pages are public, server-rendered and need no login or JS. robots.txt only sets Crawl-delay for Slurp/bingbot/AhrefsBot/serpstatbot and lists a sitemap (which 404s); nothing is disallowed for other agents. Per game (poc Pokémon, opc One Piece, ygo Yu-Gi-Oh! OCG, ws Weiss Schwarz, digi Digimon, dm Duel Masters, ua Union Arena, vg Vanguard, bs Battle Spirits, gcg Gundam) we read the game top page https://yuyu-tei.jp/top/<game> once to list the expansion codes and names (the `vers[]` checkboxes), then one page per expansion https://yuyu-tei.jp/sell/<game>/s/<ver> which lists every single of that expansion grouped by rarity (number, Japanese name, sell price in JPY incl. tax, stock count, card image). Incremental runs cover the newest `setsPerGame` expansions per game; backfill walks all of them. Requests are spaced ≥ 4 s, 1 concurrent, honest UA. Not fetched: buy-list (買取) prices, damaged-card pages (/s/damage), member/cart pages, card detail pages (only linked). Prices are shop asking prices → listings, never sales; the shop is the seller (no personal data).",31  "enabled": true,32  "schemaVersion": "1.0",33  "config": {34    "games": {35      "poc": { "slug": "pokemon", "name": "Pokémon Card Game", "franchise": "Pokémon", "brand": "The Pokémon Company" },36      "opc": { "slug": "one_piece_card_game", "name": "One Piece Card Game", "franchise": "One Piece", "brand": "Bandai" },37      "ygo": { "slug": "yugioh", "name": "Yu-Gi-Oh! OCG", "franchise": "Yu-Gi-Oh!", "brand": "Konami" },38      "ws": { "slug": "weiss_schwarz", "name": "Weiss Schwarz", "franchise": "Weiß Schwarz", "brand": "Bushiroad" },39      "digi": { "slug": "digimon_tcg", "name": "Digimon Card Game", "franchise": "Digimon", "brand": "Bandai" },40      "dm": { "slug": "other_tcg", "name": "Duel Masters", "franchise": "Duel Masters", "brand": "Takara Tomy" },41      "ua": { "slug": "other_tcg", "name": "Union Arena", "franchise": "Union Arena", "brand": "Bandai" },42      "vg": { "slug": "other_tcg", "name": "Cardfight!! Vanguard", "franchise": "Cardfight!! Vanguard", "brand": "Bushiroad" },43      "bs": { "slug": "other_tcg", "name": "Battle Spirits", "franchise": "Battle Spirits", "brand": "Bandai" },44      "gcg": { "slug": "other_tcg", "name": "Gundam Card Game", "franchise": "Gundam", "brand": "Bandai" }45    },46    "setsPerGame": 647  }48}49