Returns TikTok hashtag/challenge search results by keyword, including view count and video count for each challenge
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/tiktok/search-challenges?keyword=lululemon' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "challenge_list": [ { … } ], "success": true }