カテゴリランキング
2021/02/02(火)更新
カテゴリランキング(v2)への移行をお願いいたします。
詳細はこちら
カテゴリランキングはYahoo!ショッピングの商品の売り上げランキング情報を取得することが可能なAPIです。デベロッパーは、カテゴリ別売り上げランキングをはじめ、男女別、年代別、週間および日間の売り上げランキング情報を取得することができます。
リクエストパラメータ
「RESTリクエストの構築(GET)」をご参照ください。
パラメータ | 値 | 説明 |
---|---|---|
appid (必須) |
string | アプリケーションID。詳細はこちらをご覧ください。 |
output | xml(デフォルト)/php/jsonp | XMLのリクエストURL(shopping.yahooapis.jp/ShoppingWebService/V1/categoryRanking)のみ使用可能で、このリクエストを指定すると、各形式でのレスポンスを返すことができます。 |
affiliate_type | vc | バリューコマースアフィリエイト(vc)を選択。 例:affiliate_type=vc |
affiliate_id | string | バリューコマースアフィリエイトIDを入力。 |
callback | string | JSONPとして出力する際のコールバック関数名を入力する為のパラメータ。UTF-8でエンコードした文字列を入力する。 |
category_id | integer | カテゴリIDを指定して使用。デフォルトは、全カテゴリからのランキング。 |
gender | male/female | 男性(male)、女性(female)の選択。指定なしだと全体のランキングを返す。 例:gender=male |
generation | integer | 取得したい年齢の年代を指定。指定無しだと全世代。 例:20代のランキングを表示 generation=20 |
period | weekly/daily | 週間とデイリーでランキングの期間を指定、指定なしの場合は週間を返す。 |
offset | integer | 指定した順位を20位毎に表示。offset=1だと1位から20位まで、offset=20だと21位から40位までのランキング情報を返す。 |
type | up | 売上ランキングの急上昇分、上位5件を返します |
サンプルリクエストURL
https://shopping.yahooapis.jp/ShoppingWebService/V1/categoryRanking?サンプルコード
カテゴリランキングを使用したサンプルコードです。
レスポンスフィールド
カテゴリランキングAPIのスキーマの記述は、以下になります。
フィールド | 説明 |
---|---|
/ResultSet | クエリーレスポンスのすべてを含み、次の属性を持ちます。
|
/ResultSet/Result/RankingInfo/LastModified | 更新日(YYYY-mm-dd) |
/ResultSet/Result/RankingInfo/StartDate | 集計開始日(YYYY-mm-dd) |
/ResultSet/Result/RankingInfo/EndDate | 集計終了日(YYYY-mm-dd) |
/ResultSet/Result/RankingInfo/CategoryId | リクエストcategory_id |
/ResultSet/Result/RankingInfo/Gender | リクエストgender |
/ResultSet/Result/RankingInfo/Generation | リクエスト generationに入力した値 |
/ResultSet/Result/RankingInfo/Period | リクエスト periodに入力した値 |
/ResultSet/Result/RankingData | 商品のランキング情報です。
|
/ResultSet/Result/RankingData/Name | 商品名/製品名 |
/ResultSet/Result/RankingData/Url | 商品URL/製品URL(※1) |
/ResultSet/Result/RankingData/Image/Id | 画像ID |
/ResultSet/Result/RankingData/Image/Small | 76×76サイズ画像URL |
/ResultSet/Result/RankingData/Image/Medium | 146×146サイズの画像URL |
/ResultSet/Result/RankingData/Review/Rate | レビュー平均 |
/ResultSet/Result/RankingData/Review/Count | レビュー数 |
/ResultSet/Result/RankingData/Review/Url | レビューページURL/アフィリエイトURL |
/ResultSet/Result/RankingData/Store/Id | ストアID |
/ResultSet/Result/RankingData/StoreName | ストア名 |
/ResultSet/Result/RankingData/StoreUrl | ストアURL |
/ResultSet/Result/Categories | カテゴリ情報です。 |
/ResultSet/Result/Categories/Current/Id | カテゴリID |
/ResultSet/Result/Categories/Current/ParentId | 親カテゴリID |
/ResultSet/Result/Categories/Current/URL | カテゴリURL |
/ResultSet/Result/Categories/Current/Title/Short | カテゴリ名 |
/ResultSet/Result/Categories/Current/Title/Medium | カテゴリパス名1 |
/ResultSet/Result/Categories/Current/Title/Long | カテゴリパス名2 |
/ResultsSet/Result/Categories/Current/Path/Category | カテゴリのパス情報です。
|
/ResultsSet/Result/Categories/Current/Path/Category/Id | カテゴリID(カテゴリパス用) |
/ResultsSet/Result/Categories/Current/Path/Category/ParentId | 親カテゴリID(カテゴリパス用) |
/ResultsSet/Result/Categories/Current/Path/Category/Title/Name | カテゴリ名(カテゴリパス用) |
/ResultsSet/Result/Categories/Children | 子カテゴリのパス情報です。 |
/ResultsSet/Result/Categories/Children/Child | 子カテゴリ
|
/ResultsSet/Result/Categories/Children/Child/Id | 子カテゴリID |
/ResultSet/Result/Categories/Children/Child/Url | URL |
/ResultSet/Result/Categories/Children/Child/Title/Short | カテゴリ名(子カテゴリパス用) |
/ResultSet/Result/Categories/Children/Child/Title/Medium | カテゴリパス名1(子カテゴリパス用) |
/ResultSet/Result/Categories/Children/Child/Title/Long | カテゴリパス名2(子カテゴリパス用) |
※1 商品URLはYahoo!ショッピングのストア商品ページへのリンク、製品URLはYahoo!ショッピング製品ページへのリンクになります。
サンプルレスポンス
以下は、総合ランキング情報(カテゴリID指定なし)のリクエストに対するレスポンスです。
<?xml version="1.0" encoding="UTF-8"?> <ResultSet xsi:schemaLocation="urn:yahoo:jp:categoryRanking http://shopping.yahooapis.jp/ShoppingWebService/V1/categoryRanking.xsd" xmlns="urn:yahoo:jp:categoryRanking" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" totalResultsAvailable="100" firstResultPosition="1" totalResultsReturned="20"> <Result> <RankingInfo> <LastModified>2012-12-26</LastModified> <StartDate>2012-12-18</StartDate> <EndDate>2012-12-25</EndDate> <CategoryId>1</CategoryId> <Gender>all</Gender> <Generation>all</Generation> <Period>weekly</Period> </RankingInfo> <RankingData rank="1" vector="stay" type="item"> <Name>かにしゃぶ カニ鍋セット1.2kg ポーション 送料無料 ますよね</Name> <Code>masuyone_y-209p5</Code> <Url>http://store.shopping.yahoo.co.jp/masuyone/y-209p5.html</Url> <Image> <Id>masuyone_y-209p5</Id> <Small>http://item.shopping.c.yimg.jp/i/c/masuyone_y-209p5</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/masuyone_y-209p5</Medium> </Image> <Review> <Rate>4.43</Rate> <Count>1453</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=masuyone&page_key=y-209p5</Url> </Review> <Store> <Id>masuyone</Id> <Name>越前かに問屋ますよね</Name> <Url>http://store.shopping.yahoo.co.jp/masuyone/index.html</Url> </Store> </RankingData> <RankingData rank="2" vector="stay" type="item"> <Name>かに カニ ズワイ2kg わけあり</Name> <Code>kanijin_vzw2</Code> <Url>http://store.shopping.yahoo.co.jp/kanijin/vzw2.html</Url> <Image> <Id>kanijin_vzw2</Id> <Small>http://item.shopping.c.yimg.jp/i/c/kanijin_vzw2</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/kanijin_vzw2</Medium> </Image> <Review> <Rate>4.17</Rate> <Count>168</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=kanijin&page_key=vzw2</Url> </Review> <Store> <Id>kanijin</Id> <Name>かに仁</Name> <Url>http://store.shopping.yahoo.co.jp/kanijin/index.html</Url> </Store> </RankingData> <RankingData rank="3" vector="up" type="item"> <Name>(富貴堂) 生クリーム大福セット10個入 (簡易箱)</Name> <Code>fu-kido_f10</Code> <Url>http://store.shopping.yahoo.co.jp/fu-kido/f10.html</Url> <Image> <Id>fu-kido_f10</Id> <Small>http://item.shopping.c.yimg.jp/i/c/fu-kido_f10</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/fu-kido_f10</Medium> </Image> <Review> <Rate>4.66</Rate> <Count>32</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=fu-kido&page_key=f10</Url> </Review> <Store> <Id>fu-kido</Id> <Name>fu-kido</Name> <Url>http://store.shopping.yahoo.co.jp/fu-kido/index.html</Url> </Store> </RankingData> <RankingData rank="4" vector="down" type="item"> <Name>カニ たらばがに かに 蟹鍋 2kg</Name> <Code>kanijin_vtw2k</Code> <Url>http://store.shopping.yahoo.co.jp/kanijin/vtw2k.html</Url> <Image> <Id>kanijin_vtw2k</Id> <Small>http://item.shopping.c.yimg.jp/i/c/kanijin_vtw2k</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/kanijin_vtw2k</Medium> </Image> <Review> <Rate>4.18</Rate> <Count>365</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=kanijin&page_key=vtw2k</Url> </Review> <Store> <Id>kanijin</Id> <Name>かに仁</Name> <Url>http://store.shopping.yahoo.co.jp/kanijin/index.html</Url> </Store> </RankingData> <RankingData rank="5" vector="stay" type="item"> <Name>かに カニ ズワイガニ 4kg</Name> <Code>kanijin_4l4k</Code> <Url>http://store.shopping.yahoo.co.jp/kanijin/4l4k.html</Url> <Image> <Id>kanijin_4l4k</Id> <Small>http://item.shopping.c.yimg.jp/i/c/kanijin_4l4k</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/kanijin_4l4k</Medium> </Image> <Review> <Rate>4.48</Rate> <Count>265</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=kanijin&page_key=4l4k</Url> </Review> <Store> <Id>kanijin</Id> <Name>かに仁</Name> <Url>http://store.shopping.yahoo.co.jp/kanijin/index.html</Url> </Store> </RankingData> <RankingData rank="6" vector="up" type="item"> <Name>生ズワイガニ カニしゃぶ福袋1.3kg lf</Name> <Code>organic_wg1205</Code> <Url>http://store.shopping.yahoo.co.jp/organic/wg1205.html</Url> <Image> <Id>organic_wg1205</Id> <Small>http://item.shopping.c.yimg.jp/i/c/organic_wg1205</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/organic_wg1205</Medium> </Image> <Review> <Rate>3.56</Rate> <Count>25</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=organic&page_key=wg1205</Url> </Review> <Store> <Id>organic</Id> <Name>オーガニックサイバーストア</Name> <Url>http://store.shopping.yahoo.co.jp/organic/index.html</Url> </Store> </RankingData> <RankingData rank="7" vector="down" type="item"> <Name>おせち お節 御節 和風おせち料理 板前魂の花籠 (三段重おせち)</Name> <Code>itamaetamashii_131300</Code> <Url>http://store.shopping.yahoo.co.jp/itamaetamashii/131300.html</Url> <Image> <Id>itamaetamashii_131300</Id> <Small>http://item.shopping.c.yimg.jp/i/c/itamaetamashii_131300</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/itamaetamashii_131300</Medium> </Image> <Review> <Rate>4.42</Rate> <Count>38</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=itamaetamashii&page_key=131300</Url> </Review> <Store> <Id>itamaetamashii</Id> <Name>板前魂</Name> <Url>http://store.shopping.yahoo.co.jp/itamaetamashii/index.html</Url> </Store> </RankingData> <RankingData rank="8" vector="up" type="item"> <Name>【おせち お節 御節】ランキング 2013 吉翔 三段重 おせち料理 巨大天然伊勢海老付</Name> <Code>biwadonya_p-ose04-0t00000</Code> <Url>http://store.shopping.yahoo.co.jp/biwadonya/p-ose04-0t00000.html</Url> <Image> <Id>biwadonya_p-ose04-0t00000</Id> <Small>http://item.shopping.c.yimg.jp/i/c/biwadonya_p-ose04-0t00000</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/biwadonya_p-ose04-0t00000</Medium> </Image> <Review> <Rate>4.11</Rate> <Count>74</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=biwadonya&page_key=p-ose04-0t00000</Url> </Review> <Store> <Id>biwadonya</Id> <Name>かに びわ問屋</Name> <Url>http://store.shopping.yahoo.co.jp/biwadonya/index.html</Url> </Store> </RankingData> <RankingData rank="9" vector="up" type="product"> <Name>アンファースカルプD 薬用スカルプシャンプーオイリー[脂性肌用]</Name> <Url>http://shopping.yahoo.co.jp/product/compare?pid=398c0d75cdfc8843a1fac8a82a00a35f</Url> <Image> <Id>angfa_sds120001</Id> <Small>http://item.shopping.c.yimg.jp/i/c/angfa_sds120001</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/angfa_sds120001</Medium> </Image> <Review> <Rate>4.46</Rate> <Count>80</Count> <Url>http://shopping.yahoo.co.jp/product/review?pid=398c0d75cdfc8843a1fac8a82a00a35f</Url> </Review> <Store> <Id>angfa</Id> <Name>アンファーストア</Name> <Url>http://store.shopping.yahoo.co.jp/angfa/index.html</Url> </Store> </RankingData> <RankingData rank="10" vector="up" type="item"> <Name>プリンターインク福袋</Name> <Code>hobinavi_time4</Code> <Url>http://store.shopping.yahoo.co.jp/hobinavi/time4.html</Url> <Image> <Id>hobinavi_time4</Id> <Small>http://item.shopping.c.yimg.jp/i/c/hobinavi_time4</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/hobinavi_time4</Medium> </Image> <Review> <Rate>4.50</Rate> <Count>1137</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=hobinavi&page_key=time4</Url> </Review> <Store> <Id>hobinavi</Id> <Name>インク通販のホビナビ</Name> <Url>http://store.shopping.yahoo.co.jp/hobinavi/index.html</Url> </Store> </RankingData> <RankingData rank="11" vector="down" type="item"> <Name>ギフトラッピング</Name> <Code>nanaple_wrapping</Code> <Url>http://store.shopping.yahoo.co.jp/nanaple/wrapping.html</Url> <Image> <Id>nanaple_wrapping</Id> <Small>http://item.shopping.c.yimg.jp/i/c/nanaple_wrapping</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/nanaple_wrapping</Medium> </Image> <Review> <Rate>4.17</Rate> <Count>6</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=nanaple&page_key=wrapping</Url> </Review> <Store> <Id>nanaple</Id> <Name>腕時計のななぷれ</Name> <Url>http://store.shopping.yahoo.co.jp/nanaple/index.html</Url> </Store> </RankingData> <RankingData rank="12" vector="down" type="product"> <Name>SK-II フェイシャル トリートメント エッセンス 215ml</Name> <Url>http://shopping.yahoo.co.jp/product/compare?pid=53056be82c26ba4510ea08641113e9c5</Url> <Image> <Id>lunadea_skii30fte</Id> <Small>http://item.shopping.c.yimg.jp/i/c/lunadea_skii30fte</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/lunadea_skii30fte</Medium> </Image> <Review> <Rate>4.55</Rate> <Count>950</Count> <Url>http://shopping.yahoo.co.jp/product/review?pid=53056be82c26ba4510ea08641113e9c5</Url> </Review> <Store> <Id>lunadea</Id> <Name>ルーナデーア</Name> <Url>http://store.shopping.yahoo.co.jp/lunadea/index.html</Url> </Store> </RankingData> <RankingData rank="13" vector="down" type="product"> <Name>ティファニー - ティファニー</Name> <Url>http://shopping.yahoo.co.jp/product/compare?pid=2be6e9e33e9a67d3b3ab0bb980e07093</Url> <Image> <Id>soleil0707_xmas</Id> <Small>http://item.shopping.c.yimg.jp/i/c/soleil0707_xmas</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/soleil0707_xmas</Medium> </Image> <Review> <Rate>4.78</Rate> <Count>1160</Count> <Url>http://shopping.yahoo.co.jp/product/review?pid=2be6e9e33e9a67d3b3ab0bb980e07093</Url> </Review> <Store> <Id>soleil0707</Id> <Name>soleil</Name> <Url>http://store.shopping.yahoo.co.jp/soleil0707/index.html</Url> </Store> </RankingData> <RankingData rank="14" vector="down" type="product"> <Name>とびだせ どうぶつの森</Name> <Url>http://shopping.yahoo.co.jp/product/compare?pid=f463e5615456eb3c39ceb36ca054c412</Url> <Image> <Id>amiami_tvg-3ds-00947</Id> <Small>http://item.shopping.c.yimg.jp/i/c/amiami_tvg-3ds-00947</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/amiami_tvg-3ds-00947</Medium> </Image> <Review> <Rate>3.08</Rate> <Count>79</Count> <Url>http://shopping.yahoo.co.jp/product/review?pid=f463e5615456eb3c39ceb36ca054c412</Url> </Review> <Store> <Id>amiami</Id> <Name>あみあみ</Name> <Url>http://store.shopping.yahoo.co.jp/amiami/index.html</Url> </Store> </RankingData> <RankingData rank="15" vector="down" type="item"> <Name>大特価セール 極太かにしゃぶポーション400g(総重量500g/2~3人前) かに カニ お歳暮 送料無料</Name> <Code>toretatehonpo_kgym-zuwai-portion-b</Code> <Url>http://store.shopping.yahoo.co.jp/toretatehonpo/kgym-zuwai-portion-b.html</Url> <Image> <Id>toretatehonpo_kgym-zuwai-portion-b</Id> <Small>http://item.shopping.c.yimg.jp/i/c/toretatehonpo_kgym-zuwai-portion-b</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/toretatehonpo_kgym-zuwai-portion-b</Medium> </Image> <Review> <Rate>4.25</Rate> <Count>79</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=toretatehonpo&page_key=kgym-zuwai-portion-b</Url> </Review> <Store> <Id>toretatehonpo</Id> <Name>Fumizekka 山陰とれたて本舗</Name> <Url>http://store.shopping.yahoo.co.jp/toretatehonpo/index.html</Url> </Store> </RankingData> <RankingData rank="16" vector="up" type="item"> <Name>カニ かに 蟹 カニしゃぶ ポーション1kg</Name> <Code>kanijin_zp8l1k</Code> <Url>http://store.shopping.yahoo.co.jp/kanijin/zp8l1k.html</Url> <Image> <Id>kanijin_zp8l1k</Id> <Small>http://item.shopping.c.yimg.jp/i/c/kanijin_zp8l1k</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/kanijin_zp8l1k</Medium> </Image> <Review> <Rate>4.48</Rate> <Count>212</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=kanijin&page_key=zp8l1k</Url> </Review> <Store> <Id>kanijin</Id> <Name>かに仁</Name> <Url>http://store.shopping.yahoo.co.jp/kanijin/index.html</Url> </Store> </RankingData> <RankingData rank="17" vector="up" type="product"> <Name>CRYSTAL GEYSER</Name> <Url>http://shopping.yahoo.co.jp/product/compare?pid=2584652608ce519be997a7afc4dedbf2</Url> <Image> <Id>power-house-again_cristal</Id> <Small>http://item.shopping.c.yimg.jp/i/c/power-house-again_cristal</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/power-house-again_cristal</Medium> </Image> <Review> <Rate>4.67</Rate> <Count>730</Count> <Url>http://shopping.yahoo.co.jp/product/review?pid=2584652608ce519be997a7afc4dedbf2</Url> </Review> <Store> <Id>power-house-again</Id> <Name>パワーハウス夢工房</Name> <Url>http://store.shopping.yahoo.co.jp/power-house-again/index.html</Url> </Store> </RankingData> <RankingData rank="18" vector="down" type="item"> <Name>おせち 創業40余年の老舗割烹料亭監修和風おせち6.5寸三段重</Name> <Code>wellness_sw1-4037</Code> <Url>http://store.shopping.yahoo.co.jp/wellness/sw1-4037.html</Url> <Image> <Id>wellness_sw1-4037</Id> <Small>http://item.shopping.c.yimg.jp/i/c/wellness_sw1-4037</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/wellness_sw1-4037</Medium> </Image> <Review> <Rate>0.00</Rate> <Count>0</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=wellness&page_key=sw1-4037</Url> </Review> <Store> <Id>wellness</Id> <Name>ウェルネス</Name> <Url>http://store.shopping.yahoo.co.jp/wellness/index.html</Url> </Store> </RankingData> <RankingData rank="19" vector="down" type="item"> <Name>【数量限定タイムセール】北海道産いくら醤油漬け わけあり 500g</Name> <Code>sekaino-shuei_09052801</Code> <Url>http://store.shopping.yahoo.co.jp/sekaino-shuei/09052801.html</Url> <Image> <Id>sekaino-shuei_09052801</Id> <Small>http://item.shopping.c.yimg.jp/i/c/sekaino-shuei_09052801</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/sekaino-shuei_09052801</Medium> </Image> <Review> <Rate>4.40</Rate> <Count>72</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=sekaino-shuei&page_key=09052801</Url> </Review> <Store> <Id>sekaino-shuei</Id> <Name>世界の水産物といえば SHUEI</Name> <Url>http://store.shopping.yahoo.co.jp/sekaino-shuei/index.html</Url> </Store> </RankingData> <RankingData rank="20" vector="up" type="item"> <Name>クリスタルガイザー 500mL*48本入 水 ミネラルウォーター</Name> <Code>takuhaibin_9419874</Code> <Url>http://store.shopping.yahoo.co.jp/takuhaibin/9419874.html</Url> <Image> <Id>takuhaibin_9419874</Id> <Small>http://item.shopping.c.yimg.jp/i/c/takuhaibin_9419874</Small> <Medium>http://item.shopping.c.yimg.jp/i/g/takuhaibin_9419874</Medium> </Image> <Review> <Rate>4.66</Rate> <Count>129</Count> <Url>http://shopping.yahoo.co.jp/review/item/list?store_id=takuhaibin&page_key=9419874</Url> </Review> <Store> <Id>takuhaibin</Id> <Name>暮らしの宅配便</Name> <Url>http://store.shopping.yahoo.co.jp/takuhaibin/index.html</Url> </Store> </RankingData> <Categories> <Current> <Id>1</Id> <ParentId/> <Url/> <Title> <Short>Shopping</Short> <Medium/> <Long/> </Title> <Path> <Category depth="1"> <Id>1</Id> <ParentId>0</ParentId> <Title> <Name>Shopping</Name> </Title> </Category> </Path> </Current> <Children> <Child sortOrder="0"> <Id>13457</Id> <Url>http://shopping.yahoo.co.jp/category/13457/recommend</Url> <Title> <Short>ファッション</Short> <Medium>ファッション</Medium> <Long>ファッション</Long> </Title> </Child> <Child sortOrder="40"> <Id>2498</Id> <Url>http://shopping.yahoo.co.jp/category/2498/recommend</Url> <Title> <Short>食品</Short> <Medium>食品</Medium> <Long>食品</Long> </Title> </Child> <Child sortOrder="60"> <Id>2500</Id> <Url>http://shopping.yahoo.co.jp/category/2500/recommend</Url> <Title> <Short>ダイエット、健康</Short> <Medium>ダイエット、健康グッズ</Medium> <Long>ダイエット、健康</Long> </Title> </Child> <Child sortOrder="70"> <Id>2501</Id> <Url>http://shopping.yahoo.co.jp/category/2501/recommend</Url> <Title> <Short>コスメ、香水</Short> <Medium>コスメ、香水</Medium> <Long>コスメ、香水</Long> </Title> </Child> <Child sortOrder="80"> <Id>2502</Id> <Url>http://shopping.yahoo.co.jp/category/2502/recommend</Url> <Title> <Short>パソコン、周辺機器</Short> <Medium>パソコン、周辺機器</Medium> <Long>パソコン、周辺機器</Long> </Title> </Child> <Child sortOrder="90"> <Id>2504</Id> <Url>http://shopping.yahoo.co.jp/category/2504/recommend</Url> <Title> <Short>AV機器、カメラ</Short> <Medium>AV機器、カメラ</Medium> <Long>AV機器、カメラ</Long> </Title> </Child> <Child sortOrder="100"> <Id>2505</Id> <Url>http://shopping.yahoo.co.jp/category/2505/recommend</Url> <Title> <Short>家電</Short> <Medium>家電</Medium> <Long>家電</Long> </Title> </Child> <Child sortOrder="110"> <Id>2506</Id> <Url>http://shopping.yahoo.co.jp/category/2506/recommend</Url> <Title> <Short>家具、インテリア</Short> <Medium>家具、インテリア用品</Medium> <Long>家具、インテリア</Long> </Title> </Child> <Child sortOrder="120"> <Id>2507</Id> <Url>http://shopping.yahoo.co.jp/category/2507/recommend</Url> <Title> <Short>花、ガーデニング</Short> <Medium>花、ガーデニング用品</Medium> <Long>花、ガーデニング</Long> </Title> </Child> <Child sortOrder="130"> <Id>2508</Id> <Url>http://shopping.yahoo.co.jp/category/2508/recommend</Url> <Title> <Short>キッチン、生活雑貨、日用品</Short> <Medium>キッチン、生活雑貨、日用品</Medium> <Long>キッチン、生活雑貨、日用品</Long> </Title> </Child> <Child sortOrder="140"> <Id>2503</Id> <Url>http://shopping.yahoo.co.jp/category/2503/recommend</Url> <Title> <Short>DIY、工具、文具</Short> <Medium>DIY、工具、文具</Medium> <Long>DIY、工具、文具</Long> </Title> </Child> <Child sortOrder="150"> <Id>2509</Id> <Url>http://shopping.yahoo.co.jp/category/2509/recommend</Url> <Title> <Short>ペット用品、生き物</Short> <Medium>ペット用品、生き物</Medium> <Long>ペット用品、生き物</Long> </Title> </Child> <Child sortOrder="160"> <Id>2510</Id> <Url>http://shopping.yahoo.co.jp/category/2510/recommend</Url> <Title> <Short>楽器、趣味、学習</Short> <Medium>楽器、趣味、学習</Medium> <Long>楽器、趣味、学習</Long> </Title> </Child> <Child sortOrder="170"> <Id>2511</Id> <Url>http://shopping.yahoo.co.jp/category/2511/recommend</Url> <Title> <Short>ゲーム、おもちゃ</Short> <Medium>ゲーム、おもちゃ</Medium> <Long>ゲーム、おもちゃ</Long> </Title> </Child> <Child sortOrder="180"> <Id>2497</Id> <Url>http://shopping.yahoo.co.jp/category/2497/recommend</Url> <Title> <Short>ベビー、キッズ、マタニティ</Short> <Medium>ベビー、キッズ、マタニティ</Medium> <Long>ベビー、キッズ、マタニティ</Long> </Title> </Child> <Child sortOrder="190"> <Id>2512</Id> <Url>http://shopping.yahoo.co.jp/category/2512/recommend</Url> <Title> <Short>スポーツ</Short> <Medium>スポーツ関連商品</Medium> <Long>スポーツ</Long> </Title> </Child> <Child sortOrder="200"> <Id>2513</Id> <Url>http://shopping.yahoo.co.jp/category/2513/recommend</Url> <Title> <Short>レジャー、アウトドア</Short> <Medium>レジャー、アウトドア</Medium> <Long>レジャー、アウトドア</Long> </Title> </Child> <Child sortOrder="210"> <Id>2514</Id> <Url>http://shopping.yahoo.co.jp/category/2514/recommend</Url> <Title> <Short>自転車、車、バイク</Short> <Medium>自転車、車、バイク</Medium> <Long>自転車、車、バイク</Long> </Title> </Child> <Child sortOrder="220"> <Id>2516</Id> <Url>http://shopping.yahoo.co.jp/category/2516/recommend</Url> <Title> <Short>CD、音楽ソフト</Short> <Medium>CD、音楽ソフト</Medium> <Long>CD、音楽ソフト</Long> </Title> </Child> <Child sortOrder="230"> <Id>2517</Id> <Url>http://shopping.yahoo.co.jp/category/2517/recommend</Url> <Title> <Short>DVD、映像ソフト</Short> <Medium>DVD、映像ソフト</Medium> <Long>DVD、映像ソフト</Long> </Title> </Child> <Child sortOrder="240"> <Id>10002</Id> <Url>http://shopping.yahoo.co.jp/category/10002/recommend</Url> <Title> <Short>本、雑誌、コミック</Short> <Medium>本、雑誌、コミック</Medium> <Long>本、雑誌、コミック</Long> </Title> </Child> </Children> </Categories> </Result> </ResultSet>
エラー
カテゴリランキングはYahoo! JAPAN Web APIに共通のエラーメッセージおよびコードを返します。
利用制限
※短い時間の間に同一URLに大量にアクセスを行った場合、一定時間利用できなくなることもございます。(1クエリー/秒)
※大規模なサイト構築やアプリ開発等にご利用いただけるデベロッパー様や、法人様向けに、クエリー数制限/秒を緩和させていただきます。(無料)
申請受付は停止中です。
1日50,000リクエストを超える場合は、アプリケーションIDを追加してご対応ください。
利用約款
このAPIに関する利用約款はこちら。