Douyin
Douyin Search API
General keyword search. Costs 10 credits per request.
POST/api/v1/douyin/search
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonRequest
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
result = client.douyin.request("/api/v1/douyin/search", {})
print(result)Response
"search_id": "202609010346301D821A507DE22612802A",
"offset": 12,
"cursor": 12,
"backtrace": "MPzqs2LkeAcDN/znby3CZKeNZ0QjZpwNdDkNg2TlvH7Iatoq3BzgJ93sT1+7MIuyYcDiqSA+YjZ7QndvBmEcte0PXBtVvEeQ7F+VtI5MexxuOhSPcgiVW8YywJamxXJmchmUtzZNIYj+fZ0xaCzFn8pVj0LUEBXVWykshE2ZAs+LV8gMW/JtWlsEc+RO4o/N4/JdqzDRJ0ofyTcWDGn1oX6VrToVe1wpSxXspPOFKelEPdDGYTs4exkixrArzYdlBEqhjsO5G+Zsu1TVJ71zLywn...",
"has_more": true
},
"response_time": 5748
}