Ask HN: YouTube – how to batch scrape comments and details for 300 videos?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • youtube-comment-downloader

    Simple script for downloading Youtube comments without using the Youtube API

  • I would echo the advice of using a test framework. An alternative would be a browser extension, and using that to query the element ids while manually visiting each site.

    The requirement to make it not tied to a Google account rules out what would be my preferred method of getting these via the YT API.

    I think there are some open source git repos that already do what you're asking (e.g. https://github.com/egbertbouman/youtube-comment-downloader) but I haven't personally tried any of these.

  • yt-dlp

    A feature-rich command-line audio/video downloader

  • Use: `yt-dlp with --write-comments --no-download --batch-file FILE`

    - FILE is a text file with a list of YouTube id's/URL's

    - https://superuser.com/a/1732443/4390

    - https://github.com/yt-dlp/yt-dlp

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts