- 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
/api/douyin/user_profile_sale
📌
请求参数
Body 参数application/json
sec_user_id
string
可选
share_text
string
可选
sessionid
string
必需
示例
{
"sec_user_id": "MS4wLjABAAAAcmS1UJphcbKEcmAQvWC8KLIyKCmzHIMGAl4L2Jhaw9QLV0O3PwSZVJJF31erxLXu",
"share_text": "",
"sessionid": ""
}
示例代码
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_profile_sale' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_user_id":"MS4wLjABAAAAcmS1UJphcbKEcmAQvWC8KLIyKCmzHIMGAl4L2Jhaw9QLV0O3PwSZVJJF31erxLXu",
"share_text":"",
"sessionid":""
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
path
string
必需
data
object
必需
status_code
integer
必需
window_header_bff
object
必需
示例
{
"code": 0,
"msg": "string",
"path": "string",
"data": {
"status_code": 0,
"window_header_bff": {
"other_info": {
"avatar_medium": {
"uri": "string",
"url_list": [
"string"
]
},
"avatar_medium_background_rgb": "string",
"cart_entry_info": {
"jump_url": "string"
},
"detail_url": "string",
"extra_params": {
"header_improve_status": "string"
},
"fans_club_info": {
"fans_club_level": 0,
"fans_club_url": "string",
"fans_config": {
"bubble_color": "string",
"jump_text": "string",
"jump_text_color": "string",
"prompt_text": "string",
"prompt_text_color": "string",
"seperator_color": "string",
"show_limit": 0
},
"join_status": true,
"open_fans_club": true
},
"follow_status": 0,
"im_entry": {
"icon": {
"height": 0,
"url_list": [
"string"
],
"width": 0
}
},
"nick_name": "string",
"nick_name_suffix": "string",
"order_url": "string",
"reputation": {
"sales": "string",
"salesNum": 0,
"text": "string"
},
"window_guide_display": true,
"window_guide_text": "string",
"window_show_follow_button": true
},
"sections": [
{
"items": [
{
"author": {
"author_guide_info_bottom": [
{
"infos": [
{
"color": "string",
"margin_left": 0,
"margin_right": 0,
"text": "string"
}
]
}
],
"author_guide_info_top": [
{
"infos": [
{
"color": "string",
"margin_left": 0,
"margin_right": 0,
"text": "string"
}
]
}
],
"avatar_medium": {
"uri": "string",
"url_list": [
"string"
]
},
"fans_amount_des": "string",
"fans_info": {
"amount": "string",
"text": "string"
},
"follow_status": 0,
"new_reputation_style": true,
"reputation": {
"sales": "string",
"salesNum": 0,
"text": "string"
}
},
"item_type": 0,
"lynx_common_card": {
"lynx_config": "string",
"lynx_data": "string"
}
}
],
"section_style": {
"margin_bottom": 0,
"margin_left": 0,
"margin_right": 0,
"margin_top": 0
}
}
]
}
}
}
修改于 2024-09-25 17:15:56