Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大佬,小红书现在通过接口拿不到数据 #72

Open
ymgcs opened this issue Nov 3, 2024 · 4 comments
Open

大佬,小红书现在通过接口拿不到数据 #72

ymgcs opened this issue Nov 3, 2024 · 4 comments

Comments

@ymgcs
Copy link

ymgcs commented Nov 3, 2024

能否修复一下,小红书部分接口是可以拿到的。就是视频数据详细拿不到

@ShilongLee
Copy link
Owner

看了一下,似乎xesctoken做了校验,可以一起研究研究。

@steveEcode
Copy link

研究了一下,這個參數是服務端生成的,網頁無法通過發文id來獲取,且和賬號相關,暫時無解。目測該參數是爲了攔截異常流量設置的。有方案也請第一時間告訴我,萬分感謝!

@ShilongLee
Copy link
Owner

之前一个xecs_token是所有的帖子都可用的,所以之前的方案,是从推荐流获取其他帖子的xesc_token然后使用。
目前看似乎xesc_token只能用于下发的帖子。

@clickear
Copy link

clickear commented Nov 11, 2024

看了一下,似乎xesctoken做了校验,可以一起研究研究。

查看详情的接口,都需新增xsectoken参数。
在搜索等接口会返回这个参数,查看详情时,带上即可
如详情返回的结构体中

{
            "id": "672f72a8000000001d03b623",
            "model_type": "note",
            "note_card": {
                
            },
            "xsec_token": "AB3JyGBw4lszSIwu50afrvAKCZkRqPR2AWFoWI20qnmLM="
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants