接口使用场景等说明:【特别公告】
抖音精选联盟官方平台于3月13日关闭,请参考 https://www.veapi.cn/gonggao/detail_84.html
做为平替,将由穿山甲接口替代,佣金直接在本站会员中心结算。
详情见穿山甲API说明 https://www.veapi.cn/apidoc/douyindouke/369
本接口用于抖客查询开通直播间分销业务的直播间列表。
返回值中的 buyin_id 可用于进一步查看直播间商品(查询直播间商品接口参考https://www.veapi.cn/apidoc/douyindouke/342)
环境 | http 地址 | https 地址 |
---|---|---|
正式环境 | http://api.veapi.cn/douke/live_ShareMaterial | 暂无 |
参数名称 | 参数类型 | 必填 | 示例值 | 描述 |
---|---|---|---|---|
vekey | String | 是 | V123M56 | 公共参数,接口秘钥,请在会员中心获取 |
author_type | Int32 | 否 | 1 | 1 品牌 2 达人(默认值) |
author_levels | List | 否 | 1 | 作者电商等级,0-7级 |
frist_cids | List | 否 | 23 | 商品行业类目,列表类型;使用活动类目接口获取 |
author_info | String | 否 | 我的昵称 | 达人昵称或者账号 |
page | Int64 | 否 | 1 | 分页,1开始 |
page_size | Int64 | 否 | 20 | 分页大小,默认20,最大100 |
sort_by | Int32 | 否 | 1 | 排序字段: 默认1-综合;2-销量;3-佣金率;4-粉丝数 |
sort_type | Int32 | 否 | 0 | 排序方式:默认0-降序;1-升序 |
live_status | Int64 | 否 | 1 | 开关播状态:默认0:所有,1:开播,2:关播 |
GET/POST http://api.veapi.cn/douke/live_ShareMaterial?vekey=xxx&author_type=1
$api="http://api.veapi.cn/douke/live_ShareMaterial?vekey=xxx&author_type=1"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $api); //curl_setopt($ch, CURLOPT_POST, true); //POST方式时启用 //curl_setopt($ch, CURLOPT_POSTFIELDS, $postData ); //POST方式时传参 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); //如果使用https请启用 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); //如果使用https请启用 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true ); //返回数据流,不直接输出 curl_setopt($ch, CURLOPT_ENCODING, 'gzip'); //使用gzip压缩传输让访问更快 curl_setopt($ch, CURLOPT_TIMEOUT, 6); //允许执行的最长秒数。这里设定6S curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); $result = curl_exec($ch); $info = curl_getinfo($ch); curl_close($ch); echo $result; //返回值
import cn.hutool.http.HttpResponse; import cn.hutool.http.HttpRequest; public class testGetParam { public static void main(String[] args) { // API网址 String url = "http://api.veapi.cn/douke/live_ShareMaterial?vekey=xxx&author_type=1"; // JDK 8u111版本后,若目标页面为HTTPS协议,请启用proxy用户密码鉴权 //System.setProperty("jdk.http.auth.tunneling.disabledSchemes", ""); // 发送请求 String result = HttpRequest.get(url) .timeout(10000)//设置超时,毫秒 .execute().body(); System.out.println(result); } }
import requests # 要访问的API网页 target_url = "http://api.veapi.cn/douke/live_ShareMaterial?vekey=xxx&author_type=1" # 发送请求 response = requests.get(target_url) # 获取页面内容 if response.status_code == 200: print response.text
参数名称 | 参数类型 | 示例值 | 描述 |
---|---|---|---|
total | Int64 | 20 | 总数 |
author_openid | String | fdfwe | 达人open_id |
author_name | String | 我是kol | 达人昵称 |
author_pic | String | http://fake.png | 头像 |
author_level | Int64 | 1 | 达人等级 |
product_category | List | 测试类目 | 商品类别 |
province | String | 广东 | 作者省份 |
city | String | 广州 | 作者城市 |
average_gmv | String | 1111111 | 场均gmv |
fans_num | Int64 | 222 | 粉丝数量 |
average_commission_rate | String | 30 | 平均佣金率 |
room_id | String | 1234567890 | 直播间id |
is_live | Bool | true | 正在直播 |
is_ecom | Bool | true | 正在带货直播 |
gender | String | male | 性别 male/ female/ 未知 |
buyin_id | String | 6523908954358943 | 主播百应ID |
live_preview_auth | Bool | false | 该达人是否开通了直播预告权限 |
has_redpack | Bool | false | 该达人是否配置了生效中的抖客红包 |
{ "error": "0", "msg": "查询成功!", "data": { "data": [ { "author_level": 5, "author_name": "半亩花田官方旗舰店", "author_openid": "1@#aLAvWRekIA6c0zbFuKoK6QFqjjAwvRJM97LrtzUIgs3X8QBRfjpQOnwDtmJAUEFnzJ/t8fapazT50GqbKQ==", "author_pic": "https://p3-aio.ecombdimg.com/origin/aweme-avatar/tos-cn-avt-0015_74a5fa1176e319857bed529753370f07", "average_commission_rate": "7.00", "average_gmv": "10万-50万", "buyin_id": "6945951948789203230", "city": "", "fans_num": 2035746, "gender": "female", "has_redpack": false, "is_ecom": true, "is_live": true, "live_preview_auth": true, "product_category": [ "个护家清" ], "province": "", "room_id": "7216864535129492261" } ], "total": 2211 }, "request_id": "bTFk1EB" }