Back to Douyin
TikHub·Douyin
Douyin Web: Get the guest Cookie of Douyin Web
/api/v1/douyin/web/fetch_douyin_web_guest_cookiesync$0.0015 / callGet the guest Cookie of Douyin Web. Can be used to crawl data of Douyin Web, such as user videos, mix videos, etc.. Can fix identity to avoid duplicate data for some interfaces.. Please note: Guest Cookie cannot crawl all data, there are certain restrictions.. Can be used with open source projects to implement data crawling of Douyin Web using this interface. (TikHub · Douyin Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| user_agent | string | yes | User browser agent |
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_douyin_web_guest_cookie","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.