This application can be used to scrape any website by changing the website URL and DOM elements accordingly.
http://localhost:8081/scrape [in your local browser to see the final json file generated ]
- It uses Express JS as the node framework
- It uses cheerio which is an implementation of core jQuery especially for the server (used to render, manipulate the DOM).
- It uses Request to make HTTP calls to the URL which will be scraped.