Skip to content

Taobao & Tmall APIs - Product Reviews (V3)

prod-global
GET
/api/taobao/get-item-comment/v3

Retrieves user reviews for a Taobao/Tmall item, including review text, publish time, author info (when available), rating/likes (if present), and other review metadata. Supports pagination.

Typical use cases:

  • Review and sentiment monitoring
  • Tracking rating/review volume changes over time
  • Collecting feedback for product/competitor analysis
  • Building datasets for NLP or customer-insight workflows

Parameters

NameInTypeRequiredDescription
tokenquerystringYesAccess token for this API service.
itemIdquerystringYesAUnique product identifier on Taobao/Tmall (item ID).
orderTypequerystringNoSort order for the result set.

Available Values:
- feedbackdate: Sort by feedback date
- general: General sorting
pagequeryintegerNoPage number for pagination.

Code Samples

💡 Environment Note

Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.

bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE"
text
I want to use the "Product Reviews (V3)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/taobao/get-item-comment/v3
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/taobao-tmall-apis/product-reviews-v3-en.json

Parameters:
- token (query): Access token for this API service. (Required)
- itemId (query): AUnique product identifier on Taobao/Tmall (item ID). (Required)
- orderType (query): Sort order for the result set.

Available Values:
- `feedbackdate`: Sort by feedback date
- `general`: General sorting
- page (query): Page number for pagination.

Return format: JSON

Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
   - 0: Success
   - 100: Invalid or Inactive Token
   - 301: Collection Failed. Please Retry.
   - 302: Rate Limit Exceeded
   - 303: Daily Quota Exceeded
   - 400: Invalid Parameters
   - 500: Internal Server Error
   - 600: Permission Denied
   - 601: Insufficient Balance

Please help me write a script in my preferred programming language to call this API and handle the response.
python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests

url = "https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE"
response = requests.get(url)
print(response.json())
js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE", {
  method: "GET"
});
const data = await response.json();
console.log(data);
java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;

public class Main {
    public static void main(String[] args) throws Exception {
        HttpClient client = HttpClient.newHttpClient();
        HttpRequest request = HttpRequest.newBuilder()
            .uri(URI.create("https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE"))
            .method("GET", HttpRequest.BodyPublishers.noBody())
            .build();

        HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
        System.out.println(response.body());
    }
}
go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main

import (
	"fmt"
	"io"
	"net/http"
)

func main() {
	client := &http.Client{}
	url := "https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE"
	req, _ := http.NewRequest("GET", url, nil)
	resp, _ := client.Do(req)
	defer resp.Body.Close()
	body, _ := io.ReadAll(resp.Body)
	fmt.Println(string(body))
}
php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/taobao/get-item-comment/v3?token=YOUR_API_KEY&itemId=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;

Responses

json
{
  "code": 0,
  "data": {
    "qnaDisabled": true,
    "watershed": 100,
    "total": 1000,
    "totalFuzzy": "1000+",
    "comments": [
      {
        "date": "2026年03月09日 20:32",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "此用户没有填写评价。",
        "rateId": 1299445791411,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "颜色分类:星光灰—四大隔层【标准版】&nbsp;&nbsp尺寸:15.6寸",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": {
          "amount": 59.9,
          "centFactor": 100,
          "cent": 5990,
          "displayUnit": "元",
          "currency": {
            "symbol": "¥",
            "displayName": "人民币",
            "numericCodeAsString": "156",
            "currencyCode": "CNY",
            "defaultFractionDigits": 2,
            "numericCode": 156
          },
          "currencyCode": "CNY"
        },
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "c***风",
          "vipLevel": 0,
          "displayRatePic": "b_blue_3.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i3/O1CN01PIYxrZ22FGrmiDphN_!!6000000007090-2-tps-92-45.png",
          "anony": true,
          "rank": 1404,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月09日 15:05",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299506472039,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "t***5",
          "vipLevel": 6,
          "displayRatePic": "b_red_2.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i1/O1CN01Qym7UU1XAv0yfDV6O_!!6000000002884-2-tps-92-45.png",
          "anony": true,
          "rank": 39,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月09日 08:49",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299462362590,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "六***0",
          "vipLevel": 6,
          "displayRatePic": "b_red_3.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i2/O1CN01vy8zTE1Zeo5lC6lTQ_!!6000000003220-2-tps-92-45.png",
          "anony": true,
          "rank": 67,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月08日 17:22",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299435478194,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***8",
          "vipLevel": 0,
          "displayRatePic": "b_red_3.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i3/O1CN01QZTjHW1F4oegDvuEX_!!6000000000434-2-tps-92-45.png",
          "anony": true,
          "rank": 84,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月08日 15:13",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299436600093,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "道***殒",
          "vipLevel": 6,
          "displayRatePic": "b_blue_2.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i3/O1CN01PIYxrZ22FGrmiDphN_!!6000000007090-2-tps-92-45.png",
          "anony": true,
          "rank": 916,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299364434788,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299377336510,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299377348487,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299377456149,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299377388318,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299364414767,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299377460171,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299331269047,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299364370943,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月07日 18:46",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299331241082,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "l***6",
          "vipLevel": 0,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 432,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月06日 20:59",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299252573316,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "莫***灬",
          "vipLevel": 0,
          "displayRatePic": "b_blue_2.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN019QZnaG1U1LtUAPn6e_!!6000000002457-2-tps-92-45.png",
          "anony": true,
          "rank": 594,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月06日 18:33",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299208207388,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "a***x",
          "vipLevel": 6,
          "displayRatePic": "b_red_5.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN019QZnaG1U1LtUAPn6e_!!6000000002457-2-tps-92-45.png",
          "anony": true,
          "rank": 235,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月06日 14:55",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299187019618,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "p***a",
          "vipLevel": 6,
          "displayRatePic": "b_blue_1.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN019QZnaG1U1LtUAPn6e_!!6000000002457-2-tps-92-45.png",
          "anony": true,
          "rank": 368,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月06日 14:55",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": 1,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299268980224,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "t***5",
          "vipLevel": 6,
          "displayRatePic": "b_red_5.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i4/O1CN01ZlCYMx1nbVriw6u0S_!!6000000005108-2-tps-92-45.png",
          "anony": true,
          "rank": 165,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      },
      {
        "date": "2026年03月06日 09:33",
        "shareInfo": {
          "lastReplyTime": "",
          "share": false,
          "pic": 0,
          "reply": 0,
          "userNumIdBase64": ""
        },
        "showDepositIcon": false,
        "o2oRate": null,
        "mainTradeId": 0,
        "raterType": 0,
        "validscore": -4,
        "video": null,
        "photos": [],
        "content": "评价方未及时做出评价,系统默认好评!",
        "rateId": 1299231448710,
        "spuRatting": [],
        "auction": {
          "thumbnail": "",
          "link": "//item.taobao.com/item.htm?id=620210933491",
          "auctionPic": "//img.alicdn.com/bao/uploaded/null_40x40.jpg",
          "sku": "",
          "title": "",
          "aucNumId": "620210933491"
        },
        "award": "",
        "rate": "1",
        "creditFraudRule": 0,
        "appendCanExplainable": false,
        "from": "",
        "tag": "",
        "propertiesAvg": "0.0",
        "reply": null,
        "dayAfterConfirm": 0,
        "lastModifyFrom": 0,
        "bidPriceMoney": null,
        "noQna": true,
        "promotionType": "活动促销  ",
        "vicious": "",
        "enableSNS": false,
        "appendList": [],
        "buyAmount": 0,
        "showCuIcon": true,
        "serviceRate": null,
        "useful": 0,
        "user": {
          "nick": "大***3",
          "vipLevel": 6,
          "displayRatePic": "b_blue_3.gif",
          "nickUrl": "",
          "creditPic": "https://img.alicdn.com/imgextra/i3/O1CN01bVUV1e1sKAx4tOKgr_!!6000000005747-2-tps-92-45.png",
          "anony": true,
          "rank": 1375,
          "avatar": "//assets.alicdn.com/app/sns/img/default/avatar-40.png",
          "vip": "b_red_1.gif",
          "userId": "",
          "rankUrl": ""
        },
        "append": null,
        "status": 0
      }
    ],
    "currentPageNum": 1,
    "maxPage": 5
  }
}

💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.