• Post category:StudyBullet-10
  • Reading time:4 mins read


Build Web Scrapers to extract data from the web

What you will learn

Setup data extraction environment

Extract | Scape data from the web

Build a web scrapping tool

Prototype a web scraping tool

Inspect HTML elements

Extract data using Beautiful Soup

Description

In today’s competitive world everybody is looking for ways to innovate and make use of new technologies. Web scraping (also called web data extraction or data scraping) provides a solution for those who want to get access to structured web data in an automated fashion. Web scraping is useful if the public website you want to get data from doesn’t have an API, or it does but provides only limited access to the data.

Web scraping is the process of collecting structured web data in an automated fashion. It’s also called web data extraction. Some of the main use cases of web scraping include price monitoring, price intelligence, news monitoring, lead generation, and market research among many others.


Get Instant Notification of New Courses on our Telegram channel.


In general, web data extraction is used by people and businesses who want to make use of the vast amount of publicly available web data to make smarter decisions.

If you’ve ever copied and pasted information from a website, you’ve performed the same function as any web scraper, only on a microscopic, manual scale. Unlike the mundane, mind-numbing process of manually extracting data, web scraping uses intelligent automation to retrieve hundreds, millions, or even billions of data points from the internet’s seemingly endless frontier.  In this course we are going to extract data using Python and a Python module called Beautiful Soup.

English
language

Content

Environment Setup

Introduction
What is Python
Install Python on Windows
Install Python on Macs
Create a virtual environment on Windows
Activate a virtual environment on Windows
Create a virtual environment on Macs
Activate a virtual environment on Macs
Updating Pip on Windows
Updating Pip on Macs
Install Beautiful Soup
Install Visual studio code editor

Automating Data Extraction | Web Scraping

What is Web Scraping
What we will scrape | extract
Inspecting HTML elements
Building the script : part 1
Building the script : part 2
Prototyping the script: Part 1
Prototyping the script: Part 2
Prototyping the script: Part 3
Prototyping the script: Part 4
Prototyping the script: Part 5
Scraping and extracting data