- MoreAPI接口说明
- 更新记录
- 抖音API
- 获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情V4POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取用户信息 _V3POST
- 获取用户信息 _V4POST
- 获取直播间信息与视频流直链POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 综合搜索POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题视频POST
- 获取视频弹幕POST
- 搜索用户POST
- 搜索用户V2POST
- 搜索用户V3POST
- 搜索直播用户POST
- 搜索直播用户V2POST
- 获取视频短连接POST
- 生成视频抖音码POST
- 获取用户主页发布POST
- 获取直播间商品列表POST
- 搜索视频POST
- 搜索音乐POST
- 获取音乐详情POST
- 获取话题详情POST
- 获取音乐相关视频POST
- 搜索视频V2POST
- 获取用户最新作品V2POST
- 获取用户合集POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- 搜索长尾关键词POST
- 热点讨论POST
- 获取短剧详细信息POST
- 获取短剧视频列表POST
- 获取用户短剧集POST
- 用户橱窗销售信息POST
- 获取合集信息POST
- TikTok
- Lemon8
- 快手API
- 小红书API
- 微博API
- 哔哩哔哩API
- 头条 | 西瓜 API
- 榜单API
- youtube
- cookie池
- 创作者API
获取用户主页发布
正式环境
正式环境
POST
请求参数
Body 参数application/json
sec_user_id
string | null
必需
示例值:
MS4wLjABAAAAnAGN9Xjl_X2_PJsVeERo6mYg8DKIsjwXMfaEog5Tspg
share_text
string | null
必需
示例值:
长按复制此条消息,打开抖音搜索,查看TA的更多作品。 https://v.douyin.com/ihrfYQ37/
max_cursor
string | null
必需
示例值:
1722682800000
count
enum<string>
可选
枚举值:
12203040
默认值:
0
示例值:
12
filter_type
enum<string> | enum<null>
必需
枚举值:
3
示例值:
3
示例
{
"sec_user_id":"MS4wLjABAAAA-4ILbc78dKlwjqP02uEcaoTqHqLf2gOWQGYXeaLDmwL7GFl_a-SUe0UudM45oT1B",
"share_text":"",
"max_cursor":"",
"count":"12",
"filter_type":""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/douyin/user_post' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_user_id":"MS4wLjABAAAA-4ILbc78dKlwjqP02uEcaoTqHqLf2gOWQGYXeaLDmwL7GFl_a-SUe0UudM45oT1B",
"share_text":"",
"max_cursor":"",
"count":"12",
"filter_type":""
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
示例
{ "code": 200, "msg": "success", "data": { "aweme_list": [ { "risk_infos": { "warn": false, "risk_sink": false, "content": "", "vote": false, "type": 0 }, "video_share_edit_status": 0, "cha_list": [ { "desc": "", "search_impr": { "entity_id": "1675469940854792" }, "author": { "birthday": "", "avatar_larger": { "width": 720, "uri": "", "height": 720, "url_list": [] }, "card_entries_not_display": null, "need_points": null, "is_block": false, "interest_tags": null, "avatar_thumb": { "width": 720, "uri": "", "url_list": [], "height": 720 }, "avatar_medium": { "url_list": [], "uri": "", "height": 720, "width": 720 }, "new_story_cover": null, "user_tags": null, "cha_list": null, "status": 0, "has_email": false, "avatar_168x168": { "uri": "", "url_list": [], "height": 720, "width": 720 }, "signature_extra": null, "offline_info_list": null, "white_cover_url": null, "card_sort_priority": null, "create_time": 0, "bind_phone": "", "can_set_geofencing": null, "platform_sync_info": null, "im_role_ids": null, "text_extra": null, "cover_url": [], "ad_cover_url": null, "uid": "0", "constellation": 0, "user_permissions": null, "item_list": null, "relative_users": null, "type_label": null, "language": "", "show_image_bubble": false, "nickname": "", "contrail_list": null, "card_entries": null, "homepage_bottom_toast": null, "sec_uid": "", "unique_id_modify_time": 0, "unique_id": "", "link_item_list": null, "with_dou_entry": false, "is_phone_binded": false, "personal_tag_list": null, "follow_status": 0, "avatar_300x300": { "uri": "", "height": 720, "width": 720, "url_list": [] }, "data_label_list": null, "followers_detail": null, "display_info": null, "gender": 0, "cf_list": null, "avatar_uri": "", "search_impr": { "entity_id": "0" }, "video_icon": { "uri": "", "url_list": [], "height": 720, "width": 720 }, "signature": "", "special_people_labels": null, "short_id": "0", "endorsement_info
修改于 2024-09-25 17:15:56