Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
cursor
应传 0,分页时使用上一次返回的 cursor
。payload = {
"keyword": "北京大学"
}
schools[]
: 学校列表name
: 学校名称(如 "北京大学"、"北京四中")extra
:now
: 当前服务器时间戳(毫秒)logid
: 请求日志IDfatal_item_ids
: 错误项目ID列表(通常为空)log_pb
:impr_id
: 曝光追踪ID(用于链路追踪)status_code
: 状态码(0=成功)status_msg
: 状态信息(通常为空)cursor
to 0 for the first request; for pagination, use the cursor from the last response.payload = {
"keyword": "Peking University"
}
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 trackingstatus_code
: Status code (0=success)status_msg
: Status message (usually empty)Authorization: Bearer ********************
{
"keyword": "北京"
}
curl --location --request POST 'https://api.tikhub.io/api/v1/douyin/search/fetch_school_search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "北京"
}'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}