Back to Kuaishou
TikHub·Kuaishou
Kuaishou App: Tag feed
/api/v1/kuaishou/app/fetch_tag_feedsync$0.0015 / callTag aggregation page: tagInfo + related feed (mixFeeds[]). Hashtag page has 4 sub tabs. (TikHub · Kuaishou App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| general_tag_id | string | yes | searchtag id |
| tab | string (hot, latest, image, live) | — | hot( ) / latest( ) / image( ) / live( ) (default "hot") |
| tag_name | string | — | 话题标签建议传,等于标签名 |
| tag_type | integer | — | 1= 29= / (default 1) |
| tag_source | integer | — | 2= 3= (default 2) |
| from_photo_id | string | — | photoId |
| pcursor | string | — | pcursor (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.