uid转sec_uid def get_uid(self, uid): headers = { "Accept": "application/json, text/plain, */*", "Referer": "https://www.douyin.com/", "Accept-Language": "zh-CN,zh;q=0.9", "Proxy-Tunnel": str(random.randint(1, 10000)) # 设置IP切换头 } response = requests.get(url, header...
抖音id转sec_uid获取方法:1、打开抖音app,进入到对应的用户的主页,点击页面右下角的“个人主页”按键,在下方出现的UI上连续点击3次便可进入到抖音自带的调试工具页面。2、点击页面右上角的“复制链接”按钮,将该链接复制到设备剪贴板中,将刚才复制到的链接粘贴到浏览器地址栏中,并按下回车键。
您在查找抖音的sec_uid怎么获取吗?抖音短视频帮您找到更多精彩的视频内容!让每一个人看见并连接更大的世界,让现实生活更美好
{"status_code":0,"user_info":{"uid":"59424687354","aweme_count":10,"following_count":42,"verification_type":1,"original_musician":{"music_count":0,"music_used_count":0},"followers_detail":null,"platform_sync_info":null,"secret":0,"type_label":null,"nickname":"PVP","avatar_thumb...
sec_uid是uid的一个加密值,基本所有接口需要传用户ID的都是使用sec_uid。这个应该是后台加密计算出来的 另外接口请求失败的话不一定是X-bogus计算有问题,可能s_v_web_id参数没有滑块验证成功,请求失败没有响应体,所以测试的时候这点要注意 采集效率可以使用线程池的手段,但是还是得控制好任务提交速度。抖音反爬虫...
sec_uid: "MS4wLjABAAAAdF9Z1vPg4RS2cEFOeODIvUo66TIsv65QzJA8HvhP7Qs", type_label: null, show_favorite_list: false, card_entries: [ { type: 1, title: "进入橱窗", sub_title: "123件好物", goto_url: "sslocal://goods/shop?uid=101671481967&sec_uid=MS4wLjABAAAAdF9Z1vPg4RS2cEFOeO...
"sec_uid": "MS4wLjABAAAAQCcY59_JTBd8G0SI340tkx6TQlAy3_vcy9vnJmh3FhXdrPIyp-Rsoc50fGpKRknZ", "type_label": null, "show_favorite_list": true, "card_entries": [ ], "mix_info": null }, "extra": { "logid": "20231022205929C8CFD80F6143A8229EA3", ...
"uid": "59898870726", "youtube_expire_time": 0, "with_shop_entry": false, "geofencing": [], "school_name": "", "enterprise_verify_reason": "", "user_rate": 1, "share_qrcode_uri": "216a00215063b305b5ba", "avatar_larger": { ...
2020年9月18日,又更新了,需要在链接后面加上sec_uid 把这个链接替换到之前发的代码里面就可以正常使用了。 2021/03/03更新(可用) 用户信息还可以使用上面的接口。 分享页面用户信息接口: https://www.iesdouyin.com/web/api/v2/user/info/ 2021/06/21更新 ...
sec_uid="+res.match(/sec_uid=(.*?)&/)[1];res1=http.get(url).body.json().user_info;message={"昵称":res1.nickname,"签名":res1.signature,"用户uid":res1.uid,"抖音号":res1.short_id,"获赞数":res1.total_favorited,"关注数":res1.following_count,"粉丝数":res1.follower_count,...