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 / call

Get 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
FieldTypeRequiredDescription
user_agentstringyesUser browser agent

Run it

curl -s https://www.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.