This is a web scraper built using Puppeteer that can extract data from YouTube videos, websites, and tweets. It automates browser interactions to fetch relevant details efficiently.
Provide a YouTube video link, and the scraper extracts:
- Video Title
- Description
- Auto-generated Transcript (if available)
Extracts text-based content from any given website URL.
Fetches the content of a given tweet, including text and metadata.
Make sure you have Node.js installed.
# Clone the repository
git clone https://github.com/faizanr27/Web-scrapper.git
cd web-scrapper
# Install dependencies
npm installRun the scraper using:
node service.jsPuppeteer - Headless Chrome automation
For any issues or feature requests, feel free to create an issue in the repository!