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.0 KB · 60 lines json
Raw Blame History
1{2  "raw": {3    "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=***",4    "externalId": "search:ポケモンカード PSA10:1",5    "kind": "listing",6    "engine": "api",7    "fetchedAt": "2026-09-08T09:30:00.000Z",8    "payload": {9      "kind": "search_page",10      "seed": { "q": "ポケモンカード PSA10", "category": "pokemon", "language": "Japanese" },11      "page": 1,12      "count": 2,13      "pageCount": 1,14      "items": [15        {16          "itemCode": "example-shop:10000001",17          "itemName": "ポケモンカード リザードンex SAR 201/165 PSA10 【中古】",18          "itemPrice": 98000,19          "itemUrl": "https://item.rakuten.co.jp/example-shop/10000001/",20          "itemCaption": "PSA鑑定済み(PSA10)。ケースに小傷あり。",21          "images": ["https://thumbnail.image.rakuten.co.jp/@0_mall/example-shop/cabinet/10000001.jpg"],22          "shopName": "サンプルカードショップ",23          "shopCode": "example-shop",24          "genreId": "101905",25          "availability": 1,26          "startTime": null,27          "endTime": null,28          "reviewCount": 0,29          "reviewAverage": 0,30          "taxFlag": 031        },32        {33          "itemCode": "example-shop:10000002",34          "itemName": "ポケモンカード ピカチュウ プロモ PSA10 3枚セット まとめ売り",35          "itemPrice": 45000,36          "itemUrl": "https://item.rakuten.co.jp/example-shop/10000002/",37          "itemCaption": null,38          "images": [],39          "shopName": "サンプルカードショップ",40          "shopCode": "example-shop",41          "genreId": "101905",42          "availability": 0,43          "startTime": "2026/09/01 10:00",44          "endTime": "2026/09/30 23:59",45          "reviewCount": null,46          "reviewAverage": null,47          "taxFlag": 048        }49      ]50    }51  },52  "expect": {53    "count": 2,54    "kinds": ["listing"],55    "requiredFields": ["price", "currency", "attributes.identifiers.rakuten_item_code"],56    "first": { "price": 98000, "currency": "JPY", "attributes.categorySlug": "pokemon", "grade.grader": "psa", "grade.grade": "10", "condition.conditionRaw": "Used", "availability": "available", "seller": "サンプルカードショップ" }57  },58  "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."59}60