Youtube Channel Scrapper avatar

Youtube Channel Scrapper

Try for free

Pay $2.50 for 1,000 videos

View all Actors
Youtube Channel Scrapper

Youtube Channel Scrapper

deeper/youtube-channel-scrapper
Try for free

Pay $2.50 for 1,000 videos

Scrape YouTube Channel pages from page URL. There is not much configuration as it uses initial data available on page load. You'll get video Id, title, descriptions, #likes, #comments, #views and similar information for channels. Feel free to try it out with our default settings by hitting ▷ Start.

You can access the Youtube Channel 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/channel/UC4f0qvPJLqGTuLyy2iHOd-g"
5    }
6  ],
7  "proxySettings": {
8    "useApifyProxy": true
9  }
10}' |
11apify call deeper/youtube-channel-scrapper --silent --output-dataset

Youtube Channel Scrapper API through CLI

The Apify CLI is the official tool that allows you to use Youtube Channel 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
  • 21 monthly users
  • 3 stars
  • 99.1% runs succeeded
  • Created in Sep 2023
  • Modified 6 months ago