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
    • 获取用户信息
      POST
    • 获取用户发布
      POST
    • 获取微博详情
      POST
    • 获取微博评论
      POST
    • 获取微博子评论
      POST
    • 获取话题详情
      POST
    • 获取话题数据
      POST
    • 获取短视频信息
      POST
    • 搜索
      POST
    • 获取用户视频列表
      POST
  • 哔哩哔哩API
    • 获取视频信息
    • 视频下载
    • 获取用户所有动态
    • 搜索数据
    • 获取视频评论
    • 获取用户信息
  • 头条 | 西瓜 API
    • 获取头条视频详情
    • 获取西瓜视频详情
    • 获取西瓜用户信息
    • 获取西瓜用户主页发布
    • 获取头条文章详情
  • 榜单API
    • 抖音热点分类
    • 抖音实时上升热点榜
    • 抖音城市列表
    • 抖音同城热点榜单
    • 抖音实时挑战榜
    • 抖音热点总榜
    • 抖音榜单相关视频
    • 抖音用户粉丝画像
    • 抖音用户粉丝兴趣
    • 抖音视频点赞观众画像
    • 抖音视频榜单
  • youtube
    • 获取视频信息
    • 获取视频评论
    • 搜索数据
    • 获取频道播放列表
    • 获取播放列表视频
  • cookie池
    • 新增小红书cookie
    • 获取小红书cookie 
    • 删除小红书指定cookie
  • 创作者API
    • 小红书创作者接口
      • 发布图文笔记
      • 发布视频笔记
      • 获取@用户列表
      • 获取话题列表
      • 笔记评论
      • 删除笔记评论
      • 评论用户
      • 关注用户
      • 取消关注用户
      • 收藏笔记
      • 取消收藏笔记
      • 点赞笔记
      • 点赞评论
      • 取消点赞评论
      • 取消点赞笔记
      • 获取商品
    • 抖音创作者接口
      • 发布图集作品
      • 发布视频作品
  1. 微博API

搜索

正式环境
正式环境
POST
/api/weibo/search_data

请求参数

Body 参数application/json
keyword
string 
搜索关键词
必需
page
string 
页码
必需
type
string 
必需
类型:1:综合,61:实时,3:用户,60:热门,64:视频,63:图片,21:文章,38:话题,98:超话
示例
{
    "keyword":"台风",
    "page":"1",
    "type":"1"
}

示例代码

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/weibo/search_data' \
--header 'Content-Type: application/json' \
--data-raw '{
    "keyword":"台风",
    "page":"1",
    "type":"1"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
ok
integer 
必需
data
object 
必需
示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "ok": 0,
        "data": {
            "cardlistInfo": {
                "is_first_level": 0,
                "v_p": "string",
                "containerid": "string",
                "total": 0,
                "starttime": 0,
                "search_request_id": "string",
                "search_ssid": "string",
                "can_shared": 0,
                "page_size": "string",
                "cardlist_head_cards": [
                    {
                        "head_type": 0,
                        "head_type_name": "string",
                        "show_menu": 0,
                        "menu_scheme": "string",
                        "channel_list": [
                            {
                                "id": "string",
                                "name": "string",
                                "default_add": 0,
                                "must_show": 0,
                                "scheme": "string",
                                "containerid": "string",
                                "actionlog": {
                                    "act_code": 0,
                                    "ext": "string",
                                    "luicode": null,
                                    "uicode": null,
                                    "fid": "string",
                                    "lfid": null
                                },
                                "type": "string"
                            }
                        ]
                    }
                ],
                "common_hide_type": {
                    "1022:10080809fe3e333a5af4a7316ad41029b13874": 0,
                    "1022:10080874fd518eab8cfd5431514bb4f4d93405": 0
                },
                "toolbar_menus": [
                    {
                        "skip_format": 0,
                        "type": "string",
                        "name": "string",
                        "pic": "string",
                        "is_expand": 0,
                        "params": {
                            "scheme": "string",
                            "menu_list": [
                                {
                                    "skip_format": 0,
                                    "type": "string",
                                    "name": "string",
                                    "params": {
                                        "scheme": "string"
                                    },
                                    "actionlog": {
                                        "act_code": 0,
                                        "ext": "string",
                                        "luicode": null,
                                        "fid": "string",
                                        "lfid": null
                                    },
                                    "scheme": "string"
                                }
                            ]
                        },
                        "actionlog": {
                            "act_code": 0,
                            "ext": "string",
                            "luicode": null,
                            "fid": "string",
                            "lfid": null
                        },
                        "scheme": {
                            "index": "string"
                        }
                    }
                ],
                "show_style": 0,
                "shared_text": "string",
                "share_containerid": "string",
                "cardlist_title": "string",
                "desc": "string",
                "portrait": "string",
                "shared_text_qrcode": "string",
                "share_content": {
                    "custom_share_path": "string",
                    "description": "string",
                    "icon": "string"
                },
                "page": 0
            },
            "cards": [
                {
                    "card_type": 0,
                    "card_group": [
                        {
                            "card_type": 0,
                            "anchorId": "string",
                            "itemid": "string",
                            "desc1": "string",
                            "desc2": "string",
                            "desc2_struct": [
                                {
                                    "name": "string",
                                    "scheme": "string"
                                }
                            ],
                            "scheme": "string",
                            "user": {
                                "id": 0,
                                "screen_name": "string",
                                "profile_image_url": "string",
                                "profile_url": "string",
                                "statuses_count": 0,
                                "verified": true,
                                "verified_type": 0,
                                "verified_type_ext": 0,
                                "verified_reason": "string",
                                "close_blue_v": true,
                                "description": "string",
                                "gender": "string",
                                "mbtype": 0,
                                "svip": 0,
                                "urank": 0,
                                "mbrank": 0,
                                "follow_me": true,
                                "following": true,
                                "follow_count": 0,
                                "followers_count": "string",
                                "followers_count_str": "string",
                                "cover_image_phone": "string",
                                "avatar_hd": "string",
                                "like": true,
                                "like_me": true,
                                "badge": {
                                    "unread_pool": 0,
                                    "unread_pool_ext": 0,
                                    "dzwbqlx_2016": 0,
                                    "user_name_certificate": 0,
                                    "wenda_v2": 0,
                                    "double11_2018": 0,
                                    "weibo_display_fans": 0,
                                    "relation_display": 0,
                                    "hongbaofei_2019": 0,
                                    "status_visible": 0,
                                    "hongrenjie_2019": 0,
                                    "china_2019": 0,
                                    "hongbao_2020": 0,
                                    "feiyan_2020": 0,
                                    "daka_2020": 0,
                                    "pc_new": 0,
                                    "mi_2020": 0,
                                    "vpick_2020": 0,
                                    "hongrenjie_2020": 0,
                                    "china_2020": 0,
                                    "hongbaofeifuniu_2021": 0,
                                    "nihaoshenghuojie_2021": 0,
                                    "gaokao_2021": 0,
                                    "zhongcaouser_2021": 0,
                                    "hongbaofei2022_2021": 0,
                                    "video_visible": 0,
                                    "gaokao_2022": 0,
                                    "zhongqiujie_2022": 0,
                                    "guoq_2022": 0,
                                    "yayunhuiguoqi_2023": 0,
                                    "user_identity_auth": 0
                                },
                                "special_follow": true,
                                "desc1": "string",
                                "desc2": null
                            },
                            "actionlog": {
                                "act_code": 0,
                                "ext": "string",
                                "luicode": null,
                                "uicode": null,
                                "fid": "string",
                                "lfid": null
                            },
                            "buttons": [
                                {
                                    "type": "string",
                                    "name": "string",
                                    "name_after": "string",
                                    "pic": "string",
                                    "pic_after": "string",
                                    "params": {
                                        "uid": 0
                                    },
                                    "sub_type": 0,
                                    "actionlog": {
                                        "act_code": 0,
                                        "ext": "string",
                                        "luicode": null,
                                        "fid": "string",
                                        "lfid": null
                                    },
                                    "scheme": "string"
                                }
                            ],
                            "analysis_extra": "string",
                            "cate_id": "string"
                        }
                    ],
                    "show_type": 0,
                    "anchorId": "string",
                    "is_hotweibo": 0,
                    "display_socialtitle": 0,
                    "display_followbtn": 0,
                    "mblog": {
                        "ad_marked": true,
                        "attitudes_count": 0,
                        "bmiddle_pic": "string",
                        "can_edit": true,
                        "cardid": "string",
                        "comment_manage_info": {
                            "approval_comment_type": 0,
                            "comment_permission_type": 0,
                            "comment_sort_type": 0
                        },
                        "comments_count": 0,
                        "content_auth": 0,
                        "created_at": "string",
                        "darwin_tags": [
                            {
                                "bd_object_type": "string",
                                "display_name": "string",
                                "enterprise_uid": null,
                                "mapi_url": "string",
                                "object_id": "string",
                                "object_type": "string",
                                "pc_url": "string"
                            }
                        ],
                        "delThreeYearsStatus": 0,
                        "digit_attr": 0,
                        "dispatch_ctrl": 0,
                        "extern_safe": 0,
                        "f_level": 0,
                        "f_level_1": 0,
                        "f_level_2": 0,
                        "fans": 0,
                        "favorited": true,
                        "hot_page": {
                            "feed_detail_type": 0,
                            "fid": "string"
                        },
                        "id": "string",
                        "isLongText": true,
                        "is_paid": true,
                        "item_category": "string",
                        "mblog_vip_type": 0,
                        "mblogtype": 0,
                        "mid": "string",
                        "mlevel": 0,
                        "new_comment_style": 0,
                        "number_display_strategy": {
                            "apply_scenario_flag": 0,
                            "display_text": "string",
                            "display_text_min_number": 0
                        },
                        "original_pic": "string",
                        "oversea_filter": "string",
                        "oversea_pass": "string",
                        "pending_approval_count": 0,
                        "picStatus": "string",
                        "pic_ids": [
                            "string"
                        ],
                        "pic_num": 0,
                        "region_name": "string",
                        "region_opt": 0,
                        "reposts_count": 0,
                        "reprint_cmt_count": 0,
                        "rid": "string",
                        "show_additional_indication": 0,
                        "show_mlevel": 0,
                        "source": "string",
                        "status": 0,
                        "status_city": "string",
                        "status_country": "string",
                        "status_province": "string",
                        "text": "string",
                        "textLength": 0,
                        "thumbnail_pic": "string",
                        "user": {
                            "id": 0,
                            "screen_name": "string",
                            "profile_image_url": "string",
                            "profile_url": "string",
                            "statuses_count": 0,
                            "verified": true,
                            "verified_type": 0,
                            "verified_type_ext": 0,
                            "verified_reason": "string",
                            "close_blue_v": true,
                            "description": "string",
                            "gender": "string",
                            "mbtype": 0,
                            "svip": 0,
                            "urank": 0,
                            "mbrank": 0,
                            "follow_me": true,
                            "following": true,
                            "follow_count": 0,
                            "followers_count": "string",
                            "followers_count_str": "string",
                            "cover_image_phone": "string",
                            "avatar_hd": "string",
                            "like": true,
                            "like_me": true,
                            "badge": {
                                "aoyun_2021": 0,
                                "bind_taobao": 0,
                                "china_2019": 0,
                                "city_university": 0,
                                "companion_card": 0,
                                "dailv_2018": 0,
                                "dailv_2020": 0,
                                "dzwbqlx_2016": 0,
                                "dzwbqlx_2019": 0,
                                "fishfarm_2021": 0,
                                "follow_whitelist_video": 0,
                                "fu_2019": 0,
                                "gaokao_2021": 0,
                                "gaokao_2023": 0,
                                "hongbao_2020": 0,
                                "hongbaofei2022_2021": 0,
                                "hongbaofei_2019": 0,
                                "hongbaofeijika_2021": 0,
                                "hongrenjie_2019": 0,
                                "hongrenjie_2020": 0,
                                "hongrenjie_2021": 0,
                                "hongrenjie_2022": 0,
                                "iplocationchange_2022": 0,
                                "lol_gm_2017": 0,
                                "mi_2020": 0,
                                "muqinjie_2023": 0,
                                "nvzu_2023": 0,
                                "party_cardid_state": 0,
                                "pc_new": 0,
                                "qixi_2018": 0,
                                "school_2020": 0,
                                "shuang11_2019": 0,
                                "super_star_2017": 0,
                                "super_star_2018": 0,
                                "travel_2017": 0,
                                "user_identity_auth": 0,
                                "user_name_certificate": 0,
                                "v_influence_2018": 0,
                                "video_attention": 0,
                                "wbzy_2018": 0,
                                "wbzy_2019": 0,
                                "weibozhiye_2020": 0,
                                "weibozhiyebobao_2021": 0,
                                "wenchuan_10th": 0,
                                "womensday_2018": 0,
                                "worldcup_2018": 0,
                                "yijia7_2020": 0,
                                "ylpshuidao_2021": 0,
                                "zongyiji": 0,
                                "bddxrrdongaohui_2022": 0,
                                "biyeji_2022": 0,
                                "dailv": 0,
                                "dailv_2022": 0,
                                "daka_2020": 0,
                                "gaokao_2022": 0,
                                "gaokaojiayou_2023": 0,
                                "graduation_2020": 0,
                                "hongkong_2019": 0,
                                "hongrenjienew_2022": 0,
                                "kaixue21_2021": 0,
                                "kaixueji_2022": 0,
                                "kaixueji_2023": 0,
                                "newdongaohui_2022": 0,
                                "ranghongbaofei_2023": 0,
                                "suishoupai_2018": 0,
                                "suishoupai_2019": 0,
                                "video_visible": 0,
                                "wusi_2019": 0,
                                "yingxionglianmengs11_2021": 0,
                                "yinyuejie21_2021": 0,
                                "biyeji_2023": 0,
                                "relation_display": 0,
                                "status_visible": 0,
                                "weibo_display_fans": 0,
                                "yayunhuiguoqi_2023": 0,
                                "anniversary": 0,
                                "duanwujie_2023": 0,
                                "feiyan_2020": 0,
                                "hongbaofeifuniu_2021": 0,
                                "china_2019_2": 0,
                                "china_2020": 0,
                                "enterprise": 0,
                                "gangqi_2022": 0,
                                "gongjiri_2019": 0,
                                "guoq_2022": 0,
                                "guoqi_2022": 0,
                                "hope_2020": 0,
                                "laoshiyeyeni_2023": 0,
                                "lol_s8": 0,
                                "macao_2019": 0,
                                "memorial_2018": 0,
                                "national_day_2018": 0,
                                "nihaochuntian_2022": 0,
                                "renrengongyijie_2022": 0,
                                "rrgyj_2019": 0,
                                "shouhuan_2019": 0,
                                "shuidao_2022": 0,
                                "weibozhiyexianxia_2021": 0,
                                "wenda_v2": 0,
                                "yaya_panda": 0,
                                "yuanlongping_2021": 0,
                                "zhongqiujie_2022": 0,
                                "dumei_2022": 0,
                                "gongyi_2020": 0,
                                "social_content": 0,
                                "self_media": 0,
                                "chunjiesheyingdasai_2023": 0,
                                "dongaohui_2022": 0,
                                "renrengongyijie_2021": 0,
                                "starlight_2019": 0,
                                "unread_pool": 0,
                                "unread_pool_ext": 0,
                                "biyeji_2021": 0,
                                "lvzhilingyang_2021": 0,
                                "renrengongyijie_2023": 0,
                                "zaolang_2020": 0,
                                "cz_wed_2017": 0,
                                "dailu_2021": 0,
                                "dailv_2019": 0,
                                "league_badge": 0,
                                "nihaoshenghuojie_2021": 0,
                                "panda": 0
                            },
                            "special_follow": true
                        },
                        "visible": {
                            "list_id": 0,
                            "type": 0
                        },
                        "content_auth_exemption": 0,
                        "content_auth_info": {
                            "content_auth_title": "string",
                            "content_auth_title_color": "string",
                            "content_auth_border_color": "string"
                        },
                        "content_auth_info_dark": {
                            "content_auth_title": "string",
                            "content_auth_title_color": "string",
                            "content_auth_border_color": "string"
                        },
                        "button_business_no": "string",
                        "most_attitude_type": 0,
                        "buttons": [
                            {
                                "sub_type": 0,
                                "name": "string",
                                "pic": "string",
                                "scheme": "string",
                                "params": {
                                    "type": "string",
                                    "uid": 0,
                                    "extparams": {
                                        "followcardid": "string"
                                    }
                                },
                                "show_loading": 0,
                                "type": "string",
                                "actionlog": {
                                    "act_code": 0,
                                    "ext": "string",
                                    "luicode": null,
                                    "uicode": null,
                                    "fid": "string",
                                    "lfid": null
                                }
                            }
                        ],
                        "allow_intercept_like": 0,
                        "itemid": null,
                        "analysis_extra": "string",
                        "pics": [
                            {
                                "pid": "string",
                                "url": "string",
                                "size": "string",
                                "geo": {
                                    "width": 0,
                                    "height": 0,
                                    "croped": true
                                },
                                "large": {
                                    "size": "string",
                                    "url": "string",
                                    "geo": {
                                        "width": "string",
                                        "height": "string",
                                        "croped": true
                                    }
                                },
                                "videoSrc": "string",
                                "type": "string"
                            }
                        ],
                        "bid": "string",
                        "falls_pic_focus_point": [
                            null
                        ],
                        "pic_flag": 0,
                        "pic_focus_point": [
                            {
                                "focus_point": {
                                    "height": 0,
                                    "left": 0,
                                    "top": 0,
                                    "width": 0
                                },
                                "pic_id": "string"
                            }
                        ],
                        "pic_rectangle_object": [
                            null
                        ],
                        "safe_tags": 0,
                        "fid": 0,
                        "page_info": {
                            "type": "string",
                            "object_type": 0,
                            "url_ori": "string",
                            "page_pic": {
                                "height": 0,
                                "is_self_cover": 0,
                                "pid": "string",
                                "source": 0,
                                "type": 0,
                                "url": "string",
                                "width": 0
                            },
                            "page_url": "string",
                            "object_id": "string",
                            "page_title": "string",
                            "title": "string",
                            "content1": "string",
                            "content2": "string",
                            "video_orientation": "string",
                            "play_count": "string",
                            "media_info": {
                                "stream_url": "string",
                                "stream_url_hd": "string",
                                "duration": 0
                            },
                            "urls": {
                                "mp4_720p_mp4": "string",
                                "mp4_hd_mp4": "string",
                                "mp4_ld_mp4": "string"
                            }
                        },
                        "attitude_dynamic_members_message": {
                            "bgimg": "string",
                            "colorT": "string",
                            "default_media_url": "string",
                            "media_id": "string",
                            "media_url": "string",
                            "portrait": "string",
                            "protocol": "string",
                            "scene_show_option": 0,
                            "scheme": "string",
                            "type": 0,
                            "user_grace_setting": {
                                "en_US": "string",
                                "zh_CN": "string",
                                "zh_TW": "string"
                            }
                        },
                        "is_imported_topic": true,
                        "jump_type": 0,
                        "social_time_info": "string",
                        "sync_mblog": true,
                        "topic_id": "string",
                        "edit_at": "string",
                        "edit_count": 0,
                        "bus_flag": 0
                    },
                    "itemid": "string",
                    "actionlog": {
                        "act_code": 0,
                        "ext": "string",
                        "luicode": null,
                        "uicode": null,
                        "fid": "string",
                        "lfid": null
                    },
                    "cate_id": "string",
                    "display_arrow": 0,
                    "scheme": "string",
                    "container_color": "string",
                    "container_color_dark": "string"
                }
            ],
            "ext_trans": {
                "search_ssid": "string",
                "page_refresh_time": 0,
                "unify_new_bubble_opt": 0
            },
            "scheme": "string",
            "showAppTips": 0
        }
    }
}
修改于 2024-09-25 17:15:56
上一页
获取短视频信息
下一页
获取用户视频列表
Built with