Amagi API 文档 - v5.13.0
    正在准备搜索索引...

    接口 IBoundXiaohongshuFetcher

    绑定了 Cookie 的小红书 Fetcher 接口 调用方法时无需传递 cookie 参数

    interface IBoundXiaohongshuFetcher {
        fetchHomeFeed: BoundOptionalParamMethodOverload<
            XiaohongshuHomeFeedOptions,
            HomeFeed,
        >;
        fetchNoteDetail: BoundMethodOverload<XiaohongshuNoteDetailOptions, OneNote>;
        fetchNoteComments: BoundMethodOverload<
            XiaohongshuCommentsOptions,
            NoteComments,
        >;
        fetchUserProfile: BoundMethodOverload<
            XiaohongshuUserProfileOptions,
            XiaohongshuUserProfile,
        >;
        fetchUserNoteList: BoundMethodOverload<XiaohongshuUserNotesOptions, any>;
        searchNotes: BoundMethodOverload<
            XiaohongshuSearchNotesOptions,
            SearchNotes,
        >;
        fetchEmojiList: BoundOptionalParamMethodOverload<
            Record<string, never>,
            XiaohongshuEmojiList,
        >;
    }
    索引

    属性

    fetchHomeFeed: BoundOptionalParamMethodOverload<
        XiaohongshuHomeFeedOptions,
        HomeFeed,
    >

    获取小红书首页推荐数据

    fetchNoteDetail: BoundMethodOverload<XiaohongshuNoteDetailOptions, OneNote>

    获取小红书笔记详情

    fetchNoteComments: BoundMethodOverload<XiaohongshuCommentsOptions, NoteComments>

    获取小红书笔记评论数据

    fetchUserProfile: BoundMethodOverload<
        XiaohongshuUserProfileOptions,
        XiaohongshuUserProfile,
    >

    获取小红书用户主页数据

    fetchUserNoteList: BoundMethodOverload<XiaohongshuUserNotesOptions, any>

    获取小红书用户笔记列表

    searchNotes: BoundMethodOverload<XiaohongshuSearchNotesOptions, SearchNotes>

    搜索小红书笔记

    fetchEmojiList: BoundOptionalParamMethodOverload<
        Record<string, never>,
        XiaohongshuEmojiList,
    >

    获取小红书表情列表