Back to Xiaohongshu (RedNote)
TikHub·Xiaohongshu (RedNote)

Xiaohongshu PGY: PGY content square leaderboards

/api/v1/xiaohongshu/pgy/get_content_squaresync$0.03 / call

Replica of PGY "Learn Content → Inspiration → Content Square": no ID required, directly answers "what content is hot right now". Opposite direction from every other endpoint — this one is an entry point; take the blogger IDs from the returned notes and drill down with the blogger endpoints (TikHub · Xiaohongshu PGY)

Input
FieldTypeRequiredDescription
biz_typeinteger (1, 2, 3, 4, 5, 6, 7, 8)yesLeaderboard
page_numintegerPage; each board has only 100 items (default 1)
page_sizeintegerPage size, 1-34 (default 34)
search_wordstringKeyword, comma-separated for batch (default "")
order_bystringSort field, empty=board default (default "")
date_rangeinteger (3, 7, 14, 30)7 / 14 / Date window in days (default 7)
sub_biz_typeintegerBoard 8 only
categorystringBoard 1 only
industrystring3 / 4 / 5 / 6 / 7 / Industry, values differ per board
note_typeintegerContent type
content_typeintegerContent source
themestring4 / 5 / 7 / Theme
author_typeintegerBoard 4 only
placementinteger3 / 5 / 7 / Traffic placement
marketing_targetintegerBoard 3 only
priceobjectCreator price, board 4 only
fansobjectCreator fans range, board 4 only

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_content_square","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.