Back to Douyin
TikHub·Douyin
Douyin Web: Get user collection
/api/v1/douyin/web/fetch_user_collectssync$0.0015 / callGet user collection via TikHub's Douyin Web endpoint. (TikHub · Douyin Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| max_cursor | integer | — | Maximum cursor (default 0) |
| counts | integer | — | Number per page (default 20) |
| cookie | string | yes | Your web version of Douyin Cookie |
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/douyin/web/fetch_user_collects","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.