Shulex VOC API Chinese Version
    Shulex VOC API Chinese Version
    • 活动
      • 卖家精灵一元权益领取接口
        POST
    • 获取亚马逊商品的评论和标签
      GET
    • 根据reportId获取asin列表
      GET
    • 获取亚马逊商品的评论信息
      GET
    • 提交亚马逊商品评论获取任务
      POST
    • 获取自有评论的VOC报告结果
      GET
    • 创建自有评论的VOC报告
      POST
    • 获取亚马逊评论分析报告
      GET
    • 创建亚马逊评论分析报告
      POST
    • 根据asin查询所有变体接口
      GET
    • 查询某个asin 某段时间的review趋势
      POST

      获取自有评论的VOC报告结果

      GET
      /voc/custom/reports/{reportId}
      获取自有评论的VOC报告结果

      请求参数

      Path 参数
      reportId
      string 
      报告ID
      必需
      示例值:
      123456789
      Header 参数
      X-Token
      string 
      API Key
      必需
      示例值:
      42e9fb1c94c842cd9495c812a4c8fe05

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://apps.voc.ai/api_v2/datahub/voc/custom/reports/123456789' \
      --header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05'

      返回响应

      🟢200成功
      application/json
      Body
      code
      string 
      结果代码
      必需
      msg
      string 
      错误信息
      可选
      data
      object 
      结果数据
      可选
      finish
      boolean 
      是否已完成
      必需
      list
      array [object {2}] 
      标签列表
      必需
      statistics
      array [object {5}] 
      标签统计数据
      必需
      示例
      {
          "code": 200,
          "msg": "success",
          "data": {
              "finish": true,
              "list": [
                  {
                      "text": "I would have to say that I am very disappointed on this product. After reviewing all the reviews I found it ideal to order one because, after all black goes with everything, especially from working out you wont be able to see the stains. Now I have to say that when I placed it on my Fitbit Versa I was having trouble putting it on and after all the pin broke and the pin was left inside. Idk if it's because it's not from the manufacturer but I was overall disappointed.",
                      "tags": [
                          {
                              "tag": "Customer Service",
                              "sentiment": 0,
                              "startOffset": 65,
                              "endOffset": 134,
                              "tagType": "reason",
                              "subTag": "Positive Reviews"
                          },
                          {
                              "tag": "Defective Pin",
                              "sentiment": -1,
                              "startOffset": 336,
                              "endOffset": 388,
                              "tagType": "cons",
                              "subTag": "Defective Pin"
                          }
                      ]
                  }
              ],
              "statistics": [
                  {
                      "type": "Usage Scenario",
                      "reasons": "The headset is considered a good gift option, with many users reporting that it makes a great birthday gift or gift for a son.",
                      "percent": "0.08",
                      "tag": "Gift"
                  }
              ]
          }
      }
      修改于 2024-01-29 03:02:55
      上一页
      提交亚马逊商品评论获取任务
      下一页
      创建自有评论的VOC报告
      Built with