全部
在线测试
淘宝店铺信息
接口地址: http://api.vv-tool.com/tool/accounts/tbshopitems
接口介绍: 淘宝店铺信息 点击查看详情
请求方式: POST
传参方式: form-data
返回格式: JSON
接口收费: 查询 1 次,计 1 次调用
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
shop_id | string | 是 | 店铺 id |
请求示例
shop_id:123
请求代码示例
cURL请求代码示例
curl --location --request POST 'http://api.vv-tool.com/tool/accounts/searchpush' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxx' \
--header 'Cookie: __yjs_duid=1_631b442499ed9f835d199def5892e4091628487614220; PHPSESSID=ic0nn0e4lisu5ibtlu1p6jemtp; _csrf=ee1444c21eba49721795232d2ac67b6aea635af167980d93ad8071db474c6082a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%220_hg6UsihGG8nTywgFSQw3C4ilh0gPfo%22%3B%7D' \
--form 'shop_id="123"'
PHP请求代码示例
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'http://api.vv-tool.com/tool/accounts/searchpush',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS => array('shop_id' => '123'),
CURLOPT_HTTPHEADER => array(
'Authorization: Bearer xxxxxxxxxxxxxxxxxxx',
'Cookie: __yjs_duid=1_631b442499ed9f835d199def5892e4091628487614220; PHPSESSID=ic0nn0e4lisu5ibtlu1p6jemtp; _csrf=ee1444c21eba49721795232d2ac67b6aea635af167980d93ad8071db474c6082a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%220_hg6UsihGG8nTywgFSQw3C4ilh0gPfo%22%3B%7D'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
JAVA请求代码示例
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = new MultipartBody.Builder().setType(MultipartBody.FORM)
.addFormDataPart("shop_id","123")
.build();
Request request = new Request.Builder()
.url("http://api.vv-tool.com/tool/accounts/searchpush")
.method("POST", body)
.addHeader("Authorization", "Bearer xxxxxxxxxxxxxxxxxxx")
.addHeader("Cookie", "__yjs_duid=1_631b442499ed9f835d199def5892e4091628487614220; PHPSESSID=ic0nn0e4lisu5ibtlu1p6jemtp; _csrf=ee1444c21eba49721795232d2ac67b6aea635af167980d93ad8071db474c6082a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%220_hg6UsihGG8nTywgFSQw3C4ilh0gPfo%22%3B%7D")
.build();
Response response = client.newCall(request).execute();
响应参数
参数 | 类型 | 描述 |
---|---|---|
msg | string | 返回码描述 |
msec | int | 接口执行时间 |
time | int | 接口返回时间 |
data | object | 返回数据信息 |
cat_names | string | 主营类目名称列表 |
cids | array | 主营类目 id 列表 |
city | string | 所在地 |
dsr | object | 店铺动态评分 |
collect_count | string | 收藏数 |
good_comt | string | 好评率 |
href | string | 店铺链接 |
icon | string | 店铺信誉图标 |
is_tmall | string | 是否天猫 |
is_tmall_global | string | 是否天猫国际 |
item_count | string | 宝贝数 |
level | string | 卖家等级 |
nick | string | 旺旺名 |
phone | string | 电话(不一定返回) |
phone_ex | string | 额外的电话(不一定返回) |
prov | string | 所在城市 |
rate_sum | string | 是否天猫 |
shop_id | string | 店铺 id |
shop_img | string | 店铺 logo |
shop_name | string | 店铺名称 |
shop_type | string | 店铺类型,taobao 淘宝,tmall 天猫 |
starts | string | 开店时间 |
total_sold | string | 店铺月销 |
uid | string | 卖家 id |
返回数据
{
"code": 200,
"data": {
"catNames": "童装/婴儿装/亲子装;饰品/流行首饰/时尚饰品新;童鞋/婴儿鞋/亲子鞋",
"cids": [
50008165,
50013864,
122650005
],
"city": "",
"code": 200,
"collectCount": 1040,
"dsr": {
"cg": "48.64",
"consignmentScore": "4.9",
"merchandisScore": "4.9",
"mg": "55.95",
"sellerGoodPercent": "99.65%",
"serviceScore": "4.9",
"sg": "57.34"
},
"good-comt": "99.65%",
"href": "https://shop285792507.taobao.com",
"icon": "//img.alicdn.com/newrank/s_blue_3.gif",
"isTmall": false,
"isTmallGlobal": false,
"itemCount": 137,
"level": 8,
"nick": "湛蓝",
"phone": "",
"phone_ex": "",
"prov": "",
"rateSum": 8,
"shop_id": 285792507,
"shop_img": "//img.alicdn.com/imgextra/i2/6000000000461/O1CN01ZB1wkN1FHBHvs8bD7_!!6000000000461-0-shopmanager.jpg",
"shop_name": "小城堡",
"shop_type": "taobao",
"starts": 1628773390,
"totalSold": 112,
"uid": 3198262616
}
}
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 | |
100 | 请求参数错误 | 检查您的请求参数是否正确 |
101 | 请求超时,请重试 | 检查您的网络情况或者联系客服解决 |
200 | 系统错误,请联系客服 | 检查您的接口地址填写是否正确,其他问题联系客服解决 |
202 | 系统错误,请稍后再试 | 稍后重试,或者联系对接群 |
203 | 暂不支持当前接口 | |
204 | 请求异常:无该接口权限,请前往官网开通正式接口。 | 前往官网开通该接口权限 |
204 | 请求异常:API 调用次数不足,请前往网站兑换次数。 | 前往官网充值该接口调用次数 |
401 | 身份凭证无效 | 在请求头中添加 access_token,重新更新 token |
404 | 请求路径或请求方式错误 | 请更换请求方式或者检查路径是否正确 |