获取学校搜索/Fetch school search
Douyinapi
About
获取学校搜索/Fetch school search
Documentation
获取学校搜索/Fetch school search
[中文]
用途:
- 获取抖音 App 中学校信息的搜索结果。
- 根据关键词返回学校名称列表,常用于用户设置学校资料、兴趣推荐等场景。
备注:
- 本接口专注于学校信息搜索,仅返回学校的名称字段。
- 初次请求时
cursor应传 0,分页时使用上一次返回的cursor。 - 本接口响应体较简单,适合快速检索学校数据。
参数:
- keyword: 搜索关键词,如学校名称 "北京大学"、地区名 "北京"
请求体示例:
payload = {
"keyword": "北京大学"
}
返回(部分常用字段,实际返回字段更多,一切以实际响应为准):
schools[]: 学校列表name: 学校名称(如 "北京大学"、"北京四中")
extra:now: 当前服务器时间戳(毫秒)logid: 请求日志IDfatal_item_ids: 错误项目ID列表(通常为空)
log_pb:impr_id: 曝光追踪ID(用于链路追踪)
status_code: 状态码(0=成功)status_msg: 状态信息(通常为空)
[English]
Purpose:
- Fetch school information search results from Douyin App.
- Returns a list of school names based on the input keyword, useful for user profile settings, school recommendations, etc.
Notes:
- This API focuses on school information search, and only returns school names.
- Set
cursorto 0 for the first request; for pagination, use the cursor from the last response. - The response structure is simple and lightweight for fast lookup.
Parameters:
- keyword: Search keyword, e.g., school name "Peking University" or city "Beijing"
Example Request Body:
payload = {
"keyword": "Peking University"
}
Response (common fields, actual response may contain more fields):
schools[]: List of schoolsname: School name (e.g., "Peking University", "Beijing No.4 High School")
extra:now: Server timestamp in millisecondslogid: Log ID for request tracingfatal_item_ids: List of fatal item IDs (usually empty)
log_pb:impr_id: Impression ID for tracking
status_code: Status code (0=success)status_msg: Status message (usually empty)
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取学校搜索/Fetch school search
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取话题搜索 V1/Fetch hashtag search V1Douyinapi获取话题搜索 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