Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)
Xiaohongshu PGY: Get PGY blogger note cases v2 (cross-platform)
/api/v1/xiaohongshu/pgy/get_blogger_notes_v2sync$0.03 / callPaginated note cases of a blogger (v2). A separate endpoint from /getbloggernotes: wider coverage (incl. cross-platform notes) and a different response shape. Use this when /getbloggernotes returns an empty list. The two endpoints differ in notetype values and return fields; do not mix them (TikHub · Xiaohongshu PGY)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| user_id | string | yes | Blogger user ID |
| page_number | integer | — | Page number, from 1 (default 1) |
| page_size | integer | — | Page size, 1-8 (fixed at 8 on PGY web) (default 8) |
| note_type | integer (0, 1, 2) | — | Note type (default 0) |
| order_type | integer (1, 2, 3) | — | Sort (default 1) |
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/pgy/get_blogger_notes_v2","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.