Learning Paths
Skills
Web Scraping with Python
- 7 courses
- 12 hours
- Skill IQ
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.
Courses 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.