• ISSN: 2349-6002
  • UGC Approved Journal No 47859

Analyzing Data by Web Scraping Using Python

  • Unique Paper ID: 159338
  • Volume: 9
  • Issue: 11
  • PageNo: 813-816
  • Abstract:
  • Web scraping refers to the process of extracting structured data from HTML content. To achieve this, a web scraper is utilized to extract specific information from a desired website. This information can be obtained by using the inspect option to select the relevant class of data, which is then scraped. There are two main libraries used for web scraping: the "Request" library, which updates the HTML data, and the "Beautiful Soup" library, which scrapes data from the desired website. The data obtained can be stored in a CSV file or represented on a website or charts using the Python library, Matplotlib. In addition to acquiring data, web scraping can also be used to archive and track changes to online data that may be poorly structured or not presented in tabular form.

Cite This Article

  • ISSN: 2349-6002
  • Volume: 9
  • Issue: 11
  • PageNo: 813-816

Analyzing Data by Web Scraping Using Python

Related Articles