---
title: "Apify You Tube Scraper"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/apify/scraping/apifyyoutubescraper
markdown: https://docs.nodetool.ai/nodes/apify/scraping/apifyyoutubescraper.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/apify/scraping/apifyyoutubescraper.md
---

# Apify You Tube Scraper

**Type:** `apify.scraping.ApifyYouTubeScraper`

**Namespace:** `apify.scraping`

## Description

Scrape YouTube videos, channels, and playlists — metadata, comments, channel info, and statistics.
    apify, youtube, video, scraping, social, media, channels

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| search_queries | `list[str]` | List of search queries to execute on YouTube | null |
| video_urls | `list[str]` | List of YouTube video URLs to scrape | null |
| channel_urls | `list[str]` | List of YouTube channel URLs to scrape | null |
| max_results | `int` | Maximum number of videos to scrape | `50` |
| scrape_comments | `bool` | Whether to scrape video comments | `false` |
| wait_for_finish | `int` | Maximum time to wait for scraping to complete (seconds) | `600` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, any]]` |  |

## Related Nodes

Browse other nodes in the [apify.scraping](./) namespace.
