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 / call

Paginated 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
FieldTypeRequiredDescription
user_idstringyesBlogger user ID
page_numberintegerPage number, from 1 (default 1)
page_sizeintegerPage size, 1-8 (fixed at 8 on PGY web) (default 8)
note_typeinteger (0, 1, 2)Note type (default 0)
order_typeinteger (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.