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

      获取亚马逊评论分析报告

      GET
      /voc/reports/{reportId}
      获取亚马逊评论分析报告

      请求参数

      Path 参数
      reportId
      string 
      VOC报告ID
      必需
      示例值:
      123456789
      Query 参数
      language
      string 
      可选
      报告展示语言,默认为英语:English
      示例值:
      English
      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/reports/123456789?language=English' \
      --header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      结果码
      必需
      msg
      string 
      错误信息
      可选
      data
      object 
      结果数据
      可选
      finish
      boolean 
      报告是否已完成
      必需
      list
      array [object {5}] 
      结果列表
      必需
      示例
      {
          "code": 0,
          "data": {
              "finish": true,
              "list": [
                  {
                      "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"
                  },
                  {
                      "type": "Negative Feedback",
                      "reasons": "Customers have reported a short lifespan.",
                      "percent": "0.35",
                      "tag": "Short Lifespan"
                  },
                  {
                      "type": "Positive Feedback",
                      "reasons": "Wonderful Bath Experience",
                      "percent": "0.18",
                      "tag": "Wonderful Bath Experience"
                  },
                  {
                      "type": "Buyers Motivation",
                      "reasons": "Customers have praised the durability of these headsets, noting that they are very durable and can withstand heavy use.",
                      "percent": "0.11",
                      "tag": "Durability"
                  },
                  {
                      "type": "Unmet Needs",
                      "reasons": "Customers have reported malfunctioning out of the box, but have found clearer instructions and a longer lifespan with better quality control.",
                      "percent": "0.26",
                      "tag": "Longer Lifespan"
                  },
                  {
                      "type": "Unmet Needs",
                      "reasons": "Improved connection to PS4/PS5, better plug, and better microphone quality are all highly valued by users, making the headset more effective for communication and gaming purposes.",
                      "percent": "0.12",
                      "tag": "Better Microphone Quality",
                      "parentTag": "Longer Lifespan"
                  }
              ]
          }
      }
      修改于 2023-12-19 09:10:55
      上一页
      创建自有评论的VOC报告
      下一页
      创建亚马逊评论分析报告
      Built with