Shorts搜索V2/Shorts search V2

YouTubeapi

About

Shorts搜索V2/Shorts search V2

Documentation

Shorts搜索V2/Shorts search V2

[中文]

用途:

  • 专门搜索 YouTube Shorts 短视频
  • 返回清洗后的结构化数据(相比 get_shorts_search 返回原始数据)
  • 自动过滤非 Shorts 内容,仅返回短视频结果
  • 支持分页加载更多

参数:

  • keyword: 搜索关键词(首次请求必填)
  • continuation_token: 分页token(从上一次返回结果获取)
  • upload_date: 上传时间过滤 - last_hour/today/this_week/this_month/this_year
  • sort_by: 排序方式 - relevance/upload_date/view_count/rating

返回数据:

  • shorts: Shorts 列表(video_id、标题、播放量、作者、频道ID、缩略图、URL)
  • continuation_token: 下一页 token

[English]

Purpose:

  • Search specifically for YouTube Shorts
  • Returns cleaned structured data (compared to get_shorts_search which returns raw data)
  • Automatically filters non-Shorts content, returns only short videos
  • Supports pagination

Parameters:

  • keyword: Search keyword (required for first request)
  • continuation_token: Pagination token (from previous response)
  • upload_date: Upload date filter - last_hour/today/this_week/this_month/this_year
  • sort_by: Sort by - relevance/upload_date/view_count/rating

Returns:

  • shorts: Shorts list (video_id, title, views, author, channel_id, thumbnails, URL)
  • continuation_token: Next page token

[示例/Example]

基础搜索: GET /get_shorts_search_v2?keyword=coding tips

带过滤: GET /get_shorts_search_v2?keyword=coding tips&upload_date=this_week&sort_by=view_count

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

Try Shorts搜索V2/Shorts search V2

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

Open in Playground

Related Models