获取学校搜索/Fetch school search

Douyinapi

About

获取学校搜索/Fetch school search

Documentation

获取学校搜索/Fetch school search

[中文]

用途:

  • 获取抖音 App 中学校信息的搜索结果。
  • 根据关键词返回学校名称列表,常用于用户设置学校资料、兴趣推荐等场景。

备注:

  • 本接口专注于学校信息搜索,仅返回学校的名称字段。
  • 初次请求时 cursor 应传 0,分页时使用上一次返回的 cursor
  • 本接口响应体较简单,适合快速检索学校数据。

参数:

  • keyword: 搜索关键词,如学校名称 "北京大学"、地区名 "北京"

请求体示例:

payload = {
    "keyword": "北京大学"
}

返回(部分常用字段,实际返回字段更多,一切以实际响应为准):

  • schools[]: 学校列表
    • name: 学校名称(如 "北京大学"、"北京四中")
  • extra:
    • now: 当前服务器时间戳(毫秒)
    • logid: 请求日志ID
    • fatal_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 cursor to 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 schools
    • name: School name (e.g., "Peking University", "Beijing No.4 High School")
  • extra:
    • now: Server timestamp in milliseconds
    • logid: Log ID for request tracing
    • fatal_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 Playground

Related Models