Skip to the content.

Web Scraper

โญ the repo if you like this project ๐Ÿ˜€
You can check the live feed from [here](https://youtu.be/NvXpo41vNrQ) as well. ๐Ÿ˜€


What is a Web-Scraper?

According to Wikipedia, โ€œ Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. The web scraping software may directly access the World Wide Web using the Hypertext Transfer Protocol or a web browser. โ€œ

Used languages & framework:

JavaScript nodejs ExpressJS npm axios cheerio

Run the scrapper

cd Web-Scraper
npm run start

By default, it would scrap from The Guardian as I used The Guardian to experiment with the web scrapper.

To experiment on different websites, change the url in the index.js and customize the class in the axios as well.

Output (Using VS Code)

Output

Special thanks goes to Ania Kubรณw