Back to Kuaishou
TikHub·Kuaishou

Kuaishou App: Tag feed

/api/v1/kuaishou/app/fetch_tag_feedsync$0.0015 / call

Tag aggregation page: tagInfo + related feed (mixFeeds[]). Hashtag page has 4 sub tabs. (TikHub · Kuaishou App)

Input
FieldTypeRequiredDescription
general_tag_idstringyessearchtag id
tabstring (hot, latest, image, live)hot( ) / latest( ) / image( ) / live( ) (default "hot")
tag_namestring话题标签建议传,等于标签名
tag_typeinteger1= 29= / (default 1)
tag_sourceinteger2= 3= (default 2)
from_photo_idstringphotoId
pcursorstringpcursor (default "")

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/kuaishou/app/fetch_tag_feed","input":{}}'

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