综合搜索V2/General search V2
YouTubeapi
About
综合搜索V2/General search V2
Documentation
综合搜索V2/General search V2
[中文]
用途:
- 搜索 YouTube 视频、Shorts、频道、播放列表
- 返回清洗后的结构化数据(相比 get_general_search 返回原始数据)
- 支持多种过滤条件和排序方式
- 支持分页加载更多结果
参数:
- keyword: 搜索关键词(首次请求必填)
- continuation_token: 分页token(获取下一页时传入,从上一次返回结果中获取)
- upload_date: 上传时间过滤 - last_hour/today/this_week/this_month/this_year
- type: 结果类型过滤 - video/channel/playlist/movie
- duration: 视频时长过滤 - short(<4分钟)/medium(4-20分钟)/long(>20分钟)
- features: 特性过滤(多个用逗号分隔)- live/4k/hd/subtitles/creative_commons/360/vr180/3d/hdr
- sort_by: 排序方式 - relevance(相关性)/upload_date(上传日期)/view_count(播放量)/rating(评分)
返回数据:
- videos: 视频列表(标题、时长、播放量、作者、频道ID、缩略图等)
- shorts: Shorts 短视频列表
- channels: 频道列表
- playlists: 播放列表
- continuation_token: 下一页 token
- completion_suggestions: 搜索建议词
使用流程:
- 首次搜索传入 keyword(可选过滤参数)
- 加载更多时传入上一次返回的 continuation_token
[English]
Purpose:
- Search YouTube videos, Shorts, channels, and playlists
- Returns cleaned structured data (compared to get_general_search which returns raw data)
- Supports multiple filter conditions and sorting options
- Supports pagination for loading more results
Parameters:
- keyword: Search keyword (required for first request)
- continuation_token: Pagination token (pass from previous response for next page)
- upload_date: Upload date filter - last_hour/today/this_week/this_month/this_year
- type: Result type filter - video/channel/playlist/movie
- duration: Video duration filter - short(<4min)/medium(4-20min)/long(>20min)
- features: Feature filter (comma separated) - live/4k/hd/subtitles/creative_commons/360/vr180/3d/hdr
- sort_by: Sort by - relevance/upload_date/view_count/rating
Returns:
- videos: Video list (title, duration, views, author, channel_id, thumbnails, etc.)
- shorts: Shorts video list
- channels: Channel list
- playlists: Playlist list
- continuation_token: Next page token
- completion_suggestions: Search suggestions
Usage flow:
- First search with keyword (optional filter params)
- Load more by passing continuation_token from previous response
[示例/Example]
基础搜索: GET /get_general_search_v2?keyword=Python tutorial
带过滤: GET /get_general_search_v2?keyword=Python tutorial&upload_date=this_week&type=video&sort_by=view_count
下一页: GET /get_general_search_v2?continuation_token=xxx
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 综合搜索V2/General search V2
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取频道帖子列表/Get channel community postsYouTubeapi获取频道描述信息/Get channel descriptionYouTubeapi从频道URL获取频道ID /Get channel ID from URLYouTubeapi获取频道短视频列表/Get channel shortsYouTubeapi从频道ID获取频道URL/Get channel URL from channel IDYouTubeapi获取频道视频 /Get channel videosYouTubeapi综合搜索(原始数据,推荐使用V2)/General search (raw data, recommend V2)YouTubeapi获取帖子评论回复/Get post comment repliesYouTubeapi