Taobao & Tmall Product Reviews API (V3) – JustOneAPI

简介: Taobao & Tmall Product Reviews API (V3) – JustOneAPI

Version: V3

Status: Production-ready (Healthy)Endpoint: GET /api/taobao/get-item-comment/v3Data Format: JSONPlatform: Unified for Taobao + Tmall


1. Overview

The Taobao & Tmall Product Reviews API (V3) from JustOneAPI provides structured, real-time user review data for any Taobao or Tmall item. It unifies both platforms into a single interface, so you don’t need separate logic for Taobao vs Tmall.

Common use cases:

  • Competitor review analysis & sentiment monitoring
  • Product quality research and rating statistics
  • Reputation tracking & negative review alerting
  • E-commerce BI dashboards and review scraping at scale
  • Content generation (e.g., top pros/cons from reviews)

2. Request Parameters (GET)

All parameters are passed as query strings.

表格

Parameter Type Required Default Description
token string Your JustOneAPI access token
itemId string Taobao/Tmall product ID (num_iid)
page integer 1 Page number (pagination)
pageSize integer 20 Reviews per page (max 50)
orderType string general feedbackdate (newest first) / general
rateType string all all / good / neutral / bad
hasPic boolean false Filter reviews with images only

3. Full JSON Response Example (V3)

json

{
  "code": 200,
  "msg": "success",
  "data": {
    "itemId": "681234567890",
    "total": 1258,
    "page": 1,
    "pageSize": 20,
    "reviews": [
      {
        "reviewId": "152345678901234567",
        "userNick": "t***8",
        "isAnonymous": true,
        "score": 5,
        "content": "Quality is very good, delivery fast, will buy again.",
        "created": "2026-05-20 14:22:35",
        "likeCount": 42,
        "skuInfo": "Color: Black | Size: XL",
        "picUrls": [
          "https://img01.taobaocdn.com/imgextra/i1/xxx.jpg",
          "https://img02.taobaocdn.com/imgextra/i2/xxx.jpg"
        ],
        "additionalReview": {
          "content": "Used for one month, still perfect.",
          "created": "2026-05-23 09:11:22"
        },
        "sellerReply": {
          "content": "Thank you for your support!",
          "created": "2026-05-20 16:40:12"
        }
      }
    ],
    "hasNext": true
  },
  "requestId": "req-20260526-xxx"
}

4. Key Fields Explained

  • reviewId: Unique ID for deduplication
  • score: 1–5 star rating
  • content: Main review text
  • created: Review time (UTC+8)
  • skuInfo: Exact variant (color/size)
  • picUrls: Array of review photos
  • additionalReview: Follow-up review (追评)
  • sellerReply: Official store reply
  • hasNext: Pagination flag (simpler than calculating last page)

5. Error Codes

表格

Code Meaning
200 Success
400 Invalid parameters
401 Token missing or invalid
403 Permission denied / quota exceeded
404 Item not found
500 Server error (retry later)

6. Usage Example (Python)

python

运行

import requests
TOKEN = "your_token"
ITEM_ID = "681234567890"
URL = f"https://docs.justoneapi.com/api/taobao/get-item-comment/v3?token={TOKEN}&itemId={ITEM_ID}&page=1&pageSize=10&orderType=feedbackdate"
resp = requests.get(URL)
print(resp.json())

7. Why Use JustOneAPI V3

  • Unified Taobao + Tmall → one endpoint for both
  • Simpler paginationhasNext boolean
  • Clean JSON → no messy nested structures
  • Built-in filtering → rating, images, date
  • Stable & monitored → public health status
相关文章
|
1月前
|
JSON API 数据格式
Python 1688 拍立淘搜索 API 系列:JSON 数据反馈全解析
1688 拍立淘(item_search_img)是电商开发者高频使用的以图搜货 API,通过图片 URL/Base64 快速匹配同款 / 相似商品,返回标准化 JSON 结构。本文从接口调用、JSON 结构、字段解析、Python 实战、异常处理、数据应用全链路讲解,帮你彻底掌握 1688 拍立淘 API 的 JSON 数据反馈与处理。
|
消息中间件 Apache 数据安全/隐私保护
[ActiveMQ]修改默认密码
ActiveMQ使用的是jetty服务器, 在ActiveMQ目录下的conf/jetty.xml文件,vim打开 将property name为authenti...
2774 0
|
1天前
|
人工智能 算法 搜索推荐
为什么GEO正在取代SEO?AI搜索已经改变了游戏规则
SEO深耕二十年,GEO两年即颠覆格局——搜索已从“搜结果”跃迁至“搜答案”。AI直接生成带来源的答案,流量高度聚焦于被引用的内容。GEO不拼外链堆词,重内容质量、结构化与权威性,为OPC创业者带来前所未有的公平竞争机会。(239字)
|
20天前
|
JSON 监控 供应链
淘宝商品详情API实战:数据返回解析与落地应用
在电商开发、数据分析、商品搬家、竞品监控等场景中,淘宝商品详情API是获取合规商品数据的核心通道。
|
1月前
|
弹性计算 监控 5G
阿里云秒杀活动是什么?2026年最新参与指南(附抢购技巧)
阿里云秒杀是官方限时限量抢购活动,每日10:00/15:00开抢高性价比轻量服务器及ECS(仅限实名新用户)。本文详解规则、入口、抢购技巧(如网络优化、多端蹲守)及备选方案(68元/年起长效优惠),助你低成本上云!
395 5
|
设计模式 缓存 Kubernetes
分布式系统架构与云原生—阿里云《云原生架构白皮书》导读
有幸作为阿里云MVP提前获得了阿里云云原生团队编写的《云原生架构白皮书》,希望通过自己对于云原生的理解为开发者提供一篇观后感或者是能够参考的博文
13406 0
分布式系统架构与云原生—阿里云《云原生架构白皮书》导读
|
6月前
|
JSON 缓存 算法
Alibaba 国际站商品详情 API 核心参数拆解:productId、language 与 access_token 实战
Alibaba 国际站商品详情 API 核心参数拆解:productId、language 与 access_token 实战
|
6月前
|
存储 缓存 监控
基于淘宝商品详情 API 的竞品监控系统搭建:价格 / 库存 / 促销实时追踪
淘宝商品详情 API 的竞品监控系统搭建:价格 / 库存 / 促销实时追踪
|
6月前
|
消息中间件 存储 缓存
批量获取淘宝商品评论:API 分页策略、并发控制与频率优化
批量获取淘宝商品评论:API 分页策略、并发控制与频率优化
|
8月前
|
传感器 人工智能 安全
AR 巡检在工业的应用|阿法龙XR云平台
AR巡检技术广泛应用于电力、石化、制造、交通等行业,通过AR眼镜或平板实时叠加设备参数、历史数据及操作指引,提升巡检效率与准确性。支持远程协作、自动记录分析,并可在高危环境实现无人巡检,大幅降低安全风险,推动智能化运维升级。