Data Science

Scraping Sephora's Site

Sephora is the bomb dot com.

I could literally spend hours in the store and even more hours on their site.

The problem is, I don't have hours. But I want information on all the products.

Using BeautifulSoup, scrape the data for sunscreen products including: product name, product category, product size, price, reviews and product ingredients. This data was saved into a dataframe.

*** This project is still in progress. ***
Future modifications will include building a relational database and cross referencing with other data. Further development will include a product recommender based on user input.

Go to Blog ...