Slides Web Scraping PDF
Slides Web Scraping PDF
● Web Scraping is the process of automatically mining, collecting or extracting data from
Websites using the HTTP protocol
● Requests is a Python HTTP library and its goal is to make HTTP requests simpler and
more human-friendly
● BeautifulSoup is Python library (module) that parses the web page, extracts the desired
information and presents it in a format we can easily make sense of