SearchTrend
指定期間において検索トレンドが上昇しているキーワードリストを取得します。
Select
本製品 はYahoo! JAPAN DATA SOLUTION API を使用して、以下のカラムと演算子で作成されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- SearchKeyword は'=' 比較演算子をサポートします。
- SearchSpan は'=' 比較演算子をサポートします。デフォルト値は'week' です。
- SearchCategory は'=' 比較演算子をサポートします。
例えば、次のクエリはサーバーサイドで処理されます。
SELECT * FROM SearchTrend WHERE SearchKeyword = 'CData' SELECT * FROM SearchTrend WHERE SearchSpan = 'week' SELECT * FROM SearchTrend WHERE SearchCategory = 'news'
Columns
Name | Type | Description |
Rank | Integer | ランキング情報。 |
Keyword | String | 指定した条件で抽出した検索トレンドが上昇しているキーワード。 |
AscendingScore | Double | 集計期間内の検索ボリューム。 |
GenderRatioFemale | Integer | 女性の比率。 |
GenderRatioMale | Integer | 男性の比率。 |
GenerationRatioFifties | Integer | 50代の比率。 |
GenerationRatioForties | Integer | 40代の比率。 |
GenerationRatioSeventiesOrMore | Integer | 70代以上の比率。 |
GenerationRatioSixties | Integer | 60代の比率。 |
GenerationRatioTeensOrLess | Integer | 10代以下の比率。 |
GenerationRatioThirties | Integer | 30代の比率。 |
GenerationRatioTwenties | Integer | 20代の比率。 |
SearchSpan | String | 集計期間 week: 1週間, month: 1ヶ月, quarter: 3ヶ月, half: 半年, year: 1年。
使用できる値は次のとおりです。week, month, quarter, half, year |
SearchKeyword | String | カテゴリ game:ゲーム, music:音楽 等 |
SearchCategory | String | 年齢 teensOrLess: 10代以下, twenties: 20代, thirties: 30代, forties: 40代, fifties: 50代, sixties: 60代, seventiesOrMore: 70代以上。
使用できる値は次のとおりです。game, music, movie, anime, television, news, leisure, sports, gamble, travel, finance2, weather, train, local2, health, beauty, fashion, recipe, gourmet, education, app, smartphone, pregnancy, talent, singer, product2, event, building2, school2, question |