- Python Web Scraping(Second Edition)
- Katharine Jarmul Richard Lawson
- 60字
- 2025-03-01 09:19:39
Summary
This chapter introduced web scraping and developed a sophisticated crawler that will be reused in the following chapters. We covered the usage of external tools and modules to get an understanding of a website, user agents, sitemaps, crawl delays, and various advanced crawling techniques.
In the next chapter, we will explore how to scrape data from crawled web pages.