Libraray Used - "Beautiful Soup" (It 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. It commonly saves programmers hours or days of work.)
Step 1 -> Navigate the HTML webpage and inspect it Step 2 -> get the url Step 3 -> After getting the url write some code to pull out data Step 4 -> Parse the Data