I use the Python library Beautiful Soup to scrape data on cell phone sales on NewEgg.com
on October 11, 2019. I scraped the data on four different variables: 1. Brand, 2. Product
Name, 3. Shipping Price, and 4. Current Price.
The table below shows the results of the web scraping. You can see the code here.