- Python Web Scraping Cookbook
- Michael Heydt
- 55字
- 2021-06-30 18:43:59
Data Acquisition and Extraction
In this chapter, we will cover:
- How to parse websites and navigate the DOM using BeautifulSoup
- Searching the DOM with Beautiful Soup's find methods
- Querying the DOM with XPath and lxml
- Querying data with XPath and CSS Selectors
- Using Scrapy selectors
- Loading data in Unicode / UTF-8 format