WellbyteWellbyte

GET /v1/xiaohongshu/search/notes

Search Notes

stable · 13 credits per success

Keyword note search with sort, note type and publish-time filters. Echo search_id and search_session_id from the first page when paging, otherwise results drift.

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/xiaohongshu/search/notes?page=NaN&source=demo&ai_mode=NaN&keyword=%E7%BE%8E%E9%A3%9F%E6%8E%A8%E8%8D%90&note_type=demo&search_id=demo&sort_type=demo&time_filter=demo&search_session_id=demo' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample response

data{
data:null
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    pageintegerqueryno页码,从 1 开始demo
    sourcestringqueryno搜索来源标识demo
    ai_modeintegerquerynoAI 模式:0 关闭、1 开启demo
    keywordstringqueryyes搜索关键词美食推荐
    note_typestringqueryno笔记类型:不限 / 视频 / 图文demo
    search_idstringqueryno搜索 ID,翻页时传首次搜索返回值demo
    sort_typestringqueryno排序:general 综合、time_descending 最新、popularity_descending 最热demo
    time_filterstringqueryno发布时间:不限 / 一天内 / 一周内 / 半年内demo
    search_session_idstringqueryno搜索会话 ID,翻页时传首次搜索返回值demo

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 13 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs