douyin/search/school-search
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.
Input
Idle
Example output — click Run to generate your own
API README
Fetch school search
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.

