Search⌘ K

Project 5: Amazon web crawling in Python + REGEX

Explore how to build a web crawler in Python to scrape Amazon's Movies & TV section for titles featuring bonus content. Learn to extract and parse HTML using BeautifulSoup and regex, gaining practical skills for real web scraping projects.

We'll cover the following...

A Web crawler, sometimes called a spider, is an Internet bot that systematically browses the World Wide Web, typically for the purpose of Web indexing (web spidering). In this project, we crawl the ...