Web Scraping Using Beautiful Soup which is one of the significant Library in Python.
Beautiful Soup:
Beautiful Soup is a Python library for pulling data out of HTML and XML files. It creates a parse tree for documents that can be used to extract data from HTML.