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%
2.4 KB · 44 lines json
Raw Blame History
1{2  "raw": {3    "url": "https://shopping.yahooapis.jp/ShoppingWebService/V3/itemSearch?appid=***&query=nike&results=50&start=1&image_size=600&sort=-score",4    "externalId": "search:nike:1",5    "kind": "listing",6    "engine": "api",7    "fetchedAt": "2026-09-08T09:30:00.000Z",8    "payload": {9      "kind": "search_page",10      "seed": { "q": "nike", "category": "sneakers", "language": null },11      "start": 1,12      "total": 513766,13      "hits": [14        {15          "code": "zozo_52582864",16          "name": "<NIKE(ナイキ)>WOMENS AIR RIFT エアリフト",17          "url": "https://store.shopping.yahoo.co.jp/zozo/52582864.html",18          "price": 10450,19          "condition": "new",20          "inStock": true,21          "janCode": null,22          "brand": "NIKE",23          "sellerId": "zozo",24          "sellerName": "ZOZOTOWN",25          "genreCategory": "レディーススニーカー",26          "genreCategoryId": 23699,27          "releaseDate": null,28          "image": "https://item-shopping.c.yimg.jp/i/g/zozo_52582864",29          "description": "ZOZO問い合わせ番号:53582864ショップ:BEAUTY&YOUTH UNITED ARROWS,ビューティ&ユース ユナイテッドアローズブランド:NIKE,ナイキ,BEAUTY&YOUTH UNITED ARROWS,ビューティアンドユースユナイテッドアローズ商品名:<NIKE(ナイキ)>WOMENS AIR RIFT エアリフトカテゴリ:シューズ>スニーカーブランド品番:18314996331素材:-カラー:ホワイト,ブラックサイズ:23cm,24cm,25cm,26cm",30          "headLine": null,31          "reviewCount": 032        }33      ]34    }35  },36  "expect": {37    "count": 1,38    "kinds": ["listing"],39    "requiredFields": ["price", "currency", "attributes.identifiers.yahoo_shopping_code"],40    "first": { "price": 10450, "currency": "JPY", "seller": "ZOZOTOWN", "attributes.categorySlug": "nike_jordan", "attributes.brand": "NIKE", "condition.conditionRaw": "New", "availability": "available" }41  },42  "note": "NOT a live capture (no YAHOO_JP_APP_ID available). The single hit is the official documentation's sample response for query=nike (developer.yahoo.co.jp/webapi/shopping/v3/itemsearch.html, fetched 2026-09-08) mapped through toHit(): name, url, code, condition, price, inStock, brand, seller, genreCategory, image.medium, description, review.count copied verbatim; janCode was empty in the sample."43}44