当前位置:网站首页>Taobao commodity review API interface (item_review get Taobao commodity review API interface), tmall commodity review API interface
Taobao commodity review API interface (item_review get Taobao commodity review API interface), tmall commodity review API interface
2022-07-04 22:37:00 【wx_ one billion five hundred and ninety-seven million sixty-thr】
Taobao commodity evaluation api Interface (item_review- Get Taobao product reviews API Interface ), Tmall Product Review API The interface can be through products id, Get product evaluation information 、 Evaluation content 、 Buyers show pictures 、 Comment views 、 Evaluation video 、 The data on the evaluation and follow-up page can be obtained , The interface connection is as follows :
1. Common parameters
| name | type | must | describe |
|---|---|---|---|
| key | String | yes | call key( Must be GET Way of splicing in URL in , Click to get the test key and secret) |
| secret | String | yes | Call key |
| api_name | String | yes | API The name of the interface ( Included in the request address )[item_search,item_get,item_search_shop etc. ] |
| cache | String | no | [yes,no] Default yes, The cached data... Will be called , It's quite fast |
| result_type | String | no | [json,jsonu,xml,serialize,var_export] Return data format , The default is json,jsonu The output content can be read directly in Chinese |
| lang | String | no | [cn,en,ru] Translation language , Default cn Simplified Chinese |
| version | String | no | API edition |
2. Request parameters
Request parameters :num_iid=600530677643&data=&page=1
Parameter description :num_iid: Taobao products ID
sort: Sort 0: Default sort ,1: Latest sort
3. Response parameter
| name | type | must | Example value | describe |
|---|---|---|---|---|
rate_content | String | 0 | The fabric of the clothes is very good It's comfortable to wear The clothes are very suitable ! | Comment content |
rate_date | Date | 0 | 2019-03-16 12:10:24 | Comment date |
pics | MIX | 0 | ["//img.alicdn.com/bao/uploaded/i4/O1CN01Zmq4QI1dqwnpBIxmX_!!0-rate.jpg"] | Comment on the picture |
display_user_nick | String | 0 | Li ***0 | Buyer's nickname |
auction_sku | String | 0 | Color : white ( Plush ); Size :2XL | Comment on product attributes |
add_feedback | String | 0 | The fabric of the clothes is very good It's comfortable to wear The clothes are very suitable ! | Review the content |
add_feedback_images | MIX | 0 | ["//img.alicdn.com/bao/uploaded/i4/O1CN01Zmq4QI1dqwnpBIxmX_!!0-rate.jpg"] | Review pictures |
video | String | 0 | http://cloud.video.taobao.com/play/u/416a306c576e44524a75367539493165745863466b513d3d/p/1/d/sd/e/6/t/1/288913501300.mp4 | Video address |
videoCover | String | 0 | https://img.alicdn.com/imgextra/i3/O1CN01cvjYjY28SRpqyDJIN_!!0-tbbala.jpg | Video capture |
4. Request example (CURL、PHP 、PHPsdk 、Java 、C# 、Python...)
# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# Request example url The default request parameters have been changed URL code
url = "https://vx19970108018/taobao/item_review/?key=< Your own apiKey>&secret=< Your own apiSecret>&num_iid=600530677643&data=&page=1"
headers = {
"Accept-Encoding": "gzip",
"Connection": "close"
}
if __name__ == "__main__":
r = requests.get(url, headers=headers)
json_obj = r.json()
print(json_obj)5. Response example
{
code: 200,
msg: " The request is successful 【success】",
total_results: "53",
data: [
{
feedback: " This user did not fill in the evaluation .",
feedbackDate: "2021-03-14",
reply: "",
userNick: "g**0",
skuId: "4754825839147",
skuMap: {
Color classification : " Standard management system "
},
feedPicList: null,
readCount: "0",
video: [],
appendedFeed: []
},
{
feedback: " Customer service , Monarch , Seriously , Solve problems in time ! severe , Next time I'll find Junjun . One year warranty , It's worth having !?️??️??️??️???️???️??????????????????????????????????????????????????????????????????????????????????",
feedbackDate: "2021-03-14",
reply: " Your appreciation is valued by us , Keep every word in mind . Your affirmation makes our persistence meaningful , We will continue to uphold the user-oriented service concept , Constantly improve our smart card products and services , Let you have a better product experience . Your satisfaction is our unswerving pursuit !",
userNick: " easy **6",
skuId: "4754825839147",
skuMap: {
Color classification : " Standard management system "
},
feedPicList: [
"//img.alicdn.com/imgextra/i3/0/O1CN01R4yTy21CAouF3TyCo_!!0-rate.jpg"
],
readCount: "1",
video: [],
appendedFeed: []
}
]
}边栏推荐
- leetcode 72. Edit Distance 编辑距离(中等)
- 微服务--开篇
- Shell script implements application service log warehousing MySQL
- 虚拟人产业面临的挑战
- Introducing QA into the software development lifecycle is the best practice that engineers should follow
- The Sandbox 和数字好莱坞达成合作,通过人力资源开发加速创作者经济的发展
- How to transfer to software testing, one of the high paying jobs in the Internet? (software testing learning roadmap attached)
- Test will: bug classification and promotion solution
- md5工具类
- 新版判断PC和手机端代码,手机端跳转手机端,PC跳转PC端最新有效代码
猜你喜欢

Close system call analysis - Performance Optimization
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]

达梦数据凭什么被称为国产数据库“第一股”?

卷积神经网络模型之——LeNet网络结构与代码实现

LOGO特訓營 第三節 首字母創意手法

LOGO special training camp section I identification logo and Logo Design Ideas

PMO: compare the sample efficiency of 25 molecular optimization methods

Scala download and configuration

Introducing QA into the software development lifecycle is the best practice that engineers should follow

30余家机构联合发起数字藏品行业倡议,未来会如何前进?
随机推荐
Lost in the lock world of MySQL
Logo special training camp Section IV importance of font design
Shell script implements application service log warehousing MySQL
Now MySQL cdc2.1 is parsing the datetime class with a value of 0000-00-00 00:00:00
Mysql root 账号如何重置密码
Locust performance test - environment construction and use
啃下大骨头——排序(二)
Wake up day, how do I step by step towards the road of software testing
虚拟人产业面临的挑战
Detailed explanation of flask context
华泰证券是国家认可的券商吗?开户安不安全?
SPSS安装激活教程(包含网盘链接)
SPSS installation and activation tutorial (including network disk link)
嵌入式开发:技巧和窍门——提高嵌入式软件代码质量的7个技巧
With this PDF, we finally got offers from eight major manufacturers, including Alibaba, bytek and Baidu
leetcode 72. Edit distance edit distance (medium)
质量体系建设之路的分分合合
【lua】int64的支持
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]
Kdd2022 | what features are effective for interaction?