# magi magi (magi.camp) — Japanese trading-card marketplace (private and shop sellers, many PSA-graded singles). - Browse: `https://magi.camp/series//items?page=` (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/` 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`.