搜索笔记/Search notes

Xiaohongshuapi

About

搜索笔记/Search notes

Documentation

搜索笔记/Search notes

[中文]

用途:

  • 根据关键词搜索小红书笔记,支持多种排序方式、笔记类型筛选和发布时间筛选

参数:

  • keyword: 搜索关键词(必需),如 "美食推荐"
  • page: 页码,从 1 开始
  • sort_type: 排序方式
    • "general": 综合排序(默认)
    • "time_descending": 按时间倒序(最新)
    • "popularity_descending": 按点赞数排序(最多点赞)
    • "comment_descending": 按评论数排序(最多评论)
    • "collect_descending": 按收藏数排序(最多收藏)
    • "english_preferred": 英文优先
  • note_type: 笔记类型筛选
    • "不限": 所有类型(默认)
    • "视频笔记": 仅视频
    • "普通笔记": 仅图文
    • "直播笔记": 仅直播
  • time_filter: 发布时间筛选
    • "不限": 所有时间(默认)
    • "一天内": 24小时内
    • "一周内": 7天内
    • "半年内": 6个月内
  • search_id: 搜索ID,翻页时传入首次搜索返回的值
  • search_session_id: 搜索会话ID,翻页时传入首次搜索返回的值
  • source: 来源,默认 "explore_feed"
  • ai_mode: AI模式,0=关闭, 1=开启

返回:

  • 搜索结果数据,包含笔记列表和分页信息

翻页说明:

  • 首次请求:只传keyword和page
  • 翻页请求:传入首次搜索返回的 search_id 和 search_session_id

[English]

Purpose:

  • Search Xiaohongshu notes by keyword, supports multiple sort types, note type filters, and time filters

Parameters:

  • keyword: Search keyword (required), e.g. "美食推荐"
  • page: Page number, start from 1
  • sort_type: Sort type
    • "general": General sort (default)
    • "time_descending": Sort by time descending (latest)
    • "popularity_descending": Sort by like count (most liked)
    • "comment_descending": Sort by comment count (most commented)
    • "collect_descending": Sort by collect count (most collected)
    • "english_preferred": English preferred
  • note_type: Note type filter
    • "不限": All types (default)
    • "视频笔记": Video notes only
    • "普通笔记": Image notes only
    • "直播笔记": Live notes only
  • time_filter: Time filter
    • "不限": All time (default)
    • "一天内": Within 24 hours
    • "一周内": Within 7 days
    • "半年内": Within 6 months
  • search_id: Search ID, pass value from first search response for pagination
  • search_session_id: Search session ID, pass value from first search response for pagination
  • source: Source, default "explore_feed"
  • ai_mode: AI mode, 0=off, 1=on

Return:

  • Search result data, including note list and pagination info

Pagination Guide:

  • First request: only pass keyword and page
  • Next page: pass search_id and search_session_id from first search response

[示例/Example]

keyword="美食推荐" page=1 sort_type="general"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 搜索笔记/Search notes

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models