ITreview WebAPIを使うことで、ITreviewが保有するインテントデータを外部から利用することができるようになります。
📖参照)インテントデータとは?
■リクエストURL
https://client.itreview.jp/client/itreview/web_api/analyses/ec_products?api_key=abcde12345
■リクエストパラメータ
論理名 | 物理名 | 値(例) | 必須 | 備考 |
APIキー | api_key | (サイトで発行されたAPIキー) | ◯ |
|
日付(開始) | start_date | 20210101 |
|
|
日付(終了) | end_date | 20211231 |
|
|
会社名 | company_name | 株式会社ABC |
| 部分一致 |
規模 | sales_range | 100億円以上-1,000億円未満 |
|
|
従業員数 | emp_range | 1000人以上 |
|
|
業種 | industry | 各種商品小売業 |
|
|
■レスポンスフィールド
フィールド | 説明 | 値(例) |
date | 対象日 | 2021/09/01 |
product_name | 製品名 | ITreview |
url | URL | |
access_count | アクセス数 |
|
company | 会社情報 |
|
└ corporate_number | 法人番号 |
|
└ name | 会社名 |
|
└ address | 本社所在地 |
|
└ tel| | 代表電話 |
|
└ sales_range | 売上規模 |
|
└ emp_range | 従業員規模 |
|
└ industry | 業種 |
|
■サンプルレスポンス
{
"date" : "2021/09/01",
"product_name" : "Zoom Meetings",
"url" : "https://buy.itreview.jp/products/itreview",
"access_count" : "1",
"company" : {
"corporate_number" : "0000000000000",
"name" : "株式会社ABC",
"address" : "東京都目黒区青葉台",
"tel" : "03-1234-5678",
"sales_range" : "100億円以上-1,000億円未満",
"emp_range" : "1000人以上",
"industry" : "各種商品小売業"
}
}
⭕本機能が有効なプラン
・Expert
・Pro
❌本機能が使えないプラン
・Basic
・Starter
・Free
📖参照)他のAPIリファレンス
APIリファレンス | 利用対象プラン | 📖参照 |
Starter、Basic、Pro、Expert | ||
Starter、Basic、Pro、Expert | ||
Pro、Expert | ||
Pro、Expert | ||
Pro、Expert | ||
Pro、Expert |
| |
Pro、Expert(カテゴリレポート発行済、30件以上レビュー獲得の場合のみ) | ||
Pro、Expert(ITreviewオンラインストア掲載の場合のみ) |
|