Skip to content

TikTok Search Challenges

Request

Returns TikTok hashtag/challenge search results by keyword, including view count and video count for each challenge

Security
accessToken
Query
keywordstringrequired

Search keyword

Example:keyword=lululemon
GET
/raw/tiktok/search-challenges
curl -i -X GET \
  'https://api.modash.io/v1/raw/tiktok/search-challenges?keyword=lululemon' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
challenge_listArray of objectsrequired
successbooleanrequired
Response
{ "challenge_list": [ {} ], "success": true }