In this activity we will apply the web scraping techniques to a web page designed to stretch your web scraping skills.
Some kind souls have set up this web site to help developers practice their web scraping skills. It contains some more challenging pages.
Web Scraping SandboxLet's first scrape this page:
Books to ScrapeIt contains a fictional online bookstore:
You can find the completed code in scrape5-books-to-scrape.js
.
Table of Contents