{
  "id": "yahoo-auctions-jp",
  "displayName": "Yahoo! Auctions Japan (ヤフオク! live listings + recent closed lots)",
  "sourceId": "yahoo-auctions-jp",
  "sourceName": "Yahoo! Auctions Japan (ヤフオク!)",
  "sourceType": "marketplace",
  "sourceUrl": "https://auctions.yahoo.co.jp",
  "module": "api/yahoo-auctions-jp",
  "enginePriority": ["api", "scrapfly"],
  "categories": ["pokemon", "yugioh", "one_piece_card_game", "trading_cards", "rolex", "omega", "other_watches", "nike_jordan", "sneakers", "action_figures", "gundam", "nintendo_games", "designer_toys"],
  "regions": ["JP"],
  "country": "JP",
  "languages": ["ja"],
  "currency": ["JPY"],
  "supportsListings": true,
  "supportsSold": true,
  "supportsAuctions": true,
  "supportsImages": true,
  "supportsCatalog": false,
  "supportsPopulation": false,
  "supportsLookup": true,
  "refreshFrequencyMinutes": 60,
  "refreshClass": "active",
  "priority": "high",
  "trustScore": 0.75,
  "attributionRequired": true,
  "termsUrl": "https://www.lycorp.co.jp/ja/company/terms/",
  "acquisitionMethod": "public HTML (server-rendered pageData JSON + Next.js state), direct HTTP",
  "historicalDepth": "months",
  "accessNotes": "Reads two public, login-free pages with the honest RareIndexBot user agent over plain HTTPS (Scrapfly country=jp only as fallback if the direct fetch is blocked): (1) the keyword search `/search/search?p=<kw>[&auccat=<id>][&b=<offset>]` whose server-rendered `pageData` JSON lists 50 live lots per page (id, title, category id, current price, buy-now price, bid count, end time JST) enriched with the card anchors (image, flea-market flag) → listings; (2) the closed search `/closedsearch/closedsearch?p=<kw>[&b=<offset>]` whose Next.js `__NEXT_DATA__` state lists 50 ended lots (final price, bid count, end time, category path, item condition, fixed-price flag) → sales only when bidCount ≥ 1 (hammer price, no buyer premium). robots.txt (verified 2026-09-08): `Allow: /closedsearch/closedsearch` overrides the generic `/closedsearch/` disallow; `/search/*?*n=`, `*mode=`, `*s1=`, `*o1=`, `*min=`/`*max=` filters are disallowed, so we never send page-size, sort or price filters and paginate only with `b=` (50 per page). Seller names are masked by the site and not stored; bidder data, watchlists, /user/, /seller/ pages are never fetched. Item pages are fetched only for URL lookup (`/jp/auction/<id>`). 4 s between requests, concurrency 1. Closed pages beyond the site's own window are the aucfree connector's job (same yahoo_auction_id identifier).",
  "enabled": true,
  "schemaVersion": "1.0",
  "requires": [],
  "config": {
    "seeds": [
      { "q": "ポケモンカード PSA10", "category": "pokemon", "language": "Japanese", "auccat": null },
      { "q": "ポケモンカード 旧裏面", "category": "pokemon", "language": "Japanese", "auccat": null },
      { "q": "遊戯王 PSA", "category": "yugioh", "language": "Japanese", "auccat": null },
      { "q": "ワンピースカード PSA10", "category": "one_piece_card_game", "language": "Japanese", "auccat": null },
      { "q": "ロレックス 腕時計", "category": "rolex", "language": null, "auccat": null },
      { "q": "オメガ スピードマスター", "category": "omega", "language": null, "auccat": null },
      { "q": "グランドセイコー", "category": "other_watches", "language": null, "auccat": null },
      { "q": "ナイキ エアジョーダン1 未使用", "category": "nike_jordan", "language": null, "auccat": null },
      { "q": "ガンプラ MG 未組立", "category": "gundam", "language": null, "auccat": null },
      { "q": "figma 未開封", "category": "action_figures", "language": null, "auccat": null },
      { "q": "ファミコン 未開封", "category": "nintendo_games", "language": null, "auccat": null },
      { "q": "BE@RBRICK 1000%", "category": "designer_toys", "language": null, "auccat": null }
    ],
    "pagesPerSeed": 2,
    "closedPagesPerSeed": 1,
    "includeClosed": true,
    "defaultCategory": "trading_cards"
  }
}
