Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)
Xiaohongshu App V2: Get topic feed
/api/v1/xiaohongshu/app_v2/get_topic_feedsync$0.015 / callGet notes list under a specified topic, supports sorting by trending or latest, using cursor pagination (TikHub · Xiaohongshu App V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| page_id | string | yes | Topic page ID |
| sort | string | — | /Sort: trend( ), time( ) (default "trend") |
| cursor_score | string | — | Pagination cursor score for next page (default "") |
| last_note_id | string | — | Last note ID from previous page (default "") |
| last_note_ct | string | — | Last note create time from previous page (default "") |
| session_id | string | — | Session ID, keep consistent for pagination (default "") |
| first_load_time | string | — | First load timestamp, keep consistent for pagination (default "") |
| source | string | — | Source (default "normal") |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/xiaohongshu/app_v2/get_topic_feed","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.