Nonfiction
Book
0 Holds on 1 Copy
Availability
Details
PUBLISHED
©2024
EDITION
DESCRIPTION
xv, 331 pages : illustrations ; 24 cm
ISBN/ISSN
LANGUAGE
NOTES
Includes index
Part I: Building scrapers. How the internet works ; The legalities and ethics of web scraping ; Applications of web scraping ; Writing your first web scraper ; Advanced HTML parsing ; Writing web crawlers ; Web crawling models ; Scrapy ; Storing data -- Part II: Advanced scraping. Reading documents ; Working with dirty data ; Reading and writing natural languages ; Crawling through forms and logins ; Scraping JavaScript ; Crawling through APIs ; Image processing and text recognition ; Avoiding scraping traps ; Testing your website with scrapers ; Web scraping in parallel ; Web scraping proxies
"If programming is magic, then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. This thoroughly updated third edition not only introduces you to web scraping but also serves as a comprehensive guide to scraping almost every type of data from the modern web. Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server's response, and interacting with sites in an automated fashion. Part II explores a variety of more specific tools and applications to fit any web scraping scenario you're likely to encounter. This book shows you how to: Parse complicated HTML pages; Develop crawlers with the Scrapy framework; Learn methods to store the data you scrape; Read and extract data from documents; Clean and normalize badly formatted data; Read and write natural languages, Crawl through forms and logins; Scrape JavaScript and crawl through APIs; Use and write image-to-text software; Avoid scraping traps and bot blockers; Use scrapers to test your website."--Page 4 of cover