Youtube Comment Filter
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsYoutube Comment Filter
Automation that filters and deletes your videos on YouTube according to the criteria specified in their comments.
You can access the Youtube Comment Filter 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 "videoID": "IcFFGSQA4CY",
3 "cookie": "cookie",
4 "proxyUrl_NoAuth": "http://user:pass@host:port",
5 "proxyUrl_Auth": "http://user:pass@host:port",
6 "extraBlacklist": "f2cuk,fuc4k",
7 "whitelist": "wow,lol,fake",
8 "maxCommentCount": 2
9}' |
10apify call bot_kevin/youtube-comment-filter --silent --output-dataset
Youtube Comment Filter API through CLI
The Apify CLI is the official tool that allows you to use Youtube Comment Filter locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: