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. .. toctree:: :maxdepth: 3 :caption: Contents: http_scraper/initial http_scraper/improved