Video search monitoring
Usa los endpoints de YouTube para convertir video search monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Collect YouTube video, channel, playlist, search, transcript, and comments data through documented Crawlora API endpoints.
Familias de endpoints
6
Parámetros documentados
47
Ejemplos
13
Snapshot en vivo del catálogo
Endpoints activos
13
Métodos
GET
Parámetros obligatorios
26
Referencias de esquema
13
{
"platform": "YouTube",
"endpoint": "youtube-video",
"method": "GET",
"path": "/youtube/video/{id}",
"auth": "apiKey"
}Casos de uso relacionados
Herramientas gratuitas
Prueba en vivo
Explora ejemplos estructurados generados a partir de videos públicos de YouTube. Descubre cómo Crawlora convierte transcripciones, comentarios, metadatos, temas y resúmenes en JSON para inteligencia de creadores, RAG, investigación de contenido y workflows de monitoreo.
Transcript, comment, summary, topic, and metadata records for public AI videos.
Abrir ejemplosStructured public podcast and interview examples for searchable video research.
Abrir ejemplosFounder, market, and operator video examples for public business intelligence workflows.
Abrir ejemplosCreator and audience intelligence examples built from public transcripts, metadata, and comments.
Abrir ejemplosOpen the full Crawlora YouTube video intelligence showcase library.
Abrir ejemplosCasos de uso
Collect YouTube video, channel, playlist, search, transcript, and comments data through documented Crawlora API endpoints.
Usa los endpoints de YouTube para convertir video search monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de YouTube para convertir creator and channel research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de YouTube para convertir transcript and comments analysis en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de YouTube — 13 endpoints, 47 parámetros de solicitud documentados y 13 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
13 documented YouTube endpoints, grouped into 9 request families — Channel, Transcript and Captions, plus 6 more.
47 request parameters are documented across those YouTube endpoints, 26 of them required — the full input contract is public before you write any integration code.
13 of the 13 YouTube endpoints ship a recorded example response, and 13 carry a documented response schema — you can code against the real JSON before the first request.
YouTube endpoints document their error responses (400, 404, 429 and 500) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
13 hosted MCP tools back the YouTube endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/youtube/channel/{id}/videos
/youtube/transcript/{id}
/youtube/captions/{id}
/youtube/comments/{id}
/youtube/playlist/{id}
/youtube/profile/{id}
Endpoints destacados
/youtube/video/{id}Returns title, description, stats, and captions for a YouTube video ID.
Herramienta MCP youtube_video
/youtube/transcript/{id}Returns transcript segments for a YouTube video using YouTube's native player captions. Set `format=text`, `format=srt`, or `format=vtt` to receive plain-text output instead of the standard response envelope. Returns `404` when the video currently has no transcript/captions available in any language — this is a normal, non-retryable result, not an error condition. Returns `503` when the request is temporarily blocked or rate-limited; retrying after a short delay may succeed.
Notas de la respuesta
- `404` — the video currently has no transcript/captions available in any language. This is a normal result for videos without captions (e.g. never had them, or auto-captions were never generated), not a transient failure — retrying will not help. - `503` — the request was temporarily blocked or rate-limited upstream. This is a transient condition; retrying after a short delay may succeed. Example response: ```json { "code": 200, "msg": "OK", "data": { "video_id": "dQw4w9WgXcQ", "language": "English", "language_code": "en", "segments": [ { "text": "Never gonna give you up", "start": 12.34, "duration": 2.11 } ], "text": "Never gonna give you up" } } ```
Herramienta MCP youtube_transcript
/youtube/comments/{id}Returns a page of comments for a specific YouTube video.
Notas de la respuesta
- Pass the previous `continuation_token` value to fetch the next page. Example response: ```json { "code": 200, "msg": "OK", "data": { "comments": [ { "comment_id": "UgzjL_eQm9EVQN5n9Ex4AaABAg", "content": "This is OpenAI's daily reminder to NOT PUT ADS ON CHATGPT!!!", "channel_id": "UC1VvgrsdOvQoQvXixTe9Y3Q", "user_name": "@hudsonsknexproductions", "published_time": "2025-07-02T17:13:47.01045379Z", "reply_count": 7 } ], "continuation_token": "Eg0SC2F0WHlYUDN5WVo0GAYy0AIKpgJnZXRfcmFua2VkX3N0cmVhbXMtLUNxVUJDSUFFRlJlMzBUZ2FtZ0VLbFFFSTJGOFFnQVFZQnlLS0Fac1VKOWstb2JpbmtlTGExaFI3aEhFV..." } } ```
Herramienta MCP youtube_comments
/youtube/searchReturns normalized YouTube search results using YouTube's InnerTube search API. Pass `continuation_token` from a previous response to retrieve the next page. Use `q` as the primary query parameter; `search_query` is accepted as an alias.
Herramienta MCP youtube_search
/youtube/profile/{id}Returns full profile details for a YouTube channel.
Herramienta MCP youtube_profile
/youtube/playlist/{id}Returns playlist metadata, normalized video items, and an optional continuation token for pagination.
Herramienta MCP youtube_playlist
APIs relacionadas
Social & Creator Platforms
Turn Twitch's public channel, stream, clip, and team data into structured JSON — live status and viewer counts, top games, clips, VODs, and team rosters — as normalized JSON. Credential-free.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
Social & Creator Platforms
Turn Instagram public data into structured inputs for social listening and creator research.
Cobertura de la empresa
Alphabet Inc. · GOOGL
YouTube es operado por Alphabet Inc. (GOOGL). Los endpoints SEC de Crawlora usan el mismo CIK de esa empresa, así que los filings, datos financieros, transacciones de insiders y participaciones 13F provienen de la misma API key que los endpoints de YouTube de arriba.
Otras plataformas de Alphabet Inc. en el catálogo
Cómo hacer scraping de YouTube
YouTube holds transcripts, comments, and channel data that power research and AI pipelines. Crawlora's YouTube endpoints return them as structured JSON — including full transcripts.
A video, a channel, a video's full transcript, or its comment threads.
Pass the video or channel URL/ID to Crawlora's YouTube endpoint.
Receive title, views, likes, channel stats, the full transcript, and comment threads as clean JSON.
Pipe transcripts into LLMs and vector stores, or re-run to track views and new comments.
Preguntas frecuentes
Send a YouTube video or channel URL to Crawlora's YouTube endpoint and get structured JSON — title, views, likes, channel stats, full transcript, and comments — no API quota to manage. Collect public data and respect YouTube's terms.
Yes — Crawlora returns the full transcript for videos that have captions, ideal for RAG and content research. You can also try it instantly with the free YouTube Transcript Extractor at /tools/youtube-transcript-extractor.
Yes. The official YouTube Data API v3 works well but has a limited daily quota (10,000 units by default), needs OAuth or API-key setup, and doesn't return video transcripts. Crawlora's YouTube endpoints have no per-day quota to manage, use one x-api-key, and include full transcripts and comments as JSON — a practical alternative for research, RAG, and monitoring.
Collecting publicly accessible video, transcript, and comment data is generally permissible if you respect YouTube's terms of use, robots directives, rate limits, and applicable law. This is for public data you're authorized to collect.