短视频账号信息查询接口
更新时间:2026-03-20 11:10:36
API测试
申请API调用
基本信息
接口描述:根据输入的短视频渠道名称和站点名称查询指定渠道下的账号信息。
请求方式:post
请求地址:
gonggao/svideouser/list
请求参数格式:application/json
输入参数
参数名称
类型
是否必填
描述
screenName
string
是
账号名称,多值使用“,”分隔或“;”分隔,单次查询的数量不超过100个
输出参数
参数名称
类型
描述
code
string
接口状态码,200为正常,其他为错误码
msg
string
接口的错误描述信息
errorMsg
string
出现错误时的详细描述,方便开发人员排重问题
requestid
string
当前请求的唯一ID,反馈问题时直接提交此信息
crawlTime
string
采集时间
douyinhao
string
账号注册id(仅查询抖音渠道时返回)
screenName
string
账号名称
description
string
账号简介
profileUrl
string
账号头像图片链接
followersCount
string
粉丝数
friendsCount
string
关注数
statusesCount
string
发文数
url
string
主页地址
调用示例
http://[域名]/opens/api/gonggao/svideouser/list?
输入示例
{
"medium":"douyin",
"screenName":"石狮日报"
}
输出示例
{
"code": 200,
"msg": "请求成功",
"requestid": "288af5adde564f41914fd18fda5f77cf",
"data": [
{
"crawlTime": "2024-04-08 10:16:27",
"douyinhao": "1991612636",
"screenName": "有只小猪游深圳",
"description": "吃喝玩,在深圳#",
"profileUrl": "https://p3-pc.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_165ad9b9c176455289ca6e0430d5578a.jpeg?from=2956013662",
"followersCount": "3765",
"friendsCount": "870",
"statusesCount": "1960",
"url": "https://www.douyin.com/user/MS4wLjABAAAAehA_LhLQoVe3JLS3P8jeqa-SDFB8AjP46_ITVIVRwa0"
},
{
"crawlTime": "2024-04-08 09:26:37",
"douyinhao": "mhkziranziyuanju",
"screenName": "自然资源正能量",
"description": "梅河口市自然资源局",
"profileUrl": "https://p3-pc.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-i-0813_f90e8aafc94348d9a275c87f5e46ebb0.jpeg?from=2956013662",
"followersCount": "183",
"friendsCount": "4",
"statusesCount": "34",
"url": "https://www.douyin.com/user/MS4wLjABAAAA4A5BQRKM4Caor1PsqaMNAi4JtZG1oHjxUOEOZUJnz40"
}
]
}
接口说明
无
在线测试
请求方式:
POST
*medium:
*screenName:
确定
重置
请求结果
错误码
其他错误码详见
公共错误码。