VOOZH about

URL: https://apify.com/atif176/youtube-video-data-extractor

โ‡ฑ Youtube & Video Data Extractor ยท Apify


Pricing

$25.00/month + usage

Go to Apify Store

Youtube & Video Data Extractor

This Actor scrapes YouTube search results using a keyword. It extracts video titles and video URLs using Playwright and saves the data in JSON format. Useful for YouTube research, SEO, and automation.

Pricing

$25.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Muhammad Atif

Muhammad Atif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 months ago

Last modified

Share

Python Crawlee & BeautifulSoup Actor Template

This template example was built with Crawlee for Python to scrape data from a website using Beautiful Soup wrapped into BeautifulSoupCrawler.

Quick Start

Once you've installed the dependencies, start the Actor:

$apify run

Once your Actor is ready, you can push it to the Apify Console:

apify login # first, you need to log in if you haven't already done so
apify push

Project Structure

.actor/
โ”œโ”€โ”€ actor.json # Actor config: name, version, env vars, runtime settings
โ”œโ”€โ”€ dataset_schema.json # Structure and representation of data produced by an Actor
โ”œโ”€โ”€ input_schema.json # Input validation & Console form definition
โ””โ”€โ”€ output_schema.json # Specifies where an Actor stores its output
src/
โ””โ”€โ”€ main.py # Actor entry point and orchestrator
storage/ # Local storage (mirrors Cloud during development)
โ”œโ”€โ”€ datasets/ # Output items (JSON objects)
โ”œโ”€โ”€ key_value_stores/ # Files, config, INPUT
โ””โ”€โ”€ request_queues/ # Pending crawl requests
Dockerfile # Container image definition

For more information, see the Actor definition documentation.

How it works

This code is a Python script that uses BeautifulSoup to scrape data from a website. It then stores the website titles in a dataset.

  • The crawler starts with URLs provided from the input startUrls field defined by the input schema. Number of scraped pages is limited by maxPagesPerCrawl field from the input schema.
  • The crawler uses requestHandler for each URL to extract the data from the page with the BeautifulSoup library and to save the title and URL of each page to the dataset. It also logs out each result that is being saved.

What's included

Resources

Creating Actors with templates

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Youtube Search

danek/youtube-search

YouTube crawler and video scraper. More then using the YouTube API.

237

YouTube Video Details Scraper

igview-owner/youtube-video-details-scraper

Scrape complete YouTube video details from just video IDs. This actor extracts rich video metadata, statistics, thumbnails, captions and more โ€“ perfect for SEO research, content analysis, reporting, and automation.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

7

2.0

Youtube Video Comments

mohamedgb00714/youtube-video-comments

Scrapes public comments from any YouTube video.

๐Ÿ‘ User avatar

mohamed el hadi msaid

9

Youtube Text Scraper

ilborso/youtube-text-scraper

Extract YouTube transcripts, subtitles, video metadata, hashtags, thumbnails, views, duration, and release dates from YouTube videos using either a search query or a list of direct YouTube URLs. It helps you turn YouTube search results and specific video links into structured JSON data

๐Ÿ‘ User avatar

Fabio Borsotti

8

5.0

YouTube Videos Scraper

thescrapelab/Apify-YouTube-Videos-Scraper-2-0

Scrape YouTube video metadata from search queries, channels, and video URLs without the YouTube API. Export titles, links, views, thumbnails, and channel data.

YouTube Video Search scraper

powerai/youtube-video-search-scraper

Powerful YouTube video search scraper that extracts comprehensive video metadata including titles, descriptions, statistics, and direct URLs. Perfect for content research, market analysis, and video discovery. Supports advanced filtering and pagination.

Youtube Video Details Scraper

api-empire/youtube-video-details-scraper

Scrape detailed YouTube video data with this Apify YouTube Video Details Scraper. Extract titles, descriptions, views, likes, upload dates, tags, and channel info. Perfect for analytics, SEO research, and trend tracking. Fast, reliable, and easy to integrate into automation workflows.

YouTube Video Details Scraper

deanter/youtube-video-details-scraper

Input: YouTube video link | ๐Ÿ‘‰ Output: Transcript, video description, video title ๐Ÿ‘Œ๐Ÿ‘‰ This actor processes a YouTube video link and extracts the transcript, description, and title of the video. It's perfect for gathering video metadata and subtitles for further analysis or content creation.

YouTube Video Details Scraper

simpleapi/youtube-video-details-scraper

YouTube Video Details Scraper extracts structured data from YouTube videos, including titles, descriptions, tags, views, likes, upload dates, channels, and more. Ideal for research, trend analysis, SEO optimization, and automated video data collection

Youtube Search Scraper

scrapeai/youtube-search-scraper

This YouTube Search Scraper extracts video results based on a dynamic user search query. It collects video title, URL, channel name, views, upload time, duration, thumbnail, and more. Supports result limits and saves structured data in JSON format for analysis and research purposes.