加载接口文档…
13
累计调用
793ms
平均响应
100.00%
服务可用性
20 次/日
免费额度
Cookie 传完整字符串即可(须含 sessionid),表单文本或 JSON 都可以,不必拆成多个字段。也可放 Header X-Douyin-Cookie。GET 时请把整段 cookie URL 编码。
| 名称 | 类型 | 说明 |
|---|---|---|
| url | string | 可选 · 抖音用户主页链接(短链或长链)。与 sec_user_id 二选一 · 示例:https://www.douyin.com/user/MS4wLjABAAAA... |
| sec_user_id | string | 可选 · 网页用户 ID。与 url 二选一;也认 sec_uid · 示例:MS4wLjABAAAA... |
| cookie | string | 必填 · 抖音网页登录后的完整 Cookie,整段传入(须含 sessionid)。文本或 JSON 均可,不要拆成 sessionid / ttwid 等多个字段 · 示例:ttwid=...; sessionid=... |
| count | int | 可选 · 返回条数 1–20,默认 10 · 示例:10 |
| max_cursor | int | 可选 · 翻页游标,默认 0;下一页传上次的 next_cursor · 示例:0 |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 |
|---|---|---|
| sec_user_id | string | 解析后的用户 ID |
| count | int | 本次实际条数 |
| asked | int | 本次请求的 count |
| max_cursor | int | 本次翻页起点 |
| next_cursor | int | 下一页游标,传给 max_cursor |
| has_more | bool | 是否还有下一页 |
| author | object | 作者摘要:sec_uid / unique_id / nickname / avatar |
| list | array | 作品卡片:aweme_id / title / media_type / video_url / share_url / cover_url / images / author_name / like_count / comment_count / share_count / collect_count / play_count / duration / duration_text / is_top / publish_ts / publish_time |
| source | object | 数据来源说明 |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"list": [
{
"title": "2026年618什么手机值得买?",
"images": [],
"is_top": false,
"aweme_id": "7512345678901234567",
"duration": 847,
"cover_url": "https://p3-pc-sign.douyinpic.com/example.jpeg",
"video_url": "https://www.douyin.com/video/7512345678901234567",
"like_count": 116000,
"media_type": "video",
"play_count": 890000,
"author_name": "小白测评",
"publish_time": "2026-05-20 12:00:00",
"duration_text": "14:07"
}
],
"asked": 10,
"count": 10,
"author": {
"avatar": "https://p3.douyinpic.com/example.jpeg",
"sec_uid": "MS4wLjABAAAA...",
"nickname": "小白测评",
"unique_id": "example"
},
"has_more": true,
"max_cursor": 0,
"next_cursor": 1758711687000,
"sec_user_id": "MS4wLjABAAAA...",
"tips": "极数本源 · https://apizero.cn"
}仅返回抖音用户主页中的公开作品链接与公开字段,供检索、研究与合规审核。禁止用于侵权抓取、批量搬运或绕过平台限制。数据以抖音实时返回为准。Cookie 由调用方自行提供,本服务不存储登录态。