douyin/search/challenge-suggest
Fetch hashtag/challenge suggestions from Douyin App based on the input keyword. Returns a list of related hashtags including name and view count.
Input
Idle
Example output — click Run to generate your own
API README
Fetch hashtag suggestions
Purpose:
- Fetch hashtag/challenge suggestions from Douyin App based on the input keyword.
- Returns a list of related hashtags including name and view count.
Notes:
- Suitable for implementing keyword suggestion features in search bars.
- Set
cursorto 0 andsearch_idto an empty string for the first request.
Parameters:
- keyword: Search keyword, e.g., "game"
Request Body Example:
payload = {
"keyword": "game"
}
Response (common fields, actual response may contain more fields):
sug_list[]: List of suggested hashtagscha_name: Hashtag name (e.g., "#game")view_count: Total view countcid: Challenge IDgroup_id: Associated group IDtag: Tag category (0=normal, 1=hot trend)
status_code: Status code (0=success)status_msg: Status message (usually empty)rid: Request IDwords_query_record:info: Additional info (currently empty)words_source: Words source ("sug")query_id: Query ID (usually empty)
extra:now: Server timestamplogid: Log IDfatal_item_ids: List of fatal item IDs (usually empty)search_request_id: Search request ID (usually empty)
log_pb:impr_id: Impression ID (for logging)
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

