Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)
Xiaohongshu PGY: Get PGY blogger note cases
/api/v1/xiaohongshu/pgy/get_blogger_notessync$0.03 / callPaginated note list of a blogger ("Note Data → Note Cases" on the PGY blogger page). To inspect sponsored posts only, set notetype=3 (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 (1, 2, 3, 4) | — | Note type (default 4) |
| order_type | integer (1, 2, 3) | — | Sort (default 1) |
| advertise_switch | integer (0, 1) | — | Traffic type (default 1) |
| feature_tag | string | — | Filter by feature tag (default "") |
| content_tag | string | — | Filter by content tag (default "") |
| is_third_platform | integer (0, 1) | — | Cross-platform notes only (default 0) |
Run it
curl -s https://www.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","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.