4. Scraping Website using BeautifulSoup and Requests
- Parsing HTML and CSS with Beautiful Soup
- Extracting URLs from a webpage.
- Scraping text data from a webpage.
- Crawling multiple webpages and scraping data
from each of them. - Handling navigation links and move to next
pages. - Saving scraped data into a CSV file with
Pandas. - Overview about other popular web scraping
frameworks. - Here we will quickly talk about the other way of scraping data from the web, namely APIs.