{
  "raw": {
    "url": "https://openapi.rakuten.co.jp/ichibams/api/IchibaItem/Search/20260701?applicationId=***&format=json&formatVersion=2&keyword=%E3%83%9D%E3%82%B1%E3%83%A2%E3%83%B3%E3%82%AB%E3%83%BC%E3%83%89+PSA10&hits=30&page=1&sort=-updateTimestamp&imageFlag=1&accessKey=***",
    "externalId": "search:ポケモンカード PSA10:1",
    "kind": "listing",
    "engine": "api",
    "fetchedAt": "2026-09-08T09:30:00.000Z",
    "payload": {
      "kind": "search_page",
      "seed": { "q": "ポケモンカード PSA10", "category": "pokemon", "language": "Japanese" },
      "page": 1,
      "count": 2,
      "pageCount": 1,
      "items": [
        {
          "itemCode": "example-shop:10000001",
          "itemName": "ポケモンカード リザードンex SAR 201/165 PSA10 【中古】",
          "itemPrice": 98000,
          "itemUrl": "https://item.rakuten.co.jp/example-shop/10000001/",
          "itemCaption": "PSA鑑定済み（PSA10）。ケースに小傷あり。",
          "images": ["https://thumbnail.image.rakuten.co.jp/@0_mall/example-shop/cabinet/10000001.jpg"],
          "shopName": "サンプルカードショップ",
          "shopCode": "example-shop",
          "genreId": "101905",
          "availability": 1,
          "startTime": null,
          "endTime": null,
          "reviewCount": 0,
          "reviewAverage": 0,
          "taxFlag": 0
        },
        {
          "itemCode": "example-shop:10000002",
          "itemName": "ポケモンカード ピカチュウ プロモ PSA10 3枚セット まとめ売り",
          "itemPrice": 45000,
          "itemUrl": "https://item.rakuten.co.jp/example-shop/10000002/",
          "itemCaption": null,
          "images": [],
          "shopName": "サンプルカードショップ",
          "shopCode": "example-shop",
          "genreId": "101905",
          "availability": 0,
          "startTime": "2026/09/01 10:00",
          "endTime": "2026/09/30 23:59",
          "reviewCount": null,
          "reviewAverage": null,
          "taxFlag": 0
        }
      ]
    }
  },
  "expect": {
    "count": 2,
    "kinds": ["listing"],
    "requiredFields": ["price", "currency", "attributes.identifiers.rakuten_item_code"],
    "first": { "price": 98000, "currency": "JPY", "attributes.categorySlug": "pokemon", "grade.grader": "psa", "grade.grade": "10", "condition.conditionRaw": "Used", "availability": "available", "seller": "サンプルカードショップ" }
  },
  "note": "NOT a live capture (no RAKUTEN_APP_ID / RAKUTEN_ACCESS_KEY available). Payload built from the field definitions of the official Rakuten Ichiba Item Search API documentation (webservice.rakuten.co.jp/documentation/ichiba-item-search, version 2026-07-01, formatVersion=2: flat Items, string image URLs; fields itemCode, itemName, itemPrice, itemUrl, itemCaption, mediumImageUrls, shopName, shopCode, genreId, availability, startTime, endTime, reviewCount, reviewAverage, taxFlag). Item values are illustrative placeholders, not real Rakuten listings — replace with a live capture once a key exists."
}
