Web-Scraping-using-Python If you want to scrape a website: Use the API HTML Web Scraping using some tool like bs4 Step 0: Install all the requirements pip install requests, pip install bs4, pip install html5lib, Step 1: Get the HTML Step 2: Parse the HTML Step 3: HTML Tree traversal