YouTube 抓取器:视频、频道、Shorts,每 1,000 个结果 $1

无需 API 密钥即可抓取 YouTube。一个 actor 支持四种模式:关键词搜索、频道视频、单个视频详情、频道 Shorts。每条结果包含 title、view_count、like_count、comment_count、时长、标签、缩略图、含订阅数的频道信息、is_short / is_live / is_premiere 标记、计算得出的 engagement_rate,并可通过 includeDetails 获取完整详情(描述、标签、类目、语言)。

在 Apify 上打开 → 立即试用
价格
$0.001/结果
内存
128MB
覆盖
全球
模式
search、channel、video、shorts
代理
Apify 数据中心
反爬虫
SSR + IP 轮换

您可以抓取的内容

主要使用场景

API 示例

# 通过 Apify API 启动运行
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~youtube-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "channel",
    "urls": ["https://www.youtube.com/@MrBeast"],
    "maxResults": 100,
    "sortBy": "views",
    "includeDetails": true
  }'

# 或通过 MCP 与 AI 代理配合使用:
# https://mcp.apify.com?tools=santamaria-automations/youtube-scraper

集成

输出字段

字段类型示例
idstringdQw4w9WgXcQ
titlestringHow to Code in Python
view_countinteger1,500,000
like_countinteger45,000
comment_countinteger3,200
engagement_ratenumber3.2
durationstring12:34
channel_namestringTechTutorials
is_shortbooleanfalse
thumbnail_urlstringhttps://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg

相关抓取器

在 Apify 上打开 → 立即试用(免费套餐可用)