Part 2:Beginning Web Scraping
In this part, you will learn how to analyze, plan, and process a collection of desired or required data from a target website, collecting or writing the data to the desired file format. You will code a scraper using Python and its selected libraries. The chapters in this part will introduce various aspects of scraping practices that can be done effectively and efficiently.
This part contains the following chapters:
- Chapter 3, Searching and Processing Web Documents
- Chapter 4, Scraping Using PyQuery, a jQuery-Like Library for Python
- Chapter 5, Scraping the Web with Scrapy and Beautiful Soup