获取话题搜索 V1/Fetch hashtag search V1
Douyinapi
About
获取话题搜索 V1/Fetch hashtag search V1
Documentation
获取话题搜索 V1/Fetch hashtag search V1
[中文]
用途:
- 获取抖音 App 中的话题(挑战/标签)搜索结果。
- 根据关键词返回关联的话题列表,包含话题热度、封面、参与人数等信息。
备注:
- 仅返回话题类型内容。
- 初次请求时
cursor传 0,search_id传空字符串。 - 翻页查询时使用上次响应返回的
cursor和search_id。
参数:
- keyword: 搜索关键词,例如 "美食"
- cursor: 翻页游标(首次请求传 0,翻页时使用上次响应的 cursor)
- sort_type: 排序方式
0: 综合排序1: 最多点赞2: 最新发布
- publish_time: 发布时间筛选
0: 不限1: 最近一天7: 最近一周180: 最近半年
- filter_duration: 视频时长筛选
0: 不限0-1: 1 分钟以内1-5: 1-5 分钟5-10000: 5 分钟以上
- content_type: 内容类型筛选
0: 不限1: 视频2: 图片3: 文章
- search_id: 搜索ID(分页时使用)
请求体示例:
payload = {
"keyword": "美食",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
返回(部分常用字段,实际返回字段更多,一切以实际响应为准):
-
cursor: 翻页游标(用于下次请求) -
has_more: 是否还有更多数据(1=有,0=无) -
challenge_list[]: 话题列表challenge_info:cid: 话题IDcha_name: 话题名称(如 "#美食探店")desc: 话题描述(通常为空)schema: 抖音内部跳转链接(schema协议)share_info:share_url: 话题分享H5链接share_title: 分享标题share_desc: 分享描述
view_count: 话题总浏览量user_count: 话题参与人数hashtag_profile: 话题封面图URLchallenge_status: 话题状态(1=正常,0=异常)
author:uid: 创建者用户IDnickname: 创建者昵称follower_count: 粉丝数量is_verified: 是否认证region: 地区avatar_thumb.url_list: 小头像URL列表avatar_medium.url_list: 中头像URL列表avatar_larger.url_list: 高清头像URL列表
-
extra:now: 当前服务器时间戳(毫秒)search_request_id: 搜索请求唯一ID
[English]
Purpose:
- Fetch hashtag/challenge search results from Douyin App.
- Returns related hashtag topics including name, view count, participants, and cover images.
Notes:
- Only hashtag type content is returned.
- Set
cursorto 0 andsearch_idto an empty string for the first request. - For pagination, use
cursorandsearch_idfrom the last response.
Parameters:
- keyword: Search keyword, e.g., "food"
- cursor: Pagination cursor (0 for first request)
- sort_type: Sorting method
0: Comprehensive1: Most likes2: Latest
- publish_time: Publish time filter
0: Unlimited1: Last day7: Last week180: Last half year
- filter_duration: Video duration filter
0: Unlimited0-1: Under 1 minute1-5: 1-5 minutes5-10000: Over 5 minutes
- content_type: Content type filter
0: Unlimited1: Video2: Image3: Article
- search_id: Search ID for pagination
Request Body Example:
payload = {
"keyword": "food",
"cursor": 0,
"sort_type": "0",
"publish_time": "0",
"filter_duration": "0",
"content_type": "0",
"search_id": ""
}
Response (common fields, actual response may contain more fields):
-
cursor: Cursor for next page -
has_more: Whether more results are available (1=Yes, 0=No) -
challenge_list[]: List of hashtagschallenge_info:cid: Challenge IDcha_name: Challenge name (e.g., "#FoodHunt")desc: Challenge descriptionschema: Deep link for Douyin Appshare_info:share_url: H5 shareable linkshare_title: Share titleshare_desc: Share description
view_count: Total view countuser_count: Total participant counthashtag_profile: Cover image URLchallenge_status: Challenge status (1=Normal, 0=Abnormal)
author:uid: Author's user IDnickname: Author's nicknamefollower_count: Follower countis_verified: Verified statusregion: Regionavatar_thumb.url_list: Thumbnail avatar URLsavatar_medium.url_list: Medium avatar URLsavatar_larger.url_list: Large avatar URLs
-
extra:now: Server timestampsearch_request_id: Unique search session ID
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取话题搜索 V1/Fetch hashtag search V1
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取话题搜索 V2/Fetch hashtag search V2Douyinapi获取话题推荐搜索/Fetch hashtag suggestionsDouyinapi获取讨论搜索/Fetch discussion searchDouyinapi获取经验搜索/Fetch experience searchDouyinapi获取综合搜索 V1/Fetch general search V1Douyinapi获取综合搜索 V2/Fetch general search V2Douyinapi获取图片搜索/Fetch image searchDouyinapi获取图文搜索 V3/Fetch image-text search V3Douyinapi