Day 92 Project Details

Craft Beer Web Scraper

This project uses the Beautiful Soup library to scrape html text and build a pandas dataframe of the results. It is specifically written to work on the Target website to scrape all of their craft beer for sale. To retreive the most information available, the driver first scrapes the list of all 24 product links on the first search results page before repeating the process for other results pages. Then the driver loops through the list of product lists to scrape individual product pages for each beer. Shoutout to London App Brewery for designing this course.