Back to Kuaishou
TikHub·Kuaishou
Kuaishou App: Comprehensive search
/api/v1/kuaishou/app/search_comprehensivesync$0.015 / callKuaishou comprehensive search API, supports searching videos, users, etc., and provides multi-dimensional filtering. (TikHub · Kuaishou App)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword |
| pcursor | string | — | Pagination cursor |
| sort_type | string (all, newest, most_likes) | — | : all( ), newest( ), mostlikes( ) (default "all") |
| publish_time | string (all, one_day, one_week, one_month) | — | : all( ), oneday( ), oneweek( ), onemonth( ) (default "all") |
| duration | string (all, under_1_min, 1_to_5_min, over_5_min) | — | : all( ), under1min(1 ), 1to5min(1-5 ), over5min(5 ) (default "all") |
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/search_comprehensive","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.