抖音账号信息实时采集服务
更新时间:2026-03-20 11:10:36
API测试
申请API调用
基本信息
接口描述:根据输入的账号主页url实时采集数据,然后将采集后的内容返回。
请求方式:post
请求地址:
base/douyincrawl/urlac
请求参数格式:application/json
输入参数
参数名称
类型
是否必填
描述
url
string
是
需要采集的url链接
输出参数
参数名称
类型
描述
uid
String
账号id
screenName
String
账号昵称
description
String
账号简介
profileUrl
String
账号头像图片链接
verified
String
认证标识
followersCount
String
粉丝数
friendsCount
String
关注数
statusesCount
String
发文数
url
String
主页地址
调用示例
http://[域名]/opens/api/base/douyincrawl/url
输入示例
{
“url”:”https://www.douyin.com/user/MS4wLjABAAAAC_ROjYmsFbjLG95oHP3F2bv7lApsw8HkdIIaEG0a6qZqo6MC9QFA-7CJpvHpdmy_?enter_method=video_title&from_gid=6984951909211852067&author_id=3315779556611519&group_id=6984951909211852067&log_pb=%7B%22impr_id%22%3A%22202109131549490102121640355D055F61%22%7D&enter_from=main_page”
}
输出示例
{
"code": 200,
"msg": "成功",
"data": {
"content": [
{
"url": "https://weibo.com/xinhuashidian",
"name": "新华社",
"friendsNum": 5374597239453,
//.......
},
//.......
]}
}
接口说明
无
在线测试
请求方式:
POST
*url:
确定
重置
请求结果
错误码
其他错误码详见
公共错误码。