Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 504 Bytes

File metadata and controls

7 lines (5 loc) · 504 Bytes

Web-Scraping-Python-Beautiful-Soup

Web Scraping

Web scraping is a term for various methods used to collect information from across the Internet. Generally, this is done with software that simulates human Web surfing to collect specified bits of information from different websites.

Beautiful Soup

Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree.