Description
In this course, you will :
- Automate the collection of unstructured data in the form of raw HTML.
- Learn how to web scrape Financial News of specific Stock Market listed companies.
- Install, Exception Handling, and Advanced HTML Parsing are all features of the BeautifulSoup4 Python library that can be used for web scraping.
- How to traverse a single domain in order to retrieve data from multiple HTML pages.
- Process gathered (scrapped) data by converting it to structured JSON format and saving it as CSV.
Syllabus :
1. Web Scraping Financial Blog
- Web Scraping Basics
- Web Scraping Financial News
- Web Scraping Multiple Pages
- Automating Web Scraping Bot