Web scraping is an automatic process of extracting information from web. This scraping capture data (eg. text, HTML, links, attributes) of legal cases in webpage. After that, store it into a MySQL database.
Python Verison: 3.8
packages: request, BeautifulSoup, json, datetime

