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%
969 B

# magi

magi (magi.camp) — Japanese trading-card marketplace (private and shop sellers, many PSA-graded singles).

  • Browse: https://magi.camp/series/<id>/items?page=<n> (31 Pokémon · 34 Yu-Gi-Oh! · 32 Magic · 20 Duel Masters · 100148 One Piece), 96 items/page: title, ¥ price, SOLD marker, image, certified-seller badge.
  • Lookup: /items/<id> schema.org Product JSON-LD (price, availability).
  • Never calls /items/search or /products/search (robots.txt restricts them for AI crawlers; they are costly for the site).

Titles follow the Japanese shop convention 〔状態A-〕Name(仕様)【Rarity】{No/Total} 1枚 parsed by _g1-cards-eu-jp-lib/parseJpCardTitle. Output: listing (JPY, availability sold when marked — no sale date is shown, so sold items are not sales; seller never stored; オリパ/福袋/supplies skipped; multi-card lots keep quantity). Cursor { seedIdx, page }. Fixtures: pnpm tsx connectors/api/magi/_capture.ts.