本APIは提供を終了いたします。
  詳細につきましては、以下ページをご覧ください。
  【Yahoo!ショッピング】【重要】商品レビュー検索 提供終了のお知らせ
  

商品レビュー検索

商品レビュー検索はYahoo!ショッピングで書き込まれた商品レビューを検索する事ができるAPIです。カテゴリ別やストア別等の切り口で、新着順や、レビュー数順で商品レビューの一覧を取得できます。(例 ゴルフクラブカテゴリの商品レビュー一覧)

リクエストURL

XML
https://shopping.yahooapis.jp/ShoppingWebService/V1/reviewSearch
PHPserialize
https://shopping.yahooapis.jp/ShoppingWebService/V1/php/reviewSearch
JSONP
https://shopping.yahooapis.jp/ShoppingWebService/V1/json/reviewSearch

リクエストパラメータ

Web APIの使い方#GETとは」をご参照ください。

パラメータ 説明
appid
(必須)
string Client ID(アプリケーションID)。詳細はこちらをご覧ください。
affiliate_type vc バリューコマースアフィリエイト(vc)を選択。
例:affiliate_type=vc
affiliate_id string バリューコマースアフィリエイトIDを入力。
callback string JSONPとして出力する際のコールバック関数名を入力する為のパラメータ。UTF-8でエンコードした文字列を入力する。
jan
(※1必須)
integer JANコード検索、JANコードによって一意の商品のレビュー一覧を取得します。
例:jan=4988601006200
category_id
(※1必須)
integer カテゴリID、カテゴリIDによって指定したカテゴリの商品レビュー一覧を取得します。
product_id
(※1必須)
integer Y!ショッピング製品コード廃止のため削除
製品ID、製品IDによって一意の商品のレビュー一覧を取得します。
例:product_id=e8c175ee5dee0f73dc7bd5026606d97a
person_id
(※1必須)
integer 人物コード、人物コードによって指定した人物に関連する商品のレビュー一覧を取得します。
例:person_id=2640
store_id
(※1必須)
string ストアID、ストアIDによって指定したストアの商品レビュー一覧を取得します。
例:store_id=hmv
results integer 結果数指定、取得する検索結果数の指定 デフォルト値は10件、最大値は50件
start integer オフセット、何件目から表示させるか(1件目は1)
sort updatetime/review_rate 並べ替え、updatetime(更新時間順)/review_rate(レビュー評価点順)
(デフォルト:-updatetime
降順は-、昇順は%2B
例:sort=-review_rate

※1.リクエストの際にいずれかを指定する必要があります。 同時に複数は指定はできません。

サンプルリクエストURL

https://shopping.yahooapis.jp/ShoppingWebService/V1/reviewSearch?appid=<あなたのClient ID(アプリケーションID)>&category_id=4744

レスポンスフィールド

商品レビュー検索APIのスキーマの記述は、以下になります。

フィールド 説明
/ResultSet クエリーレスポンスのすべてを含み、次の属性を持ちます。

  • totalResultsAvailable:検索数HIT数
  • totalResultsReturned:返された値の個数
  • firstResultPosition:最初のデータが何個目にあたるか(最初=1)

/ResultSet/Result
  • index: レビュー検索結果の順番
/ResultSet/Result/ReviewTitle レビューのタイトル文(例:購入しました!
/ResultSet/Result/Description レビューの本文
/ResultSet/Result/Ratings/Rate レビュー評価点
/ResultSet/Result/Ratings/Average レビュー平均点
/ResultSet/Result/Count/All レビュー数
/ResultSet/Result/Recommend レビューを見て役立った人の数
/ResultSet/Result/Update レビューが更新された時間 YYYY-MM-DDTHH:mm:SS+09:00
/ResultSet/Result/Url レビューページのURL
/ResultSet/Result/ReviewType レビューの種類
buyer(購入者)/other(クチコミ)/all(全員)
/ResultSet/Result/Purpose 購入目的
daily(購入者)/hobby(趣味用途)/gift(プレゼント)/business(仕事用)
/ResultSet/Result/SendTo 誰用に購入したか
self(自分用)/family(家族親戚用)/friend(友人へ)/lover(彼氏彼女へ)/business(取引先へ)
/ResultSet/Result/Target
  • type: レビューが書かれた対象の種類 item(商品)※商品のみ
/ResultSet/Result/Target/Name 商品名
/ResultSet/Result/Target/Code 商品コード
/ResultSet/Result/Target/Url 商品URL
/ResultSet/Result/Target/Image/Id 画像ID
/ResultSet/Result/Target/Image/Small/Url 76×76サイズの画像URL
/ResultSet/Result/Target/Image/Small/Width 画像幅(76)
/ResultSet/Result/Target/Image/Small/Height 画像高さ(76)
/ResultSet/Result/Target/Image/Medium/Url 146×146サイズの画像URL
/ResultSet/Result/Target/Image/Medium/Width 画像幅(146)
/ResultSet/Result/Target/Image/Medium/Height 画像高さ(146)
/ResultSet/Result/Target/Store/Id ストアID
/ResultSet/Result/Target/Store/Name ストア名
/ResultSet/Result/Target/Store/Url ストアURL
ResultSet/Categories/Current/Id カテゴリID 現在カテゴリ、リクエストパラメータがcategory_idの時のみ表示
ResultSet/Categories/Current/ParentId 親カテゴリID
ResultSet/Categories/Current/Url おすすめカテゴリページURL
ResultSet/Categories/Current/Title/Short カテゴリ名 短
ResultSet/Categories/Current/Title/Medium カテゴリ名 中
ResultSet/Categories/Current/Title/Long カテゴリ名 長
ResultSet/Categories/Current/Path/Category depth 数字 トップからのカテゴリの深さ
ResultSet/Categories/Current/Path/Category/Id カテゴリID
ResultSet/Categories/Current/Path/Category/ParentId 親カテゴリID
ResultSet/Categories/Current/Path/Category/Title/Name カテゴリ名
ResultSet/Categories/Children/Child sortOrder カテゴリの並び順 数値
ResultSet/Categories/Children/Child/Id 子カテゴリID
ResultSet/Categories/Children/Child/Url おすすめカテゴリページURL
ResultSet/Categories/Children/Child/Title/Short カテゴリ名 短
ResultSet/Categories/Children/Child/Title/Medium カテゴリ名 中
ResultSet/Categories/Children/Child/Title/Long カテゴリ名 長

サンプルレスポンス

以下は、category_idを4744(スイーツカテゴリ)でリクエストした場合のレスポンスです。

<?xml version="1.0" encoding="UTF-8"?>
  <ResultSet xsi:schemaLocation="urn:yahoo:jp:reviewSearch http://shopping.yahooapis.jp/ShoppingWebService/V1/reviewSearch.xsd" xmlns="urn:yahoo:jp:reviewSearch" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" totalResultsAvailable="10120" totalResultsReturned="10" firstResultPosition="1">
    <Result index="1">
      <ReviewTitle>美味しかったです</ReviewTitle>
      <Description>サンタの飾りもチョコレートの家も、中に入ってるアイスケーキも最高ですね。同じ値段なら、このケーキかな。ただ、イチゴが少しでも入っていたら大満足!</Description>
      <Ratings>
        <Rate>5.00</Rate>
        <Average>0.00</Average>
      </Ratings>
      <Count>
        <All>1</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-27T08:47:21+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=oimoya&amp;page_key=5-50152</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>hobby</Purpose>
      <SendTo>friend</SendTo>
      <Target type="item">
        <Name>クリスマスケーキ 人気 ホワイトケーキ 予約 2012</Name>
        <Code>oimoya_5-50152</Code>
        <Url>http://store.shopping.yahoo.co.jp/oimoya/5-50152.html</Url>
        <Image>
          <Id>oimoya_5-50152</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/oimoya_5-50152</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/oimoya_5-50152</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>oimoya</Id>
          <Name>おいもや</Name>
          <Url>http://store.shopping.yahoo.co.jp/oimoya</Url>
        </Store>
      </Target>
    </Result>
    <Result index="2">
      <ReviewTitle>がっかりです。</ReviewTitle>
      <Description>注文後の確認メールがYahooからもショップからも届きませんでした。 迷惑メール設定のせいかと思いましたが、キャンセル通知だけはきちんと届きました。 お友達のお宅にお邪魔する際の手土産にしようと思ったのに。 とても残念です。</Description>
      <Ratings>
        <Rate>1.00</Rate>
        <Average>4.00</Average>
      </Ratings>
      <Count>
        <All>6</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-27T08:31:54+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=lafamille&amp;page_key=10000000-2</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>gift</Purpose>
      <SendTo>friend</SendTo>
      <Target type="item">
        <Name>【同梱・まとめ買い専用】黄金バウムクーヘン ラ・ファミーユ</Name>
        <Code>lafamille_10000000-2</Code>
        <Url>http://store.shopping.yahoo.co.jp/lafamille/10000000-2.html</Url>
        <Image>
          <Id>lafamille_10000000-2</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/lafamille_10000000-2</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/lafamille_10000000-2</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>lafamille</Id>
          <Name>フランス菓子工房ラ・ファミーユ</Name>
          <Url>http://store.shopping.yahoo.co.jp/lafamille</Url>
        </Store>
      </Target>
    </Result>
    <Result index="3">
      <ReviewTitle>食べました</ReviewTitle>
      <Description>美味しかったです。この値段でこの量、満足しています。</Description>
      <Ratings>
        <Rate>4.00</Rate>
        <Average>4.12</Average>
      </Ratings>
      <Count>
        <All>217</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-27T07:05:26+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=sunrisefarm&amp;page_key=59174-0b</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>daily</Purpose>
      <SendTo>self</SendTo>
      <Target type="item">
        <Name>(わけあり 訳あり ワケあり 端っこ 端) 濃厚 チーズケーキバー</Name>
        <Code>sunrisefarm_59174-0b</Code>
        <Url>http://store.shopping.yahoo.co.jp/sunrisefarm/59174-0b.html</Url>
        <Image>
          <Id>sunrisefarm_59174-0b</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/sunrisefarm_59174-0b</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/sunrisefarm_59174-0b</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>sunrisefarm</Id>
          <Name>サンライズファーム ハム・グルメ</Name>
          <Url>http://store.shopping.yahoo.co.jp/sunrisefarm</Url>
        </Store>
      </Target>
    </Result>
    <Result index="4">
      <ReviewTitle>文句無しです</ReviewTitle>
      <Description>文句無しにおいしかったです。甘味を抑えてあり、なのにチョコレートの濃厚な味わい... サラッと口の中で消えて行くスポンジとチョコレートが、とてもヤミツキになります。またお願いします。</Description>
      <Ratings>
        <Rate>5.00</Rate>
        <Average>4.67</Average>
      </Ratings>
      <Count>
        <All>3</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-27T02:05:25+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=from-zao&amp;page_key=1586</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>hobby</Purpose>
      <SendTo/>
      <Target type="item">
        <Name>★Xmas★ザッハトルテ5号 【クリスマスケーキ】</Name>
        <Code>from-zao_1586</Code>
        <Url>http://store.shopping.yahoo.co.jp/from-zao/1586.html</Url>
        <Image>
          <Id>from-zao_1586</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/from-zao_1586</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/from-zao_1586</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>from-zao</Id>
          <Name>フロム蔵王ミルクショップ</Name>
          <Url>http://store.shopping.yahoo.co.jp/from-zao</Url>
        </Store>
      </Target>
    </Result>
    <Result index="5">
      <ReviewTitle>おいしいです。</ReviewTitle>
      <Description>隠し味のカラメルシロップがマッチしてておいしいですが甘みが濃いです。生クリームはすっきりでスポンジ生地がおいしく良かったです。1ホール4人分カットできる大きさだと思います。また来年も注文したくなるケーキです。</Description>
      <Ratings>
        <Rate>4.00</Rate>
        <Average>4.33</Average>
      </Ratings>
      <Count>
        <All>3</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-27T01:35:36+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=piyonya00&amp;page_key=09020253</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>hobby</Purpose>
      <SendTo/>
      <Target type="item">
        <Name>(送料無料・クリスマスケーキ・早割)プリンとマカロンのクリスマスケーキ12cm ※発送は12月19日から</Name>
        <Code>piyonya00_09020253</Code>
        <Url>http://store.shopping.yahoo.co.jp/piyonya00/09020253.html</Url>
        <Image>
          <Id>piyonya00_09020253</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/piyonya00_09020253</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/piyonya00_09020253</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>piyonya00</Id>
          <Name>うさぎスイーツ 京乃ぴょんや</Name>
          <Url>http://store.shopping.yahoo.co.jp/piyonya00</Url>
        </Store>
      </Target>
    </Result>
    <Result index="6">
      <ReviewTitle>大変美味しいが小さい</ReviewTitle>
      <Description>大変美味しいが大変小さかった。</Description>
      <Ratings>
        <Rate>4.00</Rate>
        <Average>4.93</Average>
      </Ratings>
      <Count>
        <All>15</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-26T23:58:30+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=kagetsudo&amp;page_key=noelprintemps-2f</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>hobby</Purpose>
      <SendTo>self</SendTo>
      <Target type="item">
        <Name>クリスマスケーキ クリスマスプランタンヌーボー ロールケーキ</Name>
        <Code>kagetsudo_noelprintemps-2f</Code>
        <Url>http://store.shopping.yahoo.co.jp/kagetsudo/noelprintemps-2f.html</Url>
        <Image>
          <Id>kagetsudo_noelprintemps-2f</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/kagetsudo_noelprintemps-2f</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/kagetsudo_noelprintemps-2f</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>kagetsudo</Id>
          <Name>ロールケーキの花月堂</Name>
          <Url>http://store.shopping.yahoo.co.jp/kagetsudo</Url>
        </Store>
      </Target>
    </Result>
    <Result index="7">
      <ReviewTitle>3種類セット</ReviewTitle>
      <Description>注文して日時指定したらバッチリすぐに届きました(*^^*)おいしかったし最高です。 また機会があればお願いします。</Description>
      <Ratings>
        <Rate>5.00</Rate>
        <Average>0.00</Average>
      </Ratings>
      <Count>
        <All>1</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-26T23:14:19+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=letao&amp;page_key=f173</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>daily</Purpose>
      <SendTo>self</SendTo>
      <Target type="item">
        <Name>ルタオ (LeTAO) ルタオベスト3</Name>
        <Code>letao_f173</Code>
        <Url>http://store.shopping.yahoo.co.jp/letao/f173.html</Url>
        <Image>
          <Id>letao_f173</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/letao_f173</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/letao_f173</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>letao</Id>
          <Name>LeTAO - 小樽洋菓子舗ルタオ</Name>
          <Url>http://store.shopping.yahoo.co.jp/letao</Url>
        </Store>
      </Target>
    </Result>
    <Result index="8">
      <ReviewTitle>うーん。って感じですかね。</ReviewTitle>
      <Description>写真と宣伝が大げさ過ぎて、実物見たときの差が大きすぎ。味はまあまあ、食べごたえはなしってとこです。近所のケーキ屋さんの方が断然良かったな。なんか盛り上がらないクリスマスになりました。次回は近所のいつものケーキ屋さんで買います。 その後、やはり家族から不満の声、結局近所のケーキ屋さんで、買いなおしました。美味しさ、ボリューム感、満足感、やはり近所のケーキ屋さんの勝ちでした。このケーキ以外の商品も写真、宣伝が大げさのようです。二度とここで注文することはないでしょう。</Description>
      <Ratings>
        <Rate>1.00</Rate>
        <Average>2.57</Average>
      </Ratings>
      <Count>
        <All>23</All>
      </Count>
      <Recommend>1</Recommend>
      <Update>2012-12-26T23:06:09+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=organic&amp;page_key=xm1201</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>hobby</Purpose>
      <SendTo/>
      <Target type="item">
        <Name>クリスマスケーキ 禁断のクリスマスケーキプレミアム チョコパリブレスト</Name>
        <Code>organic_xm1201</Code>
        <Url>http://store.shopping.yahoo.co.jp/organic/xm1201.html</Url>
        <Image>
          <Id>organic_xm1201</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/organic_xm1201</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/organic_xm1201</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>organic</Id>
          <Name>オーガニックサイバーストア</Name>
          <Url>http://store.shopping.yahoo.co.jp/organic</Url>
        </Store>
      </Target>
    </Result>
    <Result index="9">
      <ReviewTitle>満足しています</ReviewTitle>
      <Description>手ごろな値段で本格的なチョコレートです。お子様がいらっしゃる方には気の張らないプレゼントとして適しています。</Description>
      <Ratings>
        <Rate>4.00</Rate>
        <Average>0.00</Average>
      </Ratings>
      <Count>
        <All>1</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-26T21:38:24+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=morozoff&amp;page_key=0109</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>gift</Purpose>
      <SendTo>friend</SendTo>
      <Target type="item">
        <Name>モロゾフ お歳暮 フェイバリット 20個入</Name>
        <Code>morozoff_0109</Code>
        <Url>http://store.shopping.yahoo.co.jp/morozoff/0109.html</Url>
        <Image>
          <Id>morozoff_0109</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/morozoff_0109</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/morozoff_0109</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>morozoff</Id>
          <Name>モロゾフ</Name>
          <Url>http://store.shopping.yahoo.co.jp/morozoff</Url>
        </Store>
      </Target>
    </Result>
    <Result index="10">
      <ReviewTitle>満足しています</ReviewTitle>
      <Description>友人の子供たちへのクリスマスプレゼントとして購入しました。 手ごろな値段ですが本格的なチョコレートです。</Description>
      <Ratings>
        <Rate>4.00</Rate>
        <Average>0.00</Average>
      </Ratings>
      <Count>
        <All>2</All>
      </Count>
      <Recommend>0</Recommend>
      <Update>2012-12-26T21:35:38+09:00</Update>
      <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=morozoff&amp;page_key=0108</Url>
      <ReviewType>buyer</ReviewType>
      <Purpose>gift</Purpose>
      <SendTo>friend</SendTo>
      <Target type="item">
        <Name>モロゾフ お歳暮 フェイバリット 32個入</Name>
        <Code>morozoff_0108</Code>
        <Url>http://store.shopping.yahoo.co.jp/morozoff/0108.html</Url>
        <Image>
          <Id>morozoff_0108</Id>
          <Small>
            <Url>http://item.shopping.c.yimg.jp/i/c/morozoff_0108</Url>
            <Width>76</Width>
            <Height>76</Height>
          </Small>
          <Medium>
            <Url>http://item.shopping.c.yimg.jp/i/g/morozoff_0108</Url>
            <Width>146</Width>
            <Height>146</Height>
          </Medium>
        </Image>
        <Store>
          <Id>morozoff</Id>
          <Name>モロゾフ</Name>
          <Url>http://store.shopping.yahoo.co.jp/morozoff</Url>
        </Store>
      </Target>
    </Result>
    <Categories>
      <Current>
        <Id>4744</Id>
        <ParentId>2498</ParentId>
        <Url>http://shopping.yahoo.co.jp/category/4744/recommend</Url>
        <Title>
          <Short>スイーツ、洋菓子</Short>
          <Medium>スイーツ、洋菓子</Medium>
          <Long>食品 &gt; スイーツ、洋菓子</Long>
        </Title>
        <Path>
          <Category depth="1">
            <Id>1</Id>
            <ParentId>0</ParentId>
            <Title>
              <Name>Shopping</Name>
            </Title>
          </Category>
          <Category depth="2">
            <Id>2498</Id>
            <ParentId>1</ParentId>
            <Title>
              <Name>食品</Name>
            </Title>
          </Category>
          <Category depth="3">
            <Id>4744</Id>
            <ParentId>2498</ParentId>
            <Title>
              <Name>スイーツ、洋菓子</Name>
            </Title>
          </Category>
        </Path>
      </Current>
      <Children>
        <Child sortOrder="10">
          <Id>1132</Id>
          <Url>http://shopping.yahoo.co.jp/category/1132/</Url>
          <Title>
            <Short>ケーキ</Short>
            <Medium>ケーキ</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; ケーキ</Long>
          </Title>
        </Child>
        <Child sortOrder="20">
          <Id>1163</Id>
          <Url>http://shopping.yahoo.co.jp/category/1163/</Url>
          <Title>
            <Short>パイ</Short>
            <Medium>パイ菓子</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; パイ</Long>
          </Title>
        </Child>
        <Child sortOrder="30">
          <Id>4942</Id>
          <Url>http://shopping.yahoo.co.jp/category/4942/</Url>
          <Title>
            <Short>タルト</Short>
            <Medium>タルト菓子</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; タルト</Long>
          </Title>
        </Child>
        <Child sortOrder="40">
          <Id>14623</Id>
          <Url>http://shopping.yahoo.co.jp/category/14623/</Url>
          <Title>
            <Short>スイートポテト</Short>
            <Medium>スイートポテト</Medium>
            <Long>スイーツ、洋菓子 &gt; スイートポテト</Long>
          </Title>
        </Child>
        <Child sortOrder="50">
          <Id>14624</Id>
          <Url>http://shopping.yahoo.co.jp/category/14624/</Url>
          <Title>
            <Short>ティラミス</Short>
            <Medium>ティラミス</Medium>
            <Long>スイーツ、洋菓子 &gt; ティラミス</Long>
          </Title>
        </Child>
        <Child sortOrder="60">
          <Id>1165</Id>
          <Url>http://shopping.yahoo.co.jp/category/1165/</Url>
          <Title>
            <Short>ムース、ババロア</Short>
            <Medium>ムース、ババロア</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; ムース、ババロア</Long>
          </Title>
        </Child>
        <Child sortOrder="70">
          <Id>1142</Id>
          <Url>http://shopping.yahoo.co.jp/category/1142/</Url>
          <Title>
            <Short>シュークリーム、エクレア</Short>
            <Medium>シュークリーム、エクレア</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; シュークリーム、エクレア</Long>
          </Title>
        </Child>
        <Child sortOrder="80">
          <Id>1164</Id>
          <Url>http://shopping.yahoo.co.jp/category/1164/</Url>
          <Title>
            <Short>プリン</Short>
            <Medium>プリン菓子</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; プリン</Long>
          </Title>
        </Child>
        <Child sortOrder="90">
          <Id>1157</Id>
          <Url>http://shopping.yahoo.co.jp/category/1157/</Url>
          <Title>
            <Short>ゼリー</Short>
            <Medium>ゼリー</Medium>
            <Long>スイーツ、洋菓子 &gt; ゼリー</Long>
          </Title>
        </Child>
        <Child sortOrder="100">
          <Id>14625</Id>
          <Url>http://shopping.yahoo.co.jp/category/14625/</Url>
          <Title>
            <Short>ワッフル</Short>
            <Medium>ワッフル</Medium>
            <Long>スイーツ、洋菓子 &gt; ワッフル</Long>
          </Title>
        </Child>
        <Child sortOrder="110">
          <Id>1138</Id>
          <Url>http://shopping.yahoo.co.jp/category/1138/</Url>
          <Title>
            <Short>マドレーヌ、フィナンシェ</Short>
            <Medium>マドレーヌ、フィナンシェ</Medium>
            <Long>スイーツ、洋菓子 &gt; マドレーヌ、フィナンシェ</Long>
          </Title>
        </Child>
        <Child sortOrder="120">
          <Id>1162</Id>
          <Url>http://shopping.yahoo.co.jp/category/1162/</Url>
          <Title>
            <Short>バウムクーヘン</Short>
            <Medium>バウムクーヘン</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; バウムクーヘン</Long>
          </Title>
        </Child>
        <Child sortOrder="130">
          <Id>4941</Id>
          <Url>http://shopping.yahoo.co.jp/category/4941/</Url>
          <Title>
            <Short>マカロン</Short>
            <Medium>マカロン菓子</Medium>
            <Long>食品 &gt; スイーツ、洋菓子 &gt; マカロン</Long>
          </Title>
        </Child>
        <Child sortOrder="140">
          <Id>1160</Id>
          <Url>http://shopping.yahoo.co.jp/category/1160/</Url>
          <Title>
            <Short>ドーナツ</Short>
            <Medium>ドーナツ</Medium>
            <Long>スイーツ、洋菓子 &gt; ドーナツ</Long>
          </Title>
        </Child>
        <Child sortOrder="150">
          <Id>1131</Id>
          <Url>http://shopping.yahoo.co.jp/category/1131/</Url>
          <Title>
            <Short>クッキー、ビスケット</Short>
            <Medium>クッキー、ビスケット</Medium>
            <Long>スイーツ、洋菓子 &gt; クッキー、ビスケット</Long>
          </Title>
        </Child>
        <Child sortOrder="160">
          <Id>14628</Id>
          <Url>http://shopping.yahoo.co.jp/category/14628/recommend</Url>
          <Title>
            <Short>チョコレート</Short>
            <Medium>チョコレート</Medium>
            <Long>スイーツ、洋菓子 &gt; チョコレート</Long>
          </Title>
        </Child>
        <Child sortOrder="170">
          <Id>14644</Id>
          <Url>http://shopping.yahoo.co.jp/category/14644/</Url>
          <Title>
            <Short>キャラメル</Short>
            <Medium>キャラメル</Medium>
            <Long>スイーツ、洋菓子 &gt; キャラメル</Long>
          </Title>
        </Child>
        <Child sortOrder="180">
          <Id>14627</Id>
          <Url>http://shopping.yahoo.co.jp/category/14627/</Url>
          <Title>
            <Short>アイスクリーム、ジェラート</Short>
            <Medium>アイスクリーム、ジェラート</Medium>
            <Long>スイーツ、洋菓子 &gt; アイスクリーム、ジェラート</Long>
          </Title>
        </Child>
        <Child sortOrder="190">
          <Id>15552</Id>
          <Url>http://shopping.yahoo.co.jp/category/15552/</Url>
          <Title>
            <Short>ラスク</Short>
            <Medium>ラスク</Medium>
            <Long>スイーツ、洋菓子 &gt; ラスク</Long>
          </Title>
        </Child>
        <Child sortOrder="200">
          <Id>15553</Id>
          <Url>http://shopping.yahoo.co.jp/category/15553/</Url>
          <Title>
            <Short>カヌレ</Short>
            <Medium>カヌレ</Medium>
            <Long>スイーツ、洋菓子 &gt; カヌレ</Long>
          </Title>
        </Child>
        <Child sortOrder="210">
          <Id>15554</Id>
          <Url>http://shopping.yahoo.co.jp/category/15554/</Url>
          <Title>
            <Short>マシュマロ</Short>
            <Medium>マシュマロ</Medium>
            <Long>スイーツ、洋菓子 &gt; マシュマロ</Long>
          </Title>
        </Child>
        <Child sortOrder="220">
          <Id>15555</Id>
          <Url>http://shopping.yahoo.co.jp/category/15555/</Url>
          <Title>
            <Short>ブラウニー</Short>
            <Medium>ブラウニー</Medium>
            <Long>スイーツ、洋菓子 &gt; ブラウニー</Long>
          </Title>
        </Child>
        <Child sortOrder="230">
          <Id>15556</Id>
          <Url>http://shopping.yahoo.co.jp/category/15556/</Url>
          <Title>
            <Short>マロングラッセ</Short>
            <Medium>マロングラッセ</Medium>
            <Long>スイーツ、洋菓子 &gt; マロングラッセ</Long>
          </Title>
        </Child>
        <Child sortOrder="240">
          <Id>15557</Id>
          <Url>http://shopping.yahoo.co.jp/category/15557/</Url>
          <Title>
            <Short>ミルフィーユ</Short>
            <Medium>ミルフィーユ</Medium>
            <Long>スイーツ、洋菓子 &gt; ミルフィーユ</Long>
          </Title>
        </Child>
        <Child sortOrder="250">
          <Id>14626</Id>
          <Url>http://shopping.yahoo.co.jp/category/14626/</Url>
          <Title>
            <Short>その他</Short>
            <Medium>スイーツ、洋菓子その他</Medium>
            <Long>スイーツ、洋菓子 &gt; その他</Long>
          </Title>
        </Child>
      </Children>
    </Categories>
  </ResultSet>

エラー

商品レビュー検索はYahoo! JAPAN Web APIに共通のエラーメッセージおよびコードを返します。

利用制限

※短い時間の間に同一URLに大量にアクセスを行った場合、一定時間利用できなくなることもございます。(1クエリー/秒)

利用約款

このAPIに関する利用約款はこちら

アプリケーションの管理

目次

利用のルール

開発のヒント