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

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

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

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

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

  • 接口地址:https://www.taofake.com.cn/api/taobao/shopInfoV3[参数] 获取私钥
  • 请求方式:POST/GET
  • 返回格式:JSON
  • 请求示例:https://www.taofake.com.cn/api/taobao/shopInfoV3?kw=[关键词]&kt=[关键词类型]&sign=[sign]&app_id=[APPID]&timestamp=[时间戳函数]
  • 接口备注:查询1次,计1次调用

请求参数说明:

名称类型必填示例值说明
kwstring2207937571202关键词, 必填
ktstringsellerid关键词类型 (与关键词kw相对应,shopid:店铺id / sellerid:卖家id / nick:旺旺名,必填)
signString67deebee082d446da21768c20e86310a3714eb8b为了验证用户身份,以及确保参数不被中间人篡改,需要传递调用者的数字签名。【小写】sign=sha1(kw + kt + app_id + appsecret + timestamp);
app_idString5b68434f29330淘发客应用id
timestampString1394276508客户端时间。
时间戳,格式如:1394276508

返回参数说明:

名称类型默认值说明
codeint
返回码
dataarray
数据查询结果
├─ codeint
查询状态码,0是正常,404为店铺信息不存在
├─ catNamesstring
主营类目名称列表
├─ cidsarray
主营类目id列表
├─ citystring
所在城市
├─ collectCountint
收藏数
├─ dsrarray
卖家服务评分
├─ good-comtstring
好评率
├─ hrefstring
店铺链接
├─ iconstring
店铺信誉图标
├─ isTmallbool
是否天猫
├─ isTmallGlobalbool
是否天猫国际
├─ itemCountint
宝贝数
├─ levelstring
卖家等级
├─ nickstring
旺旺名
├─ phonestring
电话
├─ phone_exstring
额外的电话
├─ provstring
所在省份
├─ rateSumint
卖家信誉等级
├─ shop_idint
店铺id
├─ shop_imgstring
店铺logo
├─ shop_namestring
店铺名称
├─ shop_typearray
店铺类型,taobao 淘宝,tmall 天猫
├─ startsint
开店时间(时间戳)
├─ totalSoldint
店铺月销
├─ uidint
卖家id
msgstring
返回说明

JSON返回示例:

{
	"code": 0,
	"data": {
		"catNames": "男装",
		"cids": [30],
		"city": "",
		"code": 0,
		"collectCount": 4576,
		"dsr": {
			"cg": "23.94",
			"consignmentScore": "4.9",
			"merchandisScore": "4.8",
			"mg": "7.74",
			"sellerGoodPercent": "99.30%",
			"serviceScore": "4.8",
			"sg": "14.32"
		},
		"good-comt": "99.30%",
		"href": "https:\/\/shop510907151.taobao.com",
		"icon": "\/\/img.alicdn.com\/newrank\/s_cap_2.gif",
		"isTmall": false,
		"isTmallGlobal": false,
		"itemCount": 316,
		"level": 12,
		"nick": "彤彤定制",
		"phone": "",
		"phone_ex": "",
		"prov": "",
		"rateSum": 12,
		"shop_id": 510907151,
		"shop_img": "\/\/img.alicdn.com\/imgextra\/i3\/6000000002531\/O1CN01bQn9Ui1UZF8qlfvDF_!!6000000002531-0-shopmanager.jpg",
		"shop_name": "嘿鲨鱼先森",
		"shop_type": "taobao",
		"starts": 1587995202,
		"totalSold": 783,
		"uid": 2207937571202
	},
	"msg": "success"
}