当前位置:API市场 > 淘宝卖家店铺基本信息查询V4

淘宝卖家店铺基本信息查询V4

淘宝卖家店铺基本信息,可应用于商品销售情况分析,电商选品分析,品牌口碑挖掘和竞争对手分析等。

接口状态: 异常 更新时间: 2023-04-22 <<暂不接受定制,接口费用不议价,同意后再联系>>
0.008/次

¥100/12500次
100元起充 / 开户费100元

  • 接口地址:https://www.taofake.com.cn/api/taobao/shopInfoV4[参数] 获取私钥
  • 请求方式:POST/GET
  • 返回格式:JSON
  • 请求示例:https://www.taofake.com.cn/api/taobao/shopInfoV4?shop_id=[店铺ID]&seller_id=[卖家ID]&sign=[sign]&app_id=[APPID]&timestamp=[时间戳函数]
  • 接口备注:查询1次,计1次调用

请求参数说明:

名称类型必填示例值说明
shop_idstring510907151店铺ID,shop数字.taobao.com,其中的数字就是店铺ID (shop_id 必填)
seller_idstring
卖家ID (seller_id选填,填了查询速度会更快)
signString67deebee082d446da21768c20e86310a3714eb8b为了验证用户身份,以及确保参数不被中间人篡改,需要传递调用者的数字签名。【小写】sign=sha1(shop_id + seller_id + app_id + appsecret + timestamp);
app_idString5b68434f29330淘发客应用id
timestampString1394276508客户端时间。
时间戳,格式如:1394276508

返回参数说明:

名称类型默认值说明
codeint
返回码
dataarray
数据查询结果
├─ aptitudestring
资质信息
├─ changeSubscribe2Followstring
是否关注
├─ citystring
地址信息
├─ industryLicenseIconarray
行业资质图标
├─ industryLicenseUrlstring
行业资质链接
├─ licenseUrlstring
许可证链接
├─ nickstring
卖家旺旺名
├─ ownerChangePublicityUrlstring
店铺转让公示链接
├─ ownerChangedstring
店铺是否转让
├─ personalManagerstring
是否有个人客服
├─ sellerIdstring
卖家ID
├─ shopIdstring
店铺ID
├─ shopNamestring
店铺名称
├─ shopStatementstring
店铺规则说明链接
├─ startsstring
店铺开店时间(时间戳13位)
├─ url4PersonalManagerstring
个人客服链接
├─ wangwangIconstring
旺旺图标链接
├─ wangwangLinkstring
旺旺聊天链接
├─ xidstring
卖家XID
msgstring
返回说明

JSON返回示例:

{
	"code": 0,
	"data": {
		"aptitude": "2000元",
		"changeSubscribe2Follow": "false",
		"city": "广东省-广州市",
		"industryLicenseIcon": [],
		"industryLicenseUrl": "",
		"licenseUrl": "",
		"nick": "彤彤定制",
		"ownerChangePublicityUrl": "",
		"ownerChanged": "false",
		"personalManager": "true",
		"sellerId": "2207937571202",
		"shopId": "510907151",
		"shopName": "嘿鲨鱼先森",
		"shopStatement": "https:\/\/market.m.taobao.com\/app\/msd\/shop-compliance-h5\/index.html?businessIdentity=TAOBAO&userId=2207937571202#\/personStatementShow",
		"starts": "1587995202000",
		"url4PersonalManager": "\/\/helpcenter.taobao.com\/learn\/knowledge?spm=a1z10.1-c.0.0.589b206egCNdTU&cateId=459019&id=1000107749",
		"wangwangIcon": "\/\/gw.alicdn.com\/tps\/i1\/TB1c4EWFFXXXXb.XFXXWA_BHXXX-48-48.png",
		"wangwangLink": "http:\/\/im.m.taobao.com\/ww\/ad_ww_dialog.htm?to_user=za7Nrrao1sY%3D&shop_id=510907151",
		"xid": "55190ee80cf77783714522b93b2d5c5a"
	},
	"msg": "success"
}