- Web Scraping with Python
- Richard Lawson
- 220字
- 2021-07-09 21:28:50
When is web scraping useful?
Suppose I have a shop selling shoes and want to keep track of my competitor's prices. I could go to my competitor's website each day to compare each shoe's price with my own, however this would take a lot of time and would not scale if I sold thousands of shoes or needed to check price changes more frequently. Or maybe I just want to buy a shoe when it is on sale. I could come back and check the shoe website each day until I get lucky, but the shoe I want might not be on sale for months. Both of these repetitive manual processes could instead be replaced with an automated solution using the web scraping techniques covered in this book.
In an ideal world, web scraping would not be necessary and each website would provide an API to share their data in a structured format. Indeed, some websites do provide APIs, but they are typically restricted by what data is available and how frequently it can be accessed. Additionally, the main priority for a website developer will always be to maintain the frontend interface over the backend API. In short, we cannot rely on APIs to access the online data we may want and therefore, need to learn about web scraping techniques.
- DevOps:軟件架構師行動指南
- The DevOps 2.3 Toolkit
- 案例式C語言程序設計
- 數據結構和算法基礎(Java語言實現)
- Magento 2 Theme Design(Second Edition)
- 21天學通C++(第6版)
- C語言程序設計
- Learning Vaadin 7(Second Edition)
- SQL Server實用教程(SQL Server 2008版)
- SciPy Recipes
- Angular應用程序開發指南
- 交互式程序設計(第2版)
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Python數據科學實踐指南
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite