Youtube Comment Scrapper avatar

Youtube Comment Scrapper

Try for free

Pay $1.80 for 1,000 comments

View all Actors
Youtube Comment Scrapper

Youtube Comment Scrapper

deeper/youtube-comment-scrapper
Try for free

Pay $1.80 for 1,000 comments

Scrape comments on Youtube Video Pages. Just specify the video page urls to visit and how many comments you would like to collect. We'll get all meaningful information: comment text, author, publication date, number of likes and replies and video+channel url and id

You can access the Youtube Comment Scrapper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "start_urls": [
3    {
4      "url": "https://www.youtube.com/watch?v=3xGwtP97FXI"
5    }
6  ],
7  "max_comments": 100,
8  "proxySettings": {
9    "useApifyProxy": false
10  }
11}' |
12apify call deeper/youtube-comment-scrapper --silent --output-dataset

Youtube Comment Scrapper API through CLI

The Apify CLI is the official tool that allows you to use Youtube Comment Scrapper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 29 monthly users
  • 6 stars
  • 93.2% runs succeeded
  • Created in Oct 2023
  • Modified 3 months ago