MoreAPI
  1. 抖音API
MoreAPI
  • MoreAPI接口说明
  • 更新记录
  • 抖音API
    • 获取视频详情
      POST
    • 获取视频详情 V3
      POST
    • 获取视频详情V4
      POST
    • 获取用户信息
      POST
    • 获取用户信息 _V2
      POST
    • 获取用户信息 _V3
      POST
    • 获取用户信息 _V4
      POST
    • 获取直播间信息与视频流直链
      POST
    • 获取视频一级评论
      POST
    • 获取视频子评论
      POST
    • 综合搜索
      POST
    • 获取开放直播间用户列表
      POST
    • 搜索话题
      POST
    • 获取话题视频
      POST
    • 获取视频弹幕
      POST
    • 搜索用户
      POST
    • 搜索用户V2
      POST
    • 搜索用户V3
      POST
    • 搜索直播用户
      POST
    • 搜索直播用户V2
      POST
    • 获取视频短连接
      POST
    • 生成视频抖音码
      POST
    • 获取用户主页发布
      POST
    • 获取直播间商品列表
      POST
    • 搜索视频
      POST
    • 搜索音乐
      POST
    • 获取音乐详情
      POST
    • 获取话题详情
      POST
    • 获取音乐相关视频
      POST
    • 搜索视频V2
      POST
    • 获取用户最新作品V2
      POST
    • 获取用户合集
      POST
    • 获取合集视频列表
      POST
    • 搜索用户指定作品
      POST
    • 用户喜欢的作品
      POST
    • 搜索长尾关键词
      POST
    • 热点讨论
      POST
    • 获取短剧详细信息
      POST
    • 获取短剧视频列表
      POST
    • 获取用户短剧集
      POST
    • 用户橱窗销售信息
      POST
    • 获取合集信息
      POST
  • TikTok
    • 获取视频详情
    • 获取用户详情
    • 获取视频一级评论
    • 获取视频二级评论
    • 获取用户主页作品
  • Lemon8
    • 获取作品详情
    • 获取用户信息
    • 获取用户发布列表
  • 快手API
    • 获取用户基本信息
    • 获取视频详情
    • 获取视频详情
    • 获取用户发布
    • 获取视频评论
    • 搜索视频
    • 获取话题相关
  • 小红书API
    • 获取笔记详情
    • 获取用户信息
    • 获取用户笔记
    • 获取笔记评论
    • 获取笔记子评论
    • 搜索笔记
    • 搜索用户
    • 搜索话题
    • 获取主页推荐
    • 获取登录二维码
    • 搜索联想关键词
    • 检查扫码结果
    • 当前登录的用户信息
    • 当前用户的评论和@
    • 当前用户的赞和收藏
    • 当前用户的新增关注
    • 获取分享code
    • 获取分享短链
    • 获取笔记详情html
    • 获取匿名cookie
    • 获取用户信息html
  • 微博API
    • 获取用户信息
    • 获取用户发布
    • 获取微博详情
    • 获取微博评论
    • 获取微博子评论
    • 获取话题详情
    • 获取话题数据
    • 获取短视频信息
    • 搜索
    • 获取用户视频列表
  • 哔哩哔哩API
    • 获取视频信息
    • 视频下载
    • 获取用户所有动态
    • 搜索数据
    • 获取视频评论
    • 获取用户信息
  • 头条 | 西瓜 API
    • 获取头条视频详情
    • 获取西瓜视频详情
    • 获取西瓜用户信息
    • 获取西瓜用户主页发布
    • 获取头条文章详情
  • 榜单API
    • 抖音热点分类
    • 抖音实时上升热点榜
    • 抖音城市列表
    • 抖音同城热点榜单
    • 抖音实时挑战榜
    • 抖音热点总榜
    • 抖音榜单相关视频
    • 抖音用户粉丝画像
    • 抖音用户粉丝兴趣
    • 抖音视频点赞观众画像
    • 抖音视频榜单
  • youtube
    • 获取视频信息
    • 获取视频评论
    • 搜索数据
    • 获取频道播放列表
    • 获取播放列表视频
  • cookie池
    • 新增小红书cookie
    • 获取小红书cookie 
    • 删除小红书指定cookie
  • 创作者API
    • 小红书创作者接口
      • 发布图文笔记
      • 发布视频笔记
      • 获取@用户列表
      • 获取话题列表
      • 笔记评论
      • 删除笔记评论
      • 评论用户
      • 关注用户
      • 取消关注用户
      • 收藏笔记
      • 取消收藏笔记
      • 点赞笔记
      • 点赞评论
      • 取消点赞评论
      • 取消点赞笔记
      • 获取商品
    • 抖音创作者接口
      • 发布图集作品
      • 发布视频作品
  1. 抖音API

热点讨论

正式环境
正式环境
POST
/api/douyin/hot_spot_aladdin

请求参数

Body 参数application/json
sentence_id
string 
必需
热点ID(可使用榜单API获取)
sort_type
string 
必需
排序 0:综合, 1,:最新
cursor
string 
翻页游标
必需
示例
{
    "sentence_id":"1745518",
    "sort_type":"0",
    "cursor":"0"
}

示例代码

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/hot_spot_aladdin' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sentence_id":"1745518",
    "sort_type":"0",
    "cursor":"0"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
additional_info
object 
必需
aweme_list
array[string]
必需
background_config
object 
必需
bottom_bar_desc
string 
必需
card_list
array [object {2}] 
必需
cursor
integer 
必需
extra
object 
必需
has_more
boolean 
必需
log_pb
object 
必需
status_code
integer 
必需
status_msg
string 
必需
示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "additional_info": {},
        "aweme_list": [
            "string"
        ],
        "background_config": {},
        "bottom_bar_desc": "string",
        "card_list": [
            {
                "card_type": 0,
                "data": {
                    "aweme_info": {
                        "anchors": null,
                        "author": {
                            "accept_private_policy": true,
                            "account_region": "string",
                            "ad_cover_url": null,
                            "apple_account": 0,
                            "authority_status": 0,
                            "avatar_168x168": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "avatar_300x300": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "avatar_larger": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "avatar_medium": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "avatar_thumb": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "avatar_uri": "string",
                            "aweme_control": {
                                "can_comment": true,
                                "can_forward": true,
                                "can_share": true,
                                "can_show_comment": true
                            },
                            "aweme_count": 0,
                            "aweme_hotsoon_auth": 0,
                            "awemehts_greet_info": "string",
                            "ban_user_functions": [
                                "string"
                            ],
                            "bind_phone": "string",
                            "birthday": "string",
                            "can_set_geofencing": null,
                            "card_entries": null,
                            "card_entries_not_display": null,
                            "card_sort_priority": null,
                            "cf_list": null,
                            "cha_list": null,
                            "close_friend_type": 0,
                            "comment_filter_status": 0,
                            "comment_setting": 0,
                            "commerce_user_level": 0,
                            "constellation": 0,
                            "contacts_status": 0,
                            "contrail_list": null,
                            "cover_url": [
                                {
                                    "height": 0,
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "width": 0
                                }
                            ],
                            "create_time": 0,
                            "custom_verify": "string",
                            "cv_level": "string",
                            "data_label_list": null,
                            "display_info": null,
                            "download_prompt_ts": 0,
                            "download_setting": 0,
                            "duet_setting": 0,
                            "enable_nearby_visible": true,
                            "endorsement_info_list": null,
                            "enterprise_verify_reason": "string",
                            "favoriting_count": 0,
                            "fb_expire_time": 0,
                            "follow_status": 0,
                            "follower_count": 0,
                            "follower_list_secondary_information_struct": null,
                            "follower_request_status": 0,
                            "follower_status": 0,
                            "followers_detail": null,
                            "following_count": 0,
                            "gender": 0,
                            "geofencing": [
                                "string"
                            ],
                            "google_account": "string",
                            "has_email": true,
                            "has_facebook_token": true,
                            "has_insights": true,
                            "has_orders": true,
                            "has_twitter_token": true,
                            "has_unread_story": true,
                            "has_youtube_token": true,
                            "hide_location": true,
                            "hide_search": true,
                            "homepage_bottom_toast": null,
                            "im_role_ids": null,
                            "ins_id": "string",
                            "interest_tags": null,
                            "is_ad_fake": true,
                            "is_binded_weibo": true,
                            "is_block": true,
                            "is_blocked_v2": true,
                            "is_blocking_v2": true,
                            "is_cf": 0,
                            "is_discipline_member": true,
                            "is_gov_media_vip": true,
                            "is_mix_user": true,
                            "is_not_show": true,
                            "is_phone_binded": true,
                            "is_star": true,
                            "is_verified": true,
                            "item_list": null,
                            "ky_only_predict": 0,
                            "language": "string",
                            "link_item_list": null,
                            "live_agreement": 0,
                            "live_agreement_time": 0,
                            "live_commerce": true,
                            "live_high_value": 0,
                            "live_status": 0,
                            "live_verify": 0,
                            "location": "string",
                            "max_follower_count": 0,
                            "need_points": null,
                            "need_recommend": 0,
                            "neiguang_shield": 0,
                            "new_friend_type": 0,
                            "new_story_cover": null,
                            "nickname": "string",
                            "offline_info_list": null,
                            "personal_tag_list": null,
                            "platform_sync_info": null,
                            "prevent_download": true,
                            "react_setting": 0,
                            "reflow_page_gid": 0,
                            "reflow_page_uid": 0,
                            "region": "string",
                            "relative_users": null,
                            "risk_notice_text": "string",
                            "room_id": 0,
                            "school_category": 0,
                            "school_id": "string",
                            "school_name": "string",
                            "school_poi_id": "string",
                            "school_type": 0,
                            "search_impr": {
                                "entity_id": "string"
                            },
                            "sec_uid": "string",
                            "secret": 0,
                            "share_info": {
                                "share_desc": "string",
                                "share_desc_info": "string",
                                "share_qrcode_url": {
                                    "height": 0,
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "width": 0
                                },
                                "share_title": "string",
                                "share_title_myself": "string",
                                "share_title_other": "string",
                                "share_url": "string",
                                "share_weibo_desc": "string"
                            },
                            "share_qrcode_uri": "string",
                            "shield_comment_notice": 0,
                            "shield_digg_notice": 0,
                            "shield_follow_notice": 0,
                            "short_id": "string",
                            "show_image_bubble": true,
                            "show_nearby_active": true,
                            "signature": "string",
                            "signature_display_lines": 0,
                            "signature_extra": null,
                            "special_follow_status": 0,
                            "special_lock": 0,
                            "special_people_labels": null,
                            "status": 0,
                            "stitch_setting": 0,
                            "story_count": 0,
                            "story_open": true,
                            "sync_to_toutiao": 0,
                            "text_extra": null,
                            "total_favorited": 0,
                            "tw_expire_time": 0,
                            "twitter_id": "string",
                            "twitter_name": "string",
                            "type_label": null,
                            "uid": "string",
                            "unique_id": "string",
                            "unique_id_modify_time": 0,
                            "user_age": 0,
                            "user_canceled": true,
                            "user_mode": 0,
                            "user_not_see": 0,
                            "user_not_show": 0,
                            "user_period": 0,
                            "user_permissions": null,
                            "user_rate": 0,
                            "user_tags": null,
                            "verification_type": 0,
                            "verify_info": "string",
                            "video_icon": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "weibo_name": "string",
                            "weibo_schema": "string",
                            "weibo_url": "string",
                            "weibo_verify": "string",
                            "white_cover_url": null,
                            "with_commerce_entry": true,
                            "with_dou_entry": true,
                            "with_fusion_shop_entry": true,
                            "with_shop_entry": true,
                            "youtube_channel_id": "string",
                            "youtube_channel_title": "string",
                            "youtube_expire_time": 0,
                            "aweme_hotsoon_auth_relation": 0
                        },
                        "author_user_id": 0,
                        "aweme_control": {
                            "can_comment": true,
                            "can_forward": true,
                            "can_share": true,
                            "can_show_comment": true
                        },
                        "aweme_id": "string",
                        "aweme_type": 0,
                        "cha_list": null,
                        "challenge_position": null,
                        "chapter_list": null,
                        "city": "string",
                        "cmt_swt": true,
                        "collect_stat": 0,
                        "collection_corner_mark": 0,
                        "comment_gid": 0,
                        "comment_list": null,
                        "commerce_config_data": null,
                        "commerce_info": {
                            "ad_type": 0,
                            "is_ad": true
                        },
                        "cover_labels": null,
                        "create_time": 0,
                        "desc": "string",
                        "disable_relation_bar": 0,
                        "dislike_dimension_list": null,
                        "dislike_dimension_list_v2": null,
                        "distance": "string",
                        "duration": 0,
                        "feed_comment_config": {},
                        "geofencing": null,
                        "geofencing_regions": null,
                        "group_id": "string",
                        "have_dashboard": true,
                        "hybrid_label": null,
                        "image_comment": {},
                        "image_infos": null,
                        "image_list": null,
                        "images": null,
                        "img_bitrate": null,
                        "impression_data": {
                            "group_id_list_a": null,
                            "group_id_list_b": null,
                            "group_id_list_c": null,
                            "similar_id_list_a": null,
                            "similar_id_list_b": null
                        },
                        "interaction_stickers": null,
                        "is_ads": true,
                        "is_collects_selected": 0,
                        "is_duet_sing": true,
                        "is_fantasy": true,
                        "is_first_video": true,
                        "is_hash_tag": 0,
                        "is_in_scope": true,
                        "is_karaoke": true,
                        "is_life_item": true,
                        "is_pgcshow": true,
                        "is_relieve": true,
                        "is_share_post": true,
                        "is_top": 0,
                        "is_vr": true,
                        "item_comment_settings": 0,
                        "item_duet": 0,
                        "item_react": 0,
                        "item_share": 0,
                        "item_stitch": 0,
                        "label_top_text": null,
                        "libfinsert_task_id": "string",
                        "long_video": null,
                        "media_type": 0,
                        "nearby_level": 0,
                        "nickname_position": null,
                        "origin_comment_ids": null,
                        "origin_text_extra": [
                            "string"
                        ],
                        "original_images": null,
                        "packed_clips": null,
                        "position": null,
                        "prevent_download": true,
                        "region": "string",
                        "relation_labels": null,
                        "report_action": true,
                        "should_open_ad_report": true,
                        "show_follow_button": {},
                        "social_tag_list": null,
                        "statistics": {
                            "aweme_id": "string",
                            "comment_count": 0,
                            "digg_count": 0,
                            "download_count": 0,
                            "forward_count": 0,
                            "play_count": 0,
                            "share_count": 0
                        },
                        "status": {
                            "allow_comment": true,
                            "allow_friend_recommend": true,
                            "allow_friend_recommend_guide": true,
                            "allow_self_recommend_to_friend": true,
                            "allow_share": true,
                            "aweme_edit_info": {
                                "button_status": 0,
                                "button_toast": "string",
                                "edit_status": 0,
                                "has_modified_all": true
                            },
                            "aweme_id": "string",
                            "download_status": 0,
                            "in_reviewing": true,
                            "is_delete": true,
                            "is_private": true,
                            "is_prohibited": true,
                            "listen_video_status": 0,
                            "part_see": 0,
                            "private_status": 0,
                            "review_result": {},
                            "reviewed": 0,
                            "self_see": true,
                            "with_fusion_goods": true,
                            "with_goods": true
                        },
                        "suggest_words": {
                            "suggest_words": [
                                {
                                    "hint_text": "string",
                                    "icon_url": "string",
                                    "scene": "string",
                                    "words": [
                                        {
                                            "info": "string",
                                            "word": "string",
                                            "word_id": "string"
                                        }
                                    ]
                                }
                            ]
                        },
                        "uniqid_position": null,
                        "user_digged": 0,
                        "user_recommend_status": 0,
                        "video": {
                            "animated_cover": {
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ]
                            },
                            "audio": {},
                            "big_thumbs": [
                                {
                                    "duration": 0,
                                    "fext": "string",
                                    "img_num": 0,
                                    "img_url": "string",
                                    "img_urls": [
                                        "string"
                                    ],
                                    "img_x_len": 0,
                                    "img_x_size": 0,
                                    "img_y_len": 0,
                                    "img_y_size": 0,
                                    "interval": 0,
                                    "uri": "string",
                                    "uris": [
                                        "string"
                                    ]
                                }
                            ],
                            "bit_rate": [
                                {
                                    "FPS": 0,
                                    "HDR_bit": "string",
                                    "HDR_type": "string",
                                    "bit_rate": 0,
                                    "format": "string",
                                    "gear_name": "string",
                                    "is_bytevc1": 0,
                                    "is_h265": 0,
                                    "play_addr": {
                                        "data_size": 0,
                                        "file_cs": "string",
                                        "file_hash": "string",
                                        "height": 0,
                                        "uri": "string",
                                        "url_key": "string",
                                        "url_list": [
                                            "string"
                                        ],
                                        "width": 0
                                    },
                                    "quality_type": 0,
                                    "video_extra": "string"
                                }
                            ],
                            "bit_rate_audio": null,
                            "cdn_url_expired": 0,
                            "cover": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "download_addr": {
                                "data_size": 0,
                                "file_cs": "string",
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "download_suffix_logo_addr": {
                                "data_size": 0,
                                "file_cs": "string",
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "duration": 0,
                            "dynamic_cover": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "format": "string",
                            "has_download_suffix_logo_addr": true,
                            "has_watermark": true,
                            "height": 0,
                            "is_bytevc1": 0,
                            "is_callback": true,
                            "is_h265": 0,
                            "is_source_HDR": 0,
                            "meta": "string",
                            "misc_download_addrs": "string",
                            "need_set_token": true,
                            "origin_cover": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "play_addr": {
                                "data_size": 0,
                                "file_cs": "string",
                                "file_hash": "string",
                                "height": 0,
                                "uri": "string",
                                "url_key": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "play_addr_265": {
                                "data_size": 0,
                                "file_cs": "string",
                                "file_hash": "string",
                                "height": 0,
                                "uri": "string",
                                "url_key": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "play_addr_h264": {
                                "data_size": 0,
                                "file_cs": "string",
                                "file_hash": "string",
                                "height": 0,
                                "uri": "string",
                                "url_key": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "play_addr_lowbr": {
                                "data_size": 0,
                                "file_cs": "string",
                                "file_hash": "string",
                                "height": 0,
                                "uri": "string",
                                "url_key": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "ratio": "string",
                            "tags": null,
                            "use_static_cover": true,
                            "width": 0,
                            "horizontal_type": 0,
                            "is_long_video": 0,
                            "video_model": "string"
                        },
                        "video_control": {
                            "allow_douplus": true,
                            "allow_download": true,
                            "allow_duet": true,
                            "allow_dynamic_wallpaper": true,
                            "allow_music": true,
                            "allow_react": true,
                            "allow_record": true,
                            "allow_share": true,
                            "allow_stitch": true,
                            "disable_record_reason": "string",
                            "download_ignore_visibility": true,
                            "download_info": {
                                "level": 0,
                                "fail_info": {
                                    "code": 0,
                                    "msg": "string",
                                    "reason": "string"
                                }
                            },
                            "draft_progress_bar": 0,
                            "duet_ignore_visibility": true,
                            "duet_info": {
                                "level": 0,
                                "fail_info": {
                                    "code": 0,
                                    "reason": "string"
                                }
                            },
                            "prevent_download_type": 0,
                            "share_grayed": true,
                            "share_ignore_visibility": true,
                            "share_type": 0,
                            "show_progress_bar": 0,
                            "timer_status": 0
                        },
                        "video_labels": null,
                        "video_tag": null,
                        "video_text": [
                            "string"
                        ],
                        "vr_type": 0,
                        "with_promotional_music": true,
                        "without_watermark": true,
                        "xigua_task": {
                            "is_xigua_task": true
                        },
                        "anchor_info": {
                            "content": "string",
                            "extra": "string",
                            "icon": {
                                "height": 0,
                                "uri": "string",
                                "url_key": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "id": "string",
                            "log_extra": "string",
                            "style_info": {
                                "default_icon": "string",
                                "extra": "string",
                                "scene_icon": "string"
                            },
                            "title": "string",
                            "title_tag": "string",
                            "type": 0,
                            "mp_url": "string",
                            "open_url": "string",
                            "web_url": "string"
                        },
                        "fake_horizontal_info": {
                            "bottom": 0,
                            "left": 0,
                            "right": 0,
                            "top": 0
                        },
                        "horizontal_type": 0,
                        "poi_info": {
                            "address_info": {
                                "ad_code_v2": "string",
                                "address": "string",
                                "city": "string",
                                "city_code": "string",
                                "city_code_v2": "string",
                                "country": "string",
                                "country_code": "string",
                                "district": "string",
                                "province": "string",
                                "simple_addr": "string"
                            },
                            "collect_stat": 0,
                            "collected_count": "string",
                            "cover_hd": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "cover_large": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "cover_medium": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "cover_thumb": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "distance": "string",
                            "effect_ids": null,
                            "expand_type": 0,
                            "ext_json": "string",
                            "fulfill_task_list": null,
                            "icon_on_entry": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "icon_on_info": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "icon_on_map": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            },
                            "icon_service_type_list": null,
                            "icon_type": 0,
                            "is_admin_area": true,
                            "is_at_call_back_collect": true,
                            "is_food_group_buy": true,
                            "item_count": 0,
                            "poi_backend_type": {
                                "code": "string",
                                "name": "string"
                            },
                            "poi_card": {
                                "is_show": 0
                            },
                            "poi_detail_tags": null,
                            "poi_frontend_type": null,
                            "poi_id": "string",
                            "poi_latitude": 0,
                            "poi_longitude": 0,
                            "poi_name": "string",
                            "poi_ranks": null,
                            "poi_subtitle": "string",
                            "poi_subtitle_type": 0,
                            "popularity": "string",
                            "quality_score": 0,
                            "service_type_list": null,
                            "share_info": {
                                "bool_persist": 0,
                                "share_desc": "string",
                                "share_desc_info": "string",
                                "share_title": "string",
                                "share_title_myself": "string",
                                "share_title_other": "string",
                                "share_url": "string",
                                "share_weibo_desc": "string"
                            },
                            "show_type": 0,
                            "type_code": "string",
                            "user_count": 0,
                            "view_count": "string",
                            "voucher_release_areas": null
                        }
                    },
                    "comment_info": {
                        "aweme_id": "string",
                        "can_share": true,
                        "cid": "string",
                        "create_time": 0,
                        "digg_count": 0,
                        "group_id": 0,
                        "image_list": [
                            {
                                "crop_url": {
                                    "height": 0,
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "width": 0
                                },
                                "medium_url": {
                                    "height": 0,
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "width": 0
                                },
                                "origin_url": {
                                    "height": 0,
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "width": 0
                                }
                            }
                        ],
                        "ip_label": "string",
                        "label_list": null,
                        "reply_comment": null,
                        "reply_comment_total": 0,
                        "reply_to_reply_id": "string",
                        "reply_to_userid": "string",
                        "service_id": 0,
                        "status": 0,
                        "text": "string",
                        "text_extra": [
                            "string"
                        ],
                        "text_music_info": null,
                        "user": {
                            "ad_cover_url": null,
                            "avatar_schema_list": null,
                            "avatar_thumb": {
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ]
                            },
                            "ban_user_functions": null,
                            "batch_unfollow_contain_tabs": null,
                            "batch_unfollow_relation_desc": null,
                            "can_set_geofencing": null,
                            "card_entries": null,
                            "card_entries_not_display": null,
                            "card_sort_priority": null,
                            "cf_list": null,
                            "cha_list": null,
                            "contrail_list": null,
                            "cover_url": null,
                            "custom_verify": "string",
                            "data_label_list": null,
                            "display_info": null,
                            "endorsement_info_list": null,
                            "enterprise_verify_reason": "string",
                            "familiar_visitor_user": null,
                            "follow_status": 0,
                            "follower_list_secondary_information_struct": null,
                            "followers_detail": null,
                            "geofencing": null,
                            "homepage_bottom_toast": null,
                            "im_role_ids": null,
                            "interest_tags": null,
                            "item_list": null,
                            "link_item_list": null,
                            "need_points": null,
                            "new_story_cover": null,
                            "nickname": "string",
                            "not_seen_item_id_list": null,
                            "not_seen_item_id_list_v2": null,
                            "offline_info_list": null,
                            "personal_tag_list": null,
                            "platform_sync_info": null,
                            "profile_mob_params": null,
                            "relative_users": null,
                            "sec_uid": "string",
                            "signature_extra": null,
                            "special_people_labels": null,
                            "text_extra": null,
                            "type_label": null,
                            "uid": "string",
                            "user_permissions": null,
                            "user_tags": null,
                            "verification_permission_ids": null,
                            "white_cover_url": null
                        },
                        "user_digged": 0,
                        "video_list": null
                    },
                    "raw_data": "string"
                }
            }
        ],
        "cursor": 0,
        "extra": {
            "logid": "string",
            "now": 0
        },
        "has_more": true,
        "log_pb": {
            "impr_id": "string"
        },
        "status_code": 0,
        "status_msg": "string"
    }
}
修改于 2024-09-25 17:15:56
上一页
搜索长尾关键词
下一页
获取短剧详细信息
Built with