This project parse youtube page using 'axios' and 'jsdom' packages. Using html parse we are getting channel details and channel all videos with pagination.
You can easily use to get channel details:
http://localhost:4567/comments/get-channel-details?channelId=@flutterdev
http://localhost:4567/comments/get-video-details?videoId=X36MNjU4fFQ
git clone https://github.com/shageldi-dev/parser.git
npm install
npm run dev