About this model
通过频道 ID 获取 YouTube Shorts 视频的最新数据,包括观看次数、点赞数、评论数和发布时间。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.01 per request | Tarifa fija. |
| Other Providers | $0.50+ per request | 统计查询不收取额外费用。 |
Tarifa fija.
统计查询不收取额外费用。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 频道 ID | text | YouTube 频道 ID(例如 UCxxxxxxxxx)。 | - |
| 数量 | int | 要获取的 Shorts 数量(1 到 30)。 | 10 |
| 搜索查询 | text | YouTube 搜索关键词。 | null |
| 下一页令牌 | text | 用于获取下一页结果的分页游标令牌。 | null |
| Idioma | Enum (10 options) | 搜索语言。 | English |
| 位置 | text | 搜索位置的国家或地区代码(例如 US)。 | US |
| 上传日期筛选 | Enum (5 options) | 按上传日期筛选。 | null |
| 搜索类型 | Enum (3 options) | 要搜索的资源类型。 | Video |
| Duración (segundos)筛选 | Enum (2 options) | 按duración筛选vídeo。 | Short (< 4 minutes) |
| Vídeo特征 | text | 以 ';' 分隔的vídeo特征(例如 hd;subtitles)。 | null |
| 排序方式 | Enum (4 options) | 排序条件。 | View Count |
| 最少点赞数 | Enum (11 options) | 筛选条件:最少点赞数。 | Any |
| 最少观看数 | Enum (11 options) | 筛选条件:最少观看/播放次数。 | Any |
| 最少分享数 | Enum (11 options) | 筛选条件:最少分享数。 | Any |
| 最少评论数 | Enum (11 options) | 筛选条件:最少评论数。 | Any |
| 最短Duración (segundos)(秒) | Enum (9 options) | 筛选条件:最短vídeoduración。 | Any |
| 最长Duración (segundos)(秒) | Enum (9 options) | 筛选条件:最长vídeoduración。 | Any |
| 话题标签 | text | 筛选条件:以逗号分隔的话题标签(例如 startup,tech)。 | null |
| 发布于此时间之后 | text | 筛选条件:获取此日期/时间(ISO 8601)之后发布的帖子。 | null |
| 发布于此时间之前 | text | 筛选条件:获取此日期/时间(ISO 8601)之前发布的帖子。 | null |
YouTube 频道 ID(例如 UCxxxxxxxxx)。
-要获取的 Shorts 数量(1 到 30)。
10YouTube 搜索关键词。
null用于获取下一页结果的分页游标令牌。
null搜索语言。
English搜索位置的国家或地区代码(例如 US)。
US按上传日期筛选。
null要搜索的资源类型。
Video按duración筛选vídeo。
Short (< 4 minutes)以 ';' 分隔的vídeo特征(例如 hd;subtitles)。
null排序条件。
View Count筛选条件:最少点赞数。
Any筛选条件:最少观看/播放次数。
Any筛选条件:最少分享数。
Any筛选条件:最少评论数。
Any筛选条件:最短vídeoduración。
Any筛选条件:最长vídeoduración。
Any筛选条件:以逗号分隔的话题标签(例如 startup,tech)。
null筛选条件:获取此日期/时间(ISO 8601)之后发布的帖子。
null筛选条件:获取此日期/时间(ISO 8601)之前发布的帖子。
nullDeveloper documentation
频道 ID:粘贴目标 YouTube 频道 ID(以 UC 开头)。
数量:选择要获取的最新 Shorts 数量(最多 30 个)。
提交:点击 Generate,获取 Shorts 列表和详细信息。
Frequently asked
你可以在频道页面的 URL 中找到它,也可以查看频道的简介部分或源代码,寻找“UC...”标识符。
会。我们会发起补充 API 请求,为找到的每条 Short 获取详细统计数据。