Shulex VOC API English Version
    Shulex VOC API English Version
    • Submit Amazon product review information Task
      POST
    • Get Amazon product review information
      GET
    • Create Amazon VOC report
      POST
    • Get Amazon VOC report result
      GET
    • Create custom VOC report
      POST
    • Get custom VOC report result
      GET

      Get Amazon product review information

      GET
      /voc/{asin}/reviews
      Get Amazon product review information. Before calling this API, please submit the task of obtaining Amazon product review information API.

      Request

      Path Params

      Query Params

      Header Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      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}'

      Responses

      🟢200成功
      application/json
      Body

      Example
      {
          "code": 200,
          "msg": "success",
          "data": {
              "finish": true,
              "total": 22940,
              "list": [
                  {
                      "asin": "B0B4ZQXGK9",
                      "authorName": "test",
                      "content": "I liked the size and the sturdiness of each one. The color was just beautiful. First time buying luggage like these and have no regrets.",
                      "earlyReviewer": false,
                      "productLink": "https://www.amazon.com/dp/B0B4ZQXGK9",
                      "reviewDate": 1707177600000,
                      "reviewId": "R3FNZ6I50J5UIZ",
                      "reviewLink": "https://www.amazon.com/gp/customer-reviews/R3FNZ6I50J5UIZ",
                      "sku": "Size:4 piece set|Color:PP-Aqua Blue",
                      "star": 5,
                      "title": "Sturdy"
                  }
              ],
              "pageNo": 1,
              "pageSize": 10
          }
      }
      Modified at 2025-06-18 07:13:47
      Previous
      Submit Amazon product review information Task
      Next
      Create Amazon VOC report
      Built with