HTTP Scraper¶
This example follows the DataService introduction and shows how to scrape a multi-page website using HttpXClient to fetch HTML content.
The website we are going to scrape is Books to Scrape. It’s been created for this purpose and is a great resource to practice web scraping.
The website has a list of pages with 20 books each. Each book has its own page with detailed information.
Contents: