通知 推荐:提升销量,免费试单,不充本金,安全保障
淘宝商品信息API接口返回Api列表

获取淘宝标题,商品图片,价格,开店时间,级别,收藏,评价,好评,粉丝数等信息

请求地址

http://www3.taoyanhao.com/handler/api.ashx?type=ItemPics

请求参数
名称 类型 必须 描述
uid String 用户id,在淘测测登录后有显示
ticks String 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟
itemid String 商品ID
token String 本次请求的签名,算法为:MD5(uid+ticks+itemid+secret)。
secret在会员中心里,点此查看
返回结果

失败时:

{
    "success": false,
    "info": "非法请求"
}
              
                

成功时:

{
    "itemid": "587779529405",
    "title": "小ck黑色高跟鞋女细跟职业2020春夏新款百搭尖头正装工作中跟单鞋",
    "images": ["//img.alicdn.com/imgextra/i1/2202052431/O1CN015atsbf1TpRKwiVhcb_!!2202052431.jpg", "//img.alicdn.com/imgextra/i1/2202052431/O1CN01sZdzLP1TpRMveqmGf_!!2202052431.jpg", "//img.alicdn.com/imgextra/i1/2202052431/O1CN01vMuPPr1TpRMqBCHav_!!2202052431.jpg", "//img.alicdn.com/imgextra/i4/2202052431/O1CN01Y6Qt981TpRMw7gtzl_!!2202052431.jpg", "//img.alicdn.com/imgextra/i4/2202052431/O1CN01BZobyD1TpRMlb72Vz_!!2202052431.jpg"],
    "shopName": "莎莎女鞋 高端定制",
    "shopUrl": "tmall://page.tm/shop?item_id=587779529405&shopId=154943610",
    "fans": "561",
    "allItems": "14",
    "newItems": "5",
    "shopType": "C",
    "shopNick": "zoushen债",
    "shopLevel": "9",
    "shopStarts": "2016-04-15 20:08:38",
    "shopGoodRate": "99.66%",
    "favors": "324",
    "comments": "36",
    "balance": "5488",
    "point": "0",
    "success": true,
    "info": ""
}

                
返回参数
名称 类型 描述
itemid string 商品id
title string 商品标题
shopName string 店铺名称
shopUrl string 店铺网址
fans string 店铺粉丝数
allItems string 店铺商品数
newItems string 店铺上新数
shopType string 店铺类型,B:天猫,C:淘宝
shopNick string 卖家昵称
shopLevel string 店铺级别,对应: https://consumerservice.taobao.com/self-help#page=issue-detail&knowledgeId=847753
shopStarts string 店铺开店时间
shopGoodRate string 店铺好评率
favors string 商品收藏数
comments string 商品评价数
images string 商品图片