seller_info-获得淘宝店铺详情 注册开通
onebound.taobao.seller_info
| 名称 | 类型 | 必须 | 描述 |
|---|---|---|---|
| key | String | 是 | 调用key(必须以GET方式拼接在URL中) |
| secret | String | 是 | 调用密钥 |
| api_name | String | 是 | API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等] |
| cache | String | 否 | [yes,no]默认yes,将调用缓存的数据,速度比较快 |
| result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读 |
| lang | String | 否 | [cn,en,ru]翻译语言,默认cn简体中文 |
| version | String | 否 | API版本 |
请求参数:nick=优衣库官方旗舰店&shop_url=uniqlo.tmall.com/?spm=a220o.…
参数说明:nick:掌柜昵称
shop_url:PC端店铺主页地址
Version: Date:
| 名称 | 类型 | 必须 | 示例值 | 描述 |
|---|---|---|---|---|
| shop_id | Bigint | 0 | 店铺ID | |
| sid | Bigint | 0 | ||
| seller_id | Bigint | 0 | 卖家ID | |
| nick | String | 0 | 掌柜名字 | |
| shop_name | String | 0 | 店铺名 | |
| shop_type | String | 0 | 店铺类型 | |
| shop_url | String | 0 | 店铺主页 | |
| level | Mix | 0 | 店铺等级 | |
| score | Mix | 0 | 店铺评分 | |
| tel | String | 0 | 电话 | |
| data_from | String | 0 |
-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/seller_info/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&nick=lin130021&shop_url=https://shop63387065.taobao.com/"
"user": {
"shop_id": "57303596",
"sid": "57303596",
"seller_id": "196993935",
"nick": "优衣库官方旗舰店",
"shop_name": "优衣库官方旗舰店",
"shop_type": "B",
"shop_url": "https://uniqlo.tmall.com/?spm=a220o.1000855.1997427721.d4918089.390e68526ISF7J/",
"level": [],
"score": [
{
"score_type": "描述相符",
"score": "4.8",
"socre_text": "高于35.22%"
},
{
"score_type": "服务态度",
"score": "4.8",
"socre_text": "高于17.51%"
},
{
"score_type": "发货速度",
"score": "4.8",
"socre_text": "高于20.68%"
}
],
"tel": "",
"data_from": "PC"
},
"secache": "23cc4caabb609add02a2097678826be4",
"secache_time": 1667453838,
"secache_date": "2022-11-03 13:37:18",
"translate_status": "",
"translate_time": 0,
"language": {
"default_lang": "cn",
"current_lang": "cn"
},
"error": "",
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:72 max:10100 all[250=72+33+145];expires:2030-12-31",
"execution_time": "0.515",
"server_time": "Beijing/2022-11-03 13:37:18",
"client_ip": "106.6.39.250",
"call_args": {
"nick": "优衣库官方旗舰店",
"shop_url": "https://uniqlo.tmall.com/?spm=a220o.1000855.1997427721.d4918089.390e68526ISF7J/"
},
"api_type": "taobao",
"translate_language": "zh-CN",
"translate_engine": "google_new",
"server_memory": "1MB",
"request_id": "gw-4.6363538d9589f",
"last_id": "1331033214"
}