YouTube Scraper: Videos, Channels, Shorts, $1 pro 1.000 Ergebnisse

YouTube ohne API-Key scrapen. Vier Modi in einem Actor: Keyword-Suche, Channel-Videos, Einzelvideo-Detail, Channel-Shorts. Jedes Ergebnis enthält Titel, view_count, like_count, comment_count, Dauer, Tags, Thumbnail, Channel-Infos mit Abonnenten-Anzahl, is_short- / is_live- / is_premiere-Flags, berechnete engagement_rate und optional vollständige Details (Beschreibung, Tags, Kategorie, Sprache) via includeDetails.

Auf Apify öffnen → Jetzt testen
Preise
$0,001/Ergebnis
RAM
128MB
Abdeckung
Global
Modi
search, channel, video, shorts
Proxy
Apify Datacenter
Anti-Bot
SSR + IP-Rotation

Was Sie scrapen können

Wichtige Anwendungsfälle

API-Beispiel

# Einen Lauf über die Apify-API starten
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
  }'

# Oder mit KI-Agenten via MCP verwenden:
# https://mcp.apify.com?tools=santamaria-automations/youtube-scraper

Integrationen

Ausgabefelder

FeldTypBeispiel
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

Verwandte Scraper

Auf Apify öffnen → Jetzt testen (kostenloses Kontingent verfügbar)