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/{asin}/reviews
      获取亚马逊商品的评论信息。获取评论信息之前,请先“提交亚马逊商品评论获取任务”。

      请求参数

      Path 参数

      Query 参数

      Header 参数

      请求示例代码

      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/B07ZF8T63K/reviews?countryCode=US&includeVariants=true&startDate=2023-09-30&pageNo=1&pageSize=50&orderBy=reviewDate&orderType=desc' \
      --header 'X-Token: {token}'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "code": 200,
          "msg": "success",
          "data": {
              "finish": true,
              "total": 22940,
              "list": [
                  {
                      "asin": "B08QZFQMRN",
                      "authLink": "https://www.amazon.com/gp/profile/amzn1.account.AEHR3JCP2BRGBL6RG7IQJVJU5AAA/ref=cm_cr_arp_d_gw_btm?ie=UTF8",
                      "authorName": "Patrick Crowley REALTOR",
                      "avatarUrl": "https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/grey-pixel.gif",
                      "content": "Update caused a fire🔥Doesn’t work for finger if touch, if it’s plugged in and it doesn’t charge as well apples. Also the wire has already split at the base where it touches the phone definitely not worth the money I’d rather pay more for real",
                      "earlyReviewer": false,
                      "helpfulNum": 0,
                      "images": [
                          "https://images-na.ssl-images-amazon.com/images/I/A14oW12zMtL._SL500_SR200,200_.jpg"
                      ],
                      "likesCount": 0,
                      "market": "US",
                      "productLink": "https://www.amazon.com/dp/B08QZFQMRN",
                      "purchased": true,
                      "reviewDate": 1630540800000,
                      "reviewId": "RTRV9C6DBHZTB",
                      "reviewImgs": "[\"https://images-na.ssl-images-amazon.com/images/I/A14oW12zMtL._SL500_SR200,200_.jpg\"]",
                      "reviewLink": "https://www.amazon.com/gp/customer-reviews/RTRV9C6DBHZTB",
                      "reviewVideos": "[]",
                      "sku": "Size:null|Color:null",
                      "star": 1,
                      "title": "Cord broke on both & metal tip off & where the wire was exposed exposed started a small pillow fire",
                      "videos": []
                  }
              ],
              "pageNo": 1,
              "pageSize": 10
          }
      }
      修改于 2025-06-18 07:12:17
      上一页
      根据reportId获取asin列表
      下一页
      提交亚马逊商品评论获取任务
      Built with