VOOZH about

URL: https://apify.com/httpsrequests/youtube-scraping-tool

โ‡ฑ Youtube Scraping Tool ยท Apify


Pricing

Pay per usage

Go to Apify Store

Youtube Scraping Tool

YouTube Scraping Tool lets you search and extract YouTube videos quickly and efficiently. Collect metadata for both regular videos and Shorts, with automated pagination handling and full statistics.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Alexander

Alexander

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 months ago

Last modified

Categories

Share

URL: https://requests/youtube-scraping-tool

Overview

YouTube Scraping Tool allows you to search and collect YouTube videos efficiently.
Supports both regular videos and Shorts, automatically handles pagination, and provides detailed metadata and statistics for each video.

Key Features

  • Search by one or multiple keywords (search_queries).
  • Limit the number of videos per query (max_videos).
  • Detects video type: regular or shorts.
  • Collects video metadata:
    • Title, URL, and Channel name
    • Views and view text
    • Publication date
    • Duration (formatted and in seconds)
    • Thumbnail
    • Video type (regular / short)
  • Automatic handling of pagination with continuation tokens.
  • Saves results to Dataset and full JSON (OUTPUT.json).
  • Generates statistics including:
    • Total videos collected
    • Total views
    • Unique channels
    • Shorts vs regular videos
    • Oldest and newest video dates

Input Parameters

ParameterTypeDescriptionExample
search_queriesstring or array[string]Search keywords (comma-separated string or array)"Python tutorial, Django"
max_videosintegerMaximum number of videos per query10

Output

  • Dataset: Each video object is saved individually.
  • OUTPUT.json: Complete JSON including results, metadata, and statistics.

Example Video Object

{ "videoId": "abc123", "title": "Python Tutorial for Beginners", "url": "https://www.youtube.com/watch?v=abc123", "channelName": "Tech Channel", "views": 12345, "viewsText": "12,345 views", "publishedAt": "2024-03-15", "duration": "10:35", "durationSeconds": 635, "thumbnail": "https://i.ytimg.com/vi/abc123/hqdefault.jpg", "query": "Python tutorial", "video_type": "regular", "timestamp": "2026-04-03T12:00:00Z" }

Usage Examples

Single query

{ "search_queries": "Python tutorial", "max_videos": 5 }

Multiple queries

{ "search_queries": ["Python tutorial", "Django framework"], "max_videos": 10 }

Notes

  • Automatically handles pagination to retrieve multiple pages of results.
  • Differentiates between Shorts and regular videos based on YouTube data.
  • Includes logging of progress and top videos in Actor logs.

This actor is perfect for content research, competitor analysis, or building YouTube datasets.

You might also like

Youtube Shorts Scraper

scrapers-hub/youtube-shorts-scraper

YouTube Shorts scraper to extract Shorts videos, titles, views, and metadata from YouTube ๐Ÿ“Š๐ŸŽฅ Ideal for content research, trend analysis, and creator insights. Fast, accurate, and scalable scraping.

Youtube Video Downloader API

igview-owner/youtube-video-downloader-api

Download YouTube videos and audio in multiple formats and qualities. Extract video metadata, thumbnails, captions, and direct download links. Supports regular videos and YouTube Shorts with high-quality output.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

104

All-in-One YouTube Data Scraper Pro

moving_beacon-owner1/my-actor-37

Ultimate YouTube Scraper (Videos, Comments, Music, Metadata) YouTube Data Extractor โ€“ Videos, Comments & Playlists Advanced YouTube Scraper Toolkit YouTube Multi-Module Scraper Complete YouTube Data Scraping Suite YouTube Metadata & Comments Scraper YouTube Research Scraper

2

Youtube Shorts Scraper

scrapelabsapi/youtube-shorts-scraper

โœจ YouTube Shorts Scraper to extract data from Shorts videos quickly and at scale. Collect titles, views, likes, comments, and video details with ease. Ideal for trend analysis and research. Features: โšก fast scraping โ€ข ๐Ÿ“Š clean output โ€ข ๐Ÿ” insights โ€ข ๐ŸŒ scalable automation

YouTube Videos

datasaurus/youtube-videos

A powerful tool for extracting detailed information about YouTube videos, shorts and live broadcasts. Fast and Reliable.

Youtube Scraper

scrapepilotapi/youtube-scraper

Youtube Scraper

Related articles

How to scrape YouTube data: A step-by-step guide
Read more