Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 733 Bytes

Youtube channel details / video details and comments parser with pagination

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

To parse single video details and all comments with pagination

http://localhost:4567/comments/get-video-details?videoId=X36MNjU4fFQ

Get Started 🚀

Clone this project:

  git clone https://github.com/shageldi-dev/parser.git

Install dependencies

   npm install

Start application

   npm run dev