VOOZH about

URL: https://apify.com/shareze001/youtube-comments

⇱ Youtube Comments Β· Apify


Pricing

$5.00/month + usage

Go to Apify Store

This tool extracts comments from YouTube videos, providing details such as the author, content, likes, replies, and more. It supports sorting options like top comments or newest first. The results are returned in a structured JSON format for easy integration and analysis.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ shareze

shareze

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

8 months ago

Last modified

Share

YouTube Comments Scraper

This tool is designed to scrape comments from a specific YouTube video. It retrieves detailed information about the comments, including the author, content, likes, replies, and more.

How to Use

1. Input Configuration

The tool requires an input JSON object to define the scraping parameters. The structure of the input is as follows:

{
"videoId":"7bjYAnSLBZo",
"size":10,
"sort_by":"top"
}
  • videoId: (Required) The YouTube video ID, e.g., https://www.youtube.com/watch?v=7bjYAnSLBZo -> 7bjYAnSLBZo.
  • size: (Required) The number of comments to retrieve. Default is 10. Minimum is 1.
  • sort_by: (Optional) Sort comments by:
    • top: Top comments (default).
    • newest: Newest comments first.

2. Output Data

The tool returns an array of objects containing information about the comments. The structure of each object is as follows:

{
"authorChannelId":"UC123456789",
"authorName":"Example Author",
"authorAvatarThumbnailUrl":"https://example.com/avatar.jpg",
"authorIsVerified":true,
"commentId":"abc123",
"content":"This is an example comment.",
"publishedTime":"2025-10-01",
"likeCount":100,
"replyCount":5
}
  • authorChannelId: The unique ID of the comment author’s channel.
  • authorName: The name of the comment author.
  • authorAvatarThumbnailUrl: The URL of the author’s avatar thumbnail.
  • authorIsVerified: Whether the author is verified.
  • commentId: The unique ID of the comment.
  • content: The content of the comment.
  • publishedTime: The time the comment was published.
  • likeCount: The number of likes the comment received.
  • replyCount: The number of replies to the comment.

3. Running the Tool

  1. Deploy the tool on the Apify platform.
  2. Provide the input JSON in the tool's input configuration.
  3. Run the tool to scrape comments from the specified YouTube video.
  4. Retrieve the output dataset containing the comment details.

Notes

  • This tool uses YouTube's public interface and may be subject to rate limits or restrictions.
  • Ensure that the input videoId is valid and corresponds to an existing YouTube video.
  • The tool is optimized for performance but may require adjustments based on YouTube's response behavior.

You might also like

YouTube Comments Scraper

igview-owner/youtube-comment-finder

Extract and scrape YouTube video comments with advanced filtering. Get comment text, author details, likes, replies, timestamps, and verified badges. Supports pagination, sorting by newest/top, and bulk extraction from multiple videos.

πŸ‘ User avatar

Sachin Kumar Yadav

41

5.0

Youtube Shorts Comments Scraper

alpha-scraper/youtube-shorts-comments-scraper

Comments Scraper helps you quickly extract comments from one or multiple YouTube Shorts videos. Collect top or newest comments, author names, reply counts, and likes in clean structured format. Perfect for research, analytics, moderation, and content strategy.

6

Youtube Comments Scraper

api-empire/youtube-comments-scraper

Scrape YouTube comments effortlessly with this Apify YouTube Comments Scraper. Extract video comments, usernames, timestamps, likes, and replies from any public video or channel. Ideal for sentiment analysis, audience research, and content strategy. Fast, accurate, and easy to integrate.

Youtube Comment Scraper

crawlerbros/youtube-comment-scraper

Scrape YouTube video comments with full metadata. Extracts comment text, author info, likes, timestamps, pinned/hearted status, and reply threads. Supports sorting by Top comments or Newest first.

49

5.0

YouTube Comments Scraper - Export Comments & Replies

logiover/youtube-comments-scraper

Scrape YouTube comments without API key. Export comments and replies to CSV, JSON, Excel β€” a YouTube Data API alternative for sentiment research.