综合搜索/Comprehensive search

Kuaishouapi

About

综合搜索/Comprehensive search

Documentation

综合搜索/Comprehensive search

[中文]

用途:

  • 快手综合搜索接口,支持搜索视频、用户等内容,并提供多维度筛选功能。

参数:

  • keyword: 搜索关键词(必填)
  • pcursor: 分页游标,首次请求为空,后续使用响应中的pcursor值
  • sort_type: 排序方式
    • all: 综合排序(默认)
    • newest: 最新发布
    • most_likes: 最多点赞
  • publish_time: 发布时间筛选
    • all: 全部时间(默认)
    • one_day: 近一日
    • one_week: 近一周
    • one_month: 近一月
  • duration: 作品时长筛选
    • all: 全部时长(默认)
    • under_1_min: 1分钟以内
    • 1_to_5_min: 1-5分钟
    • over_5_min: 5分钟以上

返回:

  • 搜索结果数据

[English]

Purpose:

  • Kuaishou comprehensive search API, supports searching videos, users, etc., and provides multi-dimensional filtering.

Parameters:

  • keyword: Search keyword (required)
  • pcursor: Pagination cursor, empty for first request, use pcursor from response for subsequent pages
  • sort_type: Sort type
    • all: Comprehensive sort (default)
    • newest: Latest release
    • most_likes: Most likes
  • publish_time: Publish time filter
    • all: All time (default)
    • one_day: Last day
    • one_week: Last week
    • one_month: Last month
  • duration: Duration filter
    • all: All duration (default)
    • under_1_min: Under 1 minute
    • 1_to_5_min: 1-5 minutes
    • over_5_min: Over 5 minutes

Returns:

  • Search result data

[示例/Example]

keyword = "汽车之家" sort_type = "most_likes" publish_time = "one_week"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 综合搜索/Comprehensive search

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models