Douyin
Douyin Hashtag Search API
Search hashtags by keyword. Costs 10 credits per request.
POST/api/v1/douyin/search/hashtags
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/hashtags", {})
print(result)Response
"has_more": false
},
"response_time": 1431
}