- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Data
Web Scraping with Python
There are times in which you need data but there is no API (application programming interface) to be found. Web scraping is the process of extracting data from web sites via programmatic means. This skill will teach you how to scrape websites for data using Python.
Content in this path
Beginner
Describe the process of scraping data from the web, explain the legal factors, and scrape data from a web page with BeautifulSoup.
Intermediate
Scrape data from a web page extract with specific page elements using BeautifulSoup.
Advanced
Create a spider to collect data across multiple pages and scrape a dynamically-rendered web page.
Try this learning path for free
What You'll Learn
- Web Scraping (also termed Screen Scraping, Web Data Extraction, Web Harvesting etc.) is a technique employed to extract large amounts of data from websites whereby the data is extracted and saved to a local file in your computer or to a database in table (spreadsheet) format.
- Data Analytics Literacy
- Python for Data Analysts
- Data Mining
- Feature Engineering
- Data Sourcing